aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 4-10/+10
2011-10-27Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Gravatar Linus Torvalds 1-1/+1
2011-10-25net: make bonding slaves honour master's skb->priorityGravatar Maciej Żenczykowski 1-1/+0
2011-10-25ehea: fix skb_frag_size typoGravatar Eric Dumazet 1-1/+1
2011-10-25Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-6/+6
2011-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1850-674249/+806167
2011-10-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 25-50/+23
2011-10-24dp83640: free packet queues on removeGravatar Richard Cochran 1-0/+7
2011-10-24dp83640: use proper function to free transmit time stamping packetsGravatar Richard Cochran 1-2/+2
2011-10-24|PATCH net-next] tg3: add tx_dropped counterGravatar Eric Dumazet 2-12/+12
2011-10-24be2net: don't create multiple RX/TX rings in multi channel modeGravatar Sathya Perla 2-4/+18
2011-10-24be2net: don't create multiple TXQs in BE2Gravatar Sathya Perla 1-10/+16
2011-10-24be2net: refactor VF setup/teardown code into be_vf_setup/clear()Gravatar Sathya Perla 3-152/+147
2011-10-24be2net: add vlan/rx-mode/flow-control config to be_setup()Gravatar Sathya Perla 1-65/+56
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 12-62/+119
2011-10-24net: Fix driver name for mdio-gpio.cGravatar Dirk Eibach 1-1/+1
2011-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextGravatar David S. Miller 6-66/+148
2011-10-24jme: fix irq storm after suspend/resumeGravatar Clemens Buchacher 1-0/+6
2011-10-24Add ethtool -g support to virtio_netGravatar Rick Jones 1-0/+13
2011-10-22bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersGravatar Eric W. Biederman 1-0/+1
2011-10-22tg3: fix tigon3_dma_hwbug_workaround()Gravatar Eric Dumazet 1-4/+4
2011-10-21igb: VFTA Table Fix for i350 devicesGravatar Carolyn Wyborny 5-4/+65
2011-10-21igb: Move DMA Coalescing init code to separate function.Gravatar Carolyn Wyborny 1-56/+68
2011-10-21igb: Fix for Alt MAC Address feature on 82580 and later devicesGravatar Carolyn Wyborny 1-0/+7
2011-10-21igbvf: Bump version numberGravatar Williams, Mitch A 1-1/+1
2011-10-21igbvf: Update module identification stringsGravatar Williams, Mitch A 1-5/+7
2011-10-21macvtap: Fix the minor device number allocationGravatar Eric W. Biederman 1-16/+71
2011-10-21macvtap: Rewrite macvtap_newlink so the error handling works.Gravatar Eric W. Biederman 1-24/+49
2011-10-21macvtap: Don't leak unreceived packets when we delete a macvtap device.Gravatar Eric W. Biederman 1-0/+6
2011-10-21macvtap: Fix macvtap_open races in the zero copy enable code.Gravatar Eric W. Biederman 1-6/+5
2011-10-21macvtap: Close a race between macvtap_open and macvtap_dellink.Gravatar Eric W. Biederman 1-0/+2
2011-10-21virtio_net: fix truesize underestimationGravatar Eric Dumazet 1-1/+1
2011-10-21bnx2x: fix skb truesize underestimationGravatar Eric Dumazet 1-1/+1
2011-10-21cxgb4vf: convert to SKB paged frag API.Gravatar Ian Campbell 2-53/+41
2011-10-21cxgb4: convert to SKB paged frag API.Gravatar Ian Campbell 2-23/+24
2011-10-21mlx4: convert to SKB paged frag API.Gravatar Ian Campbell 2-32/+20
2011-10-20ll_temac: Add support for ethtoolGravatar Ricardo 1-0/+27
2011-10-20igb: fix a compile warningGravatar RongQing Li 1-0/+3
2011-10-20myri10ge: fix truesize underestimationGravatar Eric Dumazet 1-1/+2
2011-10-20igbvf: fix truesize underestimationGravatar Eric Dumazet 1-1/+1
2011-10-20mlx4_en: fix skb truesize underestimationGravatar Eric Dumazet 1-6/+5
2011-10-20virtio_net: Clean up set_skb_frag()Gravatar Krishna Kumar 1-8/+5
2011-10-19NET: asix: fix ethtool -e for AX88178 USB dongleGravatar Grant Grundler 1-0/+3
2011-10-19stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Gravatar Giuseppe CAVALLARO 1-2/+4
2011-10-19stmmac: add CHAINED descriptor mode support (V4)Gravatar Giuseppe CAVALLARO 10-105/+491
2011-10-19stmmac: allow mmc usage only if feature actually available (V4)Gravatar Giuseppe CAVALLARO 2-11/+16
2011-10-19stmmac: use predefined macros for HW cap register fields (V4)Gravatar Rayagond Kokatanur 2-21/+63
2011-10-19stmmac: allow mtu bigger than 1500 in case of normal desc (V4)Gravatar Giuseppe CAVALLARO 2-3/+9
2011-10-19stmmac: update the driver version and doc (V4)Gravatar Giuseppe CAVALLARO 1-1/+1
2011-10-19stmmac: protect tx process with lock (V4)Gravatar Giuseppe CAVALLARO 2-0/+9