summaryrefslogtreecommitdiffstats
path: root/net/ethernet (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-22infiniband: convert ipoib to net_device_opsStephen Hemminger1-7/+11
2009-03-22infiniband: convert nes driver to net_device_opsStephen Hemminger1-12/+15
2009-03-22infiniband: convert c2 to net_device_opsStephen Hemminger3-35/+30
2009-03-22atm: convert clip driver to net_device_opsStephen Hemminger1-3/+6
2009-03-22atm: convert mpc device to using netdev_opsStephen Hemminger2-19/+18
2009-03-22sfc: Implement adaptive IRQ moderationBen Hutchings6-21/+73
2009-03-22sfc: Optimise falcon_writel_page_locked() for page > 0Ben Hutchings1-5/+8
2009-03-22sfc: Remove unused private PCI register definitionsBen Hutchings1-7/+0
2009-03-22sfc: Work around unreliable legacy interrupt statusBen Hutchings1-12/+14
2009-03-22sfc: Pad packets to 33 bytes to prevent TX packet parser lockupBen Hutchings2-0/+10
2009-03-22dsa: add switch chip cascading supportLennert Buytenhek17-211/+443
2009-03-22dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2-11/+17
2009-03-22dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-03-22eql: fix non-constant printk warningStephen Hemminger1-1/+1
2009-03-22atm: fix non-const printk argumentStephen Hemminger1-3/+1
2009-03-22ipx: use constant for strings and desciptorStephen Hemminger1-6/+6
2009-03-22snap: use const for descriptorStephen Hemminger2-4/+8
2009-03-22igb: cleanup tx dma so map & unmap use matching callsAlexander Duyck1-31/+35
2009-03-22igb: rework igb_set_multi so that vfs are properly updatedAlexander Duyck1-10/+8
2009-03-22igb: update driver to use setup_timer functionAlexander Duyck1-7/+4
2009-03-22igb: remove IGB_DESC_UNUSED since it is better handled by a function callAlexander Duyck2-11/+18
2009-03-22igb: allow tx of pre-formatted vlan tagged packetsArthur Jones1-1/+12
2009-03-22spider_net: Convert to net_device_ops.Yang Hongyang1-14/+17
2009-03-22powerpc 4xx EMAC driver: device name reported on timeout is not correctMikhail Zolotaryov1-1/+1
2009-03-21net: remove useless prefetch() callEric Dumazet1-1/+0
2009-03-21sctp: Clean up TEST_FRAME hacks.Vlad Yasevich2-11/+1
2009-03-21ixgbe: fix select_queue managementStephen Hemminger2-8/+11
2009-03-21skb: expose and constify hash primitivesStephen Hemminger2-4/+8
2009-03-21atm: lec use dev_change_mtuStephen Hemminger1-1/+1
2009-03-21net/*: use linux/kernel.h swap()Ilpo Järvinen4-37/+8
2009-03-21netrom: zero length frame filtering in NetRomBernard Pidoux1-1/+10
2009-03-21ax25: zero length frame filtering in AX25Bernard Pidoux1-0/+12
2009-03-21ax25: SOCK_DEBUG message simplificationBernard Pidoux1-3/+1
2009-03-21fsl_pq_mdio: Revive Gianfar TBI PHY supportAnton Vorontsov1-0/+1
2009-03-21ipv6: reorder struct inet6_ifaddr to remove padding on 64 bit buildsRichard Kennedy1-2/+3
2009-03-21gianfar: Fix build with CONFIG_PM enabledAnton Vorontsov1-2/+2
2009-03-21e100: add support for 82552 10/100 adapterBruce Allan1-16/+77
2009-03-20e1000e: fixup merge errorArthur Jones1-1/+1
2009-03-20net: reorder struct Qdisc for better SMP performanceEric Dumazet2-10/+13
2009-03-20dnet: remove duplicated #includeHuang Weiyi1-1/+0
2009-03-20ixgbe: Fixup the watchdog interrupt scheduling on 82599Jesse Brandeburg1-32/+81
2009-03-20ixgbe: Correctly report Wake On LAN for 82599 KX4 devicesPJ Waskiewicz1-1/+40
2009-03-20ixgbe: Fix PCI bus reporting on driver load for 82598 after 82599 mergePJ Waskiewicz1-0/+3
2009-03-20ixgb: refactor tx path to use skb_dma_map/unmapAlexander Duyck1-31/+39
2009-03-20e1000e: allow tx of pre-formatted vlan tagged packetsArthur Jones1-1/+8
2009-03-20e1000e: fix dma error handling issuesAlexander Duyck1-44/+32
2009-03-20e1000e: add support for 82583 device idAlexander Duyck5-22/+116
2009-03-20smsc9420: fix big endian rx checksum offloadSteve Glendinning1-1/+1
2009-03-20sunvnet: Convert to net_device_ops.David S. Miller1-7/+11
2009-03-20smsc911x: allow setting of mac addressSteve Glendinning1-5/+30