aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-21ixgbe: update version number for ixgbeDon Skidmore1-1/+1
2010-11-19net-next: Add multiqueue support to vmxnet3 driverShreyas Bhatewara3-274/+921
2010-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller16-29/+47
2010-11-19filter: optimize sk_run_filterEric Dumazet1-8/+4
2010-11-19be2net: Fix to avoid firmware update when interface is not open.Sarveshwar Bandi1-0/+6
2010-11-18can: EG20T PCH: use BIT(X)Tomoya1-36/+37
2010-11-18can: EG20T PCH: add prefix to macroTomoya1-202/+189
2010-11-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller7-7/+23
2010-11-183c59x: fix build failure on !CONFIG_PCINamhyung Kim1-2/+4
2010-11-18ipg.c: remove id [SUNDANCE, 0x1021]Ken Kawasaki1-4/+2
2010-11-18net: caif: spi: fix potential NULL dereferenceVasiliy Kulikov1-2/+2
2010-11-18ath9k_htc: Avoid setting QoS control for non-QoS framesRajkumar Manoharan1-1/+1
2010-11-18bonding: IGMP handling cleanupEric Dumazet1-6/+2
2010-11-18bonding: fix a race in IGMP handlingEric Dumazet1-0/+2
2010-11-17gianfar: fix signedness issueNicolas Kaiser1-4/+3
2010-11-17net: more Kconfig whitespace cleanupPhilippe De Muyter1-6/+6
2010-11-17drivers/net/can/sja1000: Use printf extension %pR for struct resourceJoe Perches1-6/+2
2010-11-17drivers/net/vxge/vxge-main.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-16/+12
2010-11-17drivers/net/s2io.c: Remove unnecessary casts of pci_get_drvdataJoe Perches1-2/+1
2010-11-17net: bnx2x: fix error value signVasiliy Kulikov1-1/+1
2010-11-178139cp: fix checksum brokenShan Wei1-6/+4
2010-11-17r8169: fix checksum brokenShan Wei1-2/+1
2010-11-17qlcnic: Bumped up driver version to 5.0.12Anirban Chakraborty1-2/+2
2010-11-17qlcnic: lro off message log from set rx checsumSony Chacko1-1/+2
2010-11-17qlcnic: Add description for CN1000Q adapterSritej Velaga1-0/+2
2010-11-17qlcnic: Fix for kdumpRajesh Borundia1-0/+3
2010-11-17qlcnic: Allow minimum bandwidth of zeroSucheta Chakraborty1-3/+2
2010-11-17drivers/net: Remove unnecessary casts of netdev_privJoe Perches6-34/+34
2010-11-17drivers/net/vxge: Remove unnecessary casts of netdev_privJoe Perches2-26/+26
2010-11-17drivers/net/usb: Remove unnecessary casts of netdev_privJoe Perches1-2/+2
2010-11-17drivers/net/qlge: Remove unnecessary casts of netdev_privJoe Perches1-4/+4
2010-11-17drivers/net/qla3xxx.c: Remove unnecessary casts of netdev_privJoe Perches1-4/+4
2010-11-17drivers/net/pcmcia: Remove unnecessary casts of netdev_privJoe Perches1-9/+9
2010-11-17drivers/net/bonding: Remove unnecessary casts of netdev_privJoe Perches2-3/+2
2010-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher/net-next-2.6David S. Miller43-1264/+2571
2010-11-16e1000e: add netpoll support for MSI/MSI-X IRQ modesDongdong Deng1-4/+45
2010-11-16e1000e: 82574 intermittently fails to initialize with manageability f/wBruce Allan1-19/+120
2010-11-16e1000e: 82571 SerDes link handle null code word from partnerBruce Allan2-1/+4
2010-11-16Remove extra struct page member from the buffer info structureGreg Rose1-1/+0
2010-11-16igbvf: Remove some dead code in igbvfJulian Stecklina1-4/+0
2010-11-16igbvf: Update version and CopyrightGreg Rose10-12/+13
2010-11-16ixgbevf: Fix OopsGreg Rose1-4/+2
2010-11-16ixgbe: refactor ixgbe_alloc_queues()Eric Dumazet1-44/+28
2010-11-16ixgbe: add support for x540 MACDon Skidmore8-50/+177
2010-11-16ixgbe: add MAC and PHY support for x540Don Skidmore9-4/+766
2010-11-16ixgbe: make silicon specific functions genericDon Skidmore9-126/+98
2010-11-16ixgbe: make sure FCoE DDP user buffers are really released by the HWYi Zou1-0/+8
2010-11-16ixgbe: invalidate FCoE DDP context when no error status is availableYi Zou1-1/+1
2010-11-16ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTINGYi Zou1-0/+5
2010-11-16ixgbe: rework Tx hang detection to fix reoccurring false Tx hangsJohn Fastabend2-79/+175