summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dcb: Add stub routines for !CONFIG_DCBJohn Fastabend2011-10-061-0/+18
* dcb: add DCBX mode to event notifier attributesJohn Fastabend2011-10-062-0/+7
* dcb: Use ifindex instead of ifnameMark Rustad2011-10-062-13/+13
* virtio-net: Verify page list size before fitting into skbSasha Levin2011-10-061-0/+13
* bridge: allow forwarding some link local framesstephen hemminger2011-10-064-5/+71
* igb: Alternate MAC Address Updates for Func2&3Akeem G. Abodunrin2011-10-061-0/+5
* igb: Alternate MAC Address EEPROM UpdatesAkeem G. Abodunrin2011-10-061-2/+2
* igb: Code to prevent overwriting SFP I2CAkeem G. Abodunrin2011-10-061-0/+6
* ixgbe: X540 devices RX PFC frames pause traffic even if disabledJohn Fastabend2011-10-062-2/+12
* ixgbe: DCB X540 devices support max traffic class of 4John Fastabend2011-10-062-3/+19
* ixgbe: fixup hard dependencies on supporting 8 traffic classesJohn Fastabend2011-10-066-34/+101
* ixgbe: Fix PFC mask generationMark Rustad2011-10-061-1/+1
* e1000e: WoL fails on device ID 0x1501Bruce Allan2011-10-061-4/+6
* e1000e: WoL can fail on 82578DMBruce Allan2011-10-061-5/+10
* bnx2x: remove some dead codeDan Carpenter2011-10-051-2/+0Star
* chelsio: convert to SKB paged frag API.Ian Campbell2011-10-051-3/+2Star
* cxgb3: convert to SKB paged frag API.Ian Campbell2011-10-051-3/+3
* myri10ge: convert to SKB paged frag API.Ian Campbell2011-10-051-6/+6
* hv: netvsc: convert to SKB paged frag API.Ian Campbell2011-10-051-1/+1
* et131x: convert to SKB paged frag API.Ian Campbell2011-10-051-6/+6
* xen: netfront: convert to SKB paged frag API.Ian Campbell2011-10-051-15/+19
* xen: netback: convert to SKB paged frag API.Ian Campbell2011-10-051-21/+33
* vxge: convert to SKB paged frag API.Ian Campbell2011-10-051-4/+4
* ixgbe: remove instances of ixgbe_phy_aq for 82598 and 82599Emil Tantilov2011-10-053-8/+1Star
* ixgbe: get pauseparam autonegMika Lansirinne2011-10-051-7/+1Star
* ixgbe: do not disable flow control in ixgbe_check_mac_linkEmil Tantilov2011-10-052-11/+0Star
* ixgbe: send MFLCN to ethtoolEmil Tantilov2011-10-051-1/+4
* ixgbe: add support for new 82599 deviceEmil Tantilov2011-10-053-0/+3
* ixgbe: fix driver version initialization in firmwareJacob Keller2011-10-051-3/+5
* ixgbe: remove return code for functions that always return 0Emil Tantilov2011-10-051-21/+9Star
* ixgbe: clear the data field in ixgbe_read_i2c_byte_genericEmil Tantilov2011-10-051-1/+2
* ixgbe: prevent link checks while resettingEmil Tantilov2011-10-051-1/+2
* e1000e: make function tables constJeff Kirsher2011-10-054-36/+36
* bna: Multiple Definition and Interface Setup FixRasesh Mody2011-10-053-3/+6
* NET: white space/coding style cleanup of asix driverGrant Grundler2011-10-041-71/+82
* NET: fix phy init for Asix AX88178 USB (GigE)Grant Grundler2011-10-041-62/+101
* NET: fix phy init for AX88772 USB ethernetGrant Grundler2011-10-041-54/+61
* ipv4: NET_IPV4_ROUTE_GC_INTERVAL removalVasily Averin2011-10-033-10/+2Star
* tehuti: shorten PCI device table.françois romieu2011-10-031-4/+4
* drivers/net/ethernet: remove unused #define.françois romieu2011-10-033-5/+0Star
* rtl8150: removal of forward declarations.françois romieu2011-10-031-61/+50Star
* sc92031: use standard #defines from mii.h.françois romieu2011-10-031-7/+1Star
* atm/iphase : removal of PCI space dereferences.françois romieu2011-10-032-323/+337
* bnx2: don't request firmware when there's no userspace.françois romieu2011-10-031-26/+41
* Repair wrong named definition aligned_u64Jiří Župka2011-10-031-1/+1
* tcp: report ECN_SEEN in tcp_infoEric Dumazet2011-10-032-2/+5
* net: sh_eth: fix build failureYoshihiro Shimoda2011-10-031-0/+3
* caif: add error handling for allocationDan Carpenter2011-10-031-9/+14
* bridge: allow updating existing fdb entriesstephen hemminger2011-10-031-7/+16
* bridge: fix ordering of NEWLINK and NEWNEIGH eventsstephen hemminger2011-10-031-8/+7Star