summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2008-11-20enic: convert to net_device_opsStephen Hemminger1-12/+17
2008-11-20ppp: convert to net_device_opsStephen Hemminger1-1/+5
2008-11-20e100: convert to net_device_opsStephen Hemminger1-11/+16
2008-11-20igb: convert to net_device_opsStephen Hemminger1-14/+19
2008-11-20via-velocity: convert to net_device_opsStephen Hemminger1-10/+14
2008-11-20e1000: convert to net_device_opsStephen Hemminger1-14/+21
2008-11-20cxgb2: convert to net_device_opsStephen Hemminger1-11/+19
2008-11-20cxgb3: convert to net_device_opsStephen Hemminger1-13/+16
2008-11-20atlx: convert to net_device_opsStephen Hemminger2-28/+33
2008-11-20atl1e: convert to net_device_opsStephen Hemminger1-13/+19
2008-11-20tun: convert to net_device_opsStephen Hemminger1-5/+20
2008-11-208139: convert to net_device_opsStephen Hemminger2-24/+36
2008-11-20r8169: convert to net_device_opsFrancois Romieu1-16/+32
2008-11-20skge: convert to net_device_opsStephen Hemminger1-18/+33
2008-11-20sky2: convert to net_device_opsStephen Hemminger1-13/+35
2008-11-20e1000e: convert to net_device_opsStephen Hemminger1-14/+20
2008-11-20bonding: convert to net_device_opsStephen Hemminger3-66/+56
2008-11-20macvlan: convert to net_device_opsStephen Hemminger1-7/+12
2008-11-20veth: convert to net_device_opsStephen Hemminger1-4/+8
2008-11-20ifb: convert to net_device_opsStephen Hemminger1-3/+8
2008-11-20netdev: convert loopback to net_device_opsStephen Hemminger1-4/+8
2008-11-20netdev: introduce dev_get_stats()Stephen Hemminger2-3/+4
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David 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-17netdevice chelsio: Convert directly reference of netdev->privWang Chen2-31/+31
2008-11-17virtio_net: VIRTIO_NET_F_MSG_RXBUF (imprive rcv buffer allocation)Mark McLoughlin1-20/+153
2008-11-17virtio_net: hook up the set-tso ethtool opMark McLoughlin1-0/+1
2008-11-17virtio_net: Recycle some more rx buffer pagesMark McLoughlin1-9/+13
2008-11-17e1000e: enable ECC correction on 82571 siliconAlexander Duyck3-0/+14
2008-11-17e1000e: fix IPMI trafficJeff Kirsher3-2/+51
2008-11-17e1000e: fix warn_on reload after phy_id errorJeff Kirsher1-0/+1
2008-11-17phylib: make mdio-gpio work without OF (v4)Paulius Zaleckas2-71/+166
2008-11-17phylib: 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-16phy: Add support for Marvell 88E1118 PHYRon Madrid1-0/+66
2008-11-16mlx4_en: Pause parameters per portYevgeny Petrilin3-22/+24
2008-11-15Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga...David S. Miller5-29/+15
2008-11-15phylib: fix premature freeing of struct mii_busLennert Buytenhek1-1/+1
2008-11-15atl1: Do not enumerate options unsupported by chipJ. K. Cliburn1-14/+3
2008-11-15atl1e: fix broken multicast by removing unnecessary crc inversionJ. K. Cliburn1-4/+0