summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | bonding: Add a forgetten sysfs_attr_init on class_attr_bonding_mastersEric W. Biederman2011-10-221-0/+1
| |/ / / / / / /
| * | | | | | | macvtap: Fix the minor device number allocationEric W. Biederman2011-10-211-16/+71
| * | | | | | | macvtap: Rewrite macvtap_newlink so the error handling works.Eric W. Biederman2011-10-211-24/+49
| * | | | | | | macvtap: Don't leak unreceived packets when we delete a macvtap device.Eric W. Biederman2011-10-211-0/+6
| * | | | | | | macvtap: Fix macvtap_open races in the zero copy enable code.Eric W. Biederman2011-10-211-6/+5
| * | | | | | | macvtap: Close a race between macvtap_open and macvtap_dellink.Eric W. Biederman2011-10-211-0/+2
| * | | | | | | virtio_net: fix truesize underestimationEric Dumazet2011-10-211-1/+1
| * | | | | | | bnx2x: fix skb truesize underestimationEric Dumazet2011-10-211-1/+1
| * | | | | | | cxgb4vf: convert to SKB paged frag API.Ian Campbell2011-10-212-53/+41
| * | | | | | | cxgb4: convert to SKB paged frag API.Ian Campbell2011-10-212-23/+24
| * | | | | | | mlx4: convert to SKB paged frag API.Ian Campbell2011-10-212-32/+20
| * | | | | | | ll_temac: Add support for ethtoolRicardo2011-10-201-0/+27
| * | | | | | | igb: fix a compile warningRongQing Li2011-10-201-0/+3
| * | | | | | | myri10ge: fix truesize underestimationEric Dumazet2011-10-201-1/+2
| * | | | | | | igbvf: fix truesize underestimationEric Dumazet2011-10-201-1/+1
| * | | | | | | mlx4_en: fix skb truesize underestimationEric Dumazet2011-10-201-6/+5
| * | | | | | | virtio_net: Clean up set_skb_frag()Krishna Kumar2011-10-201-8/+5
| * | | | | | | NET: asix: fix ethtool -e for AX88178 USB dongleGrant Grundler2011-10-201-0/+3
| * | | | | | | stmmac: limit max_mtu in case of 4KiB and use __netdev_alloc_skb (V2)Giuseppe CAVALLARO2011-10-201-2/+4
| * | | | | | | stmmac: add CHAINED descriptor mode support (V4)Giuseppe CAVALLARO2011-10-2010-105/+491
| * | | | | | | stmmac: allow mmc usage only if feature actually available (V4)Giuseppe CAVALLARO2011-10-202-11/+16
| * | | | | | | stmmac: use predefined macros for HW cap register fields (V4)Rayagond Kokatanur2011-10-202-21/+63
| * | | | | | | stmmac: allow mtu bigger than 1500 in case of normal desc (V4)Giuseppe CAVALLARO2011-10-202-3/+9
| * | | | | | | stmmac: update the driver version and doc (V4)Giuseppe CAVALLARO2011-10-201-1/+1
| * | | | | | | stmmac: protect tx process with lock (V4)Giuseppe CAVALLARO2011-10-202-0/+9
| * | | | | | | stmmac: Stop advertising 1000Base capabilties for non GMII iface (V4).Srinivas Kandagatla2011-10-201-3/+10
| * | | | | | | bonding: Use a per netns implementation of /sys/class/net/bonding_masters.Eric W. Biederman2011-10-203-21/+38
| * | | | | | | bonding: fix wrong port enabling in 802.3adFlavio Leitner2011-10-201-7/+0
| * | | | | | | phylib: Modify Vitesse RGMII skew settingsAndy Fleming2011-10-191-12/+22
| * | | | | | | mlx4_en: Updating driver versionYevgeny Petrilin2011-10-191-2/+2
| * | | | | | | mlx4_en: Adding rxhash supportYevgeny Petrilin2011-10-192-1/+13
| * | | | | | | mlx4_en: Recording rx queue for gro packetsYevgeny Petrilin2011-10-191-0/+1
| * | | | | | | mlx4_en: Checksum counters per ringYevgeny Petrilin2011-10-194-4/+13
| * | | | | | | mlx4_en: Controlling FCS header removalYevgeny Petrilin2011-10-192-0/+5
| * | | | | | | mlx4: Fix vlan table overflowYevgeny Petrilin2011-10-191-7/+8
| * | | | | | | caif-hsi: Added recovery check of CA wake status.Daniel Martensson2011-10-191-2/+40
| * | | | | | | caif-hsi: Added sanity check for length of CAIF framesDaniel Martensson2011-10-191-30/+49
| * | | | | | | caif-hsi: Make inactivity timeout configurable.Dmitry Tarnyagin2011-10-191-5/+23
| * | | | | | | caif-hsi: HSI-Platform device register and unregisters itselfDaniel Martensson2011-10-191-12/+4
| * | | | | | | caif-hsi: Making read and writes asynchronous.Daniel Martensson2011-10-191-136/+127
| * | | | | | | caif-hsi: Fix for wakeup condition problemDmitry Tarnyagin2011-10-191-3/+7
| * | | | | | | caif-hsi: Fixing a race condition in the caif_hsi codeDmitry Tarnyagin2011-10-191-7/+18
| * | | | | | | caif-hsi: HSI Fix uninitialized data in HSI headersjur.brandeland@stericsson.com2011-10-191-6/+6
| * | | | | | | net: add skb frag size accessorsEric Dumazet2011-10-1963-248/+251
| * | | | | | | net/phy: extra delay only for RGMII interfaces for IC+ IP 1001Giuseppe CAVALLARO2011-10-191-5/+8
| * | | | | | | cs89x0: Move the driver into the Cirrus dirJeff Kirsher2011-10-196-23/+23
| * | | | | | | macvlan: handle fragmented multicast framesEric Dumazet2011-10-191-0/+3
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-188-50/+246
| |\ \ \ \ \ \ \
| | * | | | | | | ixgbe: change the eeprom version reported by ethtoolEmil Tantilov2011-10-183-10/+13
| | * | | | | | | ixgbe: allow eeprom writes via ethtoolEmil Tantilov2011-10-172-0/+73