aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-19acenic: convert to net_device_opsStephen Hemminger1-8/+12
2008-11-19niu: convert to net_device_opsStephen Hemminger1-8/+13
2008-11-19forcedeth: convert to net_device_opsStephen Hemminger1-12/+17
2008-11-19tg3: convert to net_device_opsStephen Hemminger1-12/+19
2008-11-19ixgb: convert to net_device_opsStephen Hemminger2-27/+36
2008-11-19enic: convert to net_device_opsStephen Hemminger1-12/+17
2008-11-19ppp: convert to net_device_opsStephen Hemminger1-1/+5
2008-11-19e100: convert to net_device_opsStephen Hemminger1-11/+16
2008-11-19igb: convert to net_device_opsStephen Hemminger1-14/+19
2008-11-19via-velocity: convert to net_device_opsStephen Hemminger1-10/+14
2008-11-19e1000: convert to net_device_opsStephen Hemminger1-14/+21
2008-11-19cxgb2: convert to net_device_opsStephen Hemminger1-11/+19
2008-11-19cxgb3: convert to net_device_opsStephen Hemminger1-13/+16
2008-11-19atlx: convert to net_device_opsStephen Hemminger2-28/+33
2008-11-19atl1e: convert to net_device_opsStephen Hemminger1-13/+19
2008-11-19tun: convert to net_device_opsStephen Hemminger1-5/+20
2008-11-198139: convert to net_device_opsStephen Hemminger2-24/+36
2008-11-19r8169: convert to net_device_opsFrancois Romieu1-16/+32
2008-11-19skge: convert to net_device_opsStephen Hemminger1-18/+33
2008-11-19sky2: convert to net_device_opsStephen Hemminger1-13/+35
2008-11-19e1000e: convert to net_device_opsStephen Hemminger1-14/+20
2008-11-19bonding: convert to net_device_opsStephen Hemminger3-66/+56
2008-11-19macvlan: convert to net_device_opsStephen Hemminger1-7/+12
2008-11-19veth: convert to net_device_opsStephen Hemminger1-4/+8
2008-11-19ifb: convert to net_device_opsStephen Hemminger1-3/+8
2008-11-19netdev: convert loopback to net_device_opsStephen Hemminger1-4/+8
2008-11-19netdev: introduce dev_get_stats()Stephen Hemminger2-3/+4
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller32-114/+531
2008-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-98/+494
2008-11-16netdevice chelsio: Convert directly reference of netdev->privWang Chen2-31/+31
2008-11-16virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-20/+153
2008-11-16virtio_net: hook up the set-tso ethtool opMark McLoughlin1-0/+1
2008-11-16virtio_net: Recycle some more rx buffer pagesMark McLoughlin1-9/+13
2008-11-16e1000e: enable ECC correction on 82571 siliconAlexander Duyck3-0/+14
2008-11-16e1000e: fix IPMI trafficJeff Kirsher3-2/+51
2008-11-16e1000e: fix warn_on reload after phy_id errorJeff Kirsher1-0/+1
2008-11-16phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas2-71/+166
2008-11-16phylib: rename mdio-ofgpio to mdio-gpioPaulius Zaleckas3-2/+2
2008-11-16dm9000: Fix build error.David S. Miller1-1/+1
2008-11-16phy: fix phy address bugGiulio Benetti1-2/+2
2008-11-16e100: fix dma error in direction for mappingJesse Brandeburg1-10/+10
2008-11-16igb: use dev_printk instead of printkBjorn Helgaas1-4/+3
2008-11-16qla3xxx: Cleanup: Fix link print statements.Ron Mercer1-14/+5
2008-11-16igb: Use device_set_wakeup_enable\"Rafael J. Wysocki\2-2/+7
2008-11-16e1000: Use device_set_wakeup_enable\"Rafael J. Wysocki\2-2/+7
2008-11-16e1000e: Use device_set_wakeup_enable\"Rafael J. Wysocki\2-2/+7
2008-11-16via-velocity: enable perfect filtering for multicast packetsJoey Zhuo1-1/+1
2008-11-16pegasus: minor resource shrinkageDavid Brownell1-10/+26
2008-11-16ixgbe: Fix usage of netif_*_all_queues() with netif_carrier_{off|on}()PJ Waskiewicz1-3/+3
2008-11-15phy: Add support for Marvell 88E1118 PHYRon Madrid1-0/+66