summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tun: Check supplemental groups in TUN/TAP driver.Michael Tokarev2009-02-021-1/+1
* connector: create connector workqueue only while needed onceFrederic Weisbecker2009-02-023-20/+87
* ipv4: Delete redundant sk_family assignmentHerbert Xu2009-02-011-1/+0
* net: move bsockets outside of read only beginning of struct inet_hashinfoEric Dumazet2009-02-013-4/+6
* inet: Fix virt-manager regression due to bind(0) changes.Stephen Hemminger2009-02-011-1/+2
* gro: Fix handling of imprecisely split packetsHerbert Xu2009-02-011-6/+10
* ixgbe: Update copyright dates, bump the driver version numberPeter P Waskiewicz Jr2009-02-0115-17/+17
* ixgbe: Refactor MSI-X allocation mechanismPeter P Waskiewicz Jr2009-02-014-3/+42
* ixgbe: Add 82598 support for BX mezzanine devicesDon Skidmore2009-02-014-1/+14
* pkt_sched: sch_htb: Use workqueue to schedule after too many events.Jarek Poplawski2009-02-011-5/+21
* pkt_sched: sch_htb: Warn on too many events.Jarek Poplawski2009-02-011-0/+7
* pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler.Jarek Poplawski2009-02-015-15/+19
* net: add ARP notify option for devicesStephen Hemminger2009-02-015-0/+18
* FEC: Turn FEC driver into platform device driverSascha Hauer2009-02-011-29/+220
* fec: Add support for Freescale MX27Sascha Hauer2009-02-013-7/+25
* fec: replace flush_dcache_range with dma_sync_singleSascha Hauer2009-02-011-2/+5
* fec: Fix KS8721BL_ICSR phy register offsetSascha Hauer2009-02-011-1/+1
* fec: use dma_alloc_coherent for descriptor ringSascha Hauer2009-02-011-5/+9
* fec: do not use memcpy on physical addressesSascha Hauer2009-02-011-1/+1
* fec: use linux/*.h instead of asm/*.hSascha Hauer2009-02-011-5/+3
* fec: remove empty functionsSascha Hauer2009-02-011-65/+0
* fec: remove unused #else branchesSascha Hauer2009-02-011-92/+0
* gianfar: Fix sparse warningsAnton Vorontsov2009-02-014-18/+19
* phylib: Rework suspend/resume code to check netdev wakeup capabilityAnton Vorontsov2009-02-011-14/+40
* gianfar: Implement proper, per netdevice wakeup managementAnton Vorontsov2009-02-012-0/+6
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-0161-112/+111
* wimax: replace uses of __constant_{endian}Harvey Harrison2009-02-015-31/+31
* net: Optimize memory usage when splicing from sockets.Jarek Poplawski2009-02-011-11/+36
* smsc911x: allow mac address to be saved before device resetSteve Glendinning2009-02-012-8/+23
* smsc911x: add external phy detection overridesSteve Glendinning2009-02-012-37/+40
* smsc911x: register isr as IRQF_SHAREDSteve Glendinning2009-02-011-1/+1
* smsc911x: add support for platform-specific irq flagsSteve Glendinning2009-02-011-5/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-01-3049-426/+514
|\
| * packet: Avoid lock_sock in mmap handlerHerbert Xu2009-01-301-2/+7
| * sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-306-25/+57
| * sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-306-201/+141
| * sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings2009-01-301-1/+1
| * sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings2009-01-301-2/+10
| * sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson2009-01-301-7/+9
| * sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-304-13/+28
| * sfc: Fix post-reset MAC selectionSteve Hodgson2009-01-301-7/+8
| * sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1Ben Hutchings2009-01-301-6/+9
| * sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson2009-01-303-18/+18
| * sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson2009-01-304-28/+0
| * sfc: SFT9001: Enable robust link trainingSteve Hodgson2009-01-301-1/+5
| * sky2: fix hard hang with netconsoling and iface going upAlexey Dobriyan2009-01-301-3/+3
| * tulip: fix 21142 with 10Mbps without negotiationPhilippe De Muyter2009-01-291-4/+19
| * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logicRoel Kluin2009-01-291-2/+2
| * gianfar: Fix Wake-on-LAN supportAnton Vorontsov2009-01-291-0/+2
| * smsc911x: timeout reaches -1Roel Kluin2009-01-291-1/+1