summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* dp83640: free packet queues on removeRichard Cochran2011-10-251-0/+7
* dp83640: use proper function to free transmit time stamping packetsRichard Cochran2011-10-251-2/+2
* |PATCH net-next] tg3: add tx_dropped counterEric Dumazet2011-10-252-12/+12
* be2net: don't create multiple RX/TX rings in multi channel modeSathya Perla2011-10-252-4/+18
* be2net: don't create multiple TXQs in BE2Sathya Perla2011-10-251-10/+16
* be2net: refactor VF setup/teardown code into be_vf_setup/clear()Sathya Perla2011-10-253-152/+147
* be2net: add vlan/rx-mode/flow-control config to be_setup()Sathya Perla2011-10-251-65/+56
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-2512-62/+119
|\
| * net: Fix driver name for mdio-gpio.cDirk Eibach2011-10-241-1/+1
| * jme: fix irq storm after suspend/resumeClemens Buchacher2011-10-241-0/+6
| * tg3: fix tigon3_dma_hwbug_workaround()Eric Dumazet2011-10-221-4/+4
| * r8169: fix wrong eee setting for rlt8111evlhayeswang2011-10-201-1/+1
| * r8169: fix driver shutdown WoL regression.françois romieu2011-10-191-32/+56
| * pptp: pptp_rcv_core() misses pskb_may_pull() callEric Dumazet2011-10-191-8/+12
| * pptp: fix skb leak in pptp_xmit()Eric Dumazet2011-10-191-0/+2
| * bonding: use local function pointer of bond->recv_probe in bond_handle_frameMitsuo Hayasaka2011-10-191-2/+5
| * smsc911x: Add support for SMSC LAN89218Phil Edworthy2011-10-191-0/+2
| * tg3: negate USE_PHYLIB flag checkJiri Pirko2011-10-191-1/+1
| * netconsole: enable netconsole can make net_device refcnt incorrentGao feng2011-10-191-0/+5
| * mscan: too much data copied to CAN frame due to 16 bit accessesWolfgang Grandegger2011-10-101-3/+8
| * bnx2x: fix cl_id allocation for non-eth clients for NPAR modeDmitry Kravkov2011-10-102-7/+13
| * mlx4_en: fix endianness with blue frame supportThadeu Lima de Souza Cascardo2011-10-101-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller2011-10-246-66/+148
|\ \
| * | igb: VFTA Table Fix for i350 devicesCarolyn Wyborny2011-10-215-4/+65
| * | igb: Move DMA Coalescing init code to separate function.Carolyn Wyborny2011-10-211-56/+68
| * | igb: Fix for Alt MAC Address feature on 82580 and later devicesCarolyn Wyborny2011-10-211-0/+7
| * | igbvf: Bump version numberWilliams, Mitch A2011-10-211-1/+1
| * | igbvf: Update module identification stringsWilliams, Mitch A2011-10-211-5/+7
* | | Add ethtool -g support to virtio_netRick Jones2011-10-241-0/+13
* | | 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