aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-30ixgbe patch to provide NIC's tx/rx counters via ethtoolBen Greear2-2/+9
2009-09-30ixgbe: Bump driver version numberPeter P Waskiewicz Jr1-1/+1
2009-09-30ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr3-52/+187
2009-09-30ixgbe: Fix disabling of relaxed ordering with Tx DCAPeter P Waskiewicz Jr1-3/+20
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller1-1/+1
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds18-10922/+6720
2009-09-29ar9170: fix bug in iq-auto calibration value calculationChristian Lamparter1-4/+2
2009-09-29rt2x00: Thrustmaster FunAccess WIFI USB and rt73usbMichal Szalata1-0/+1
2009-09-29mac80211_hwsim: Fix initial beacon timer configurationJouni Malinen1-0/+3
2009-09-29b43: Always use block-I/O for the PIO data registersMichael Buesch1-22/+38
2009-09-28iwlwifi: fix 3945 ucode info retrieval after failureReinette Chatre11-204/+229
2009-09-28iwlwifi: fix memory leak in command queue handlingReinette Chatre1-0/+6
2009-09-28iwlwifi: fix debugfs buffer handlingReinette Chatre1-3/+3
2009-09-26e1000: cleanup unused prototypeDon Skidmore1-1/+0
2009-09-26e1000: fix namespacecheck warningsJesse Brandeburg2-15/+1
2009-09-26e1000: drop unused functionality for eeprom write/readJesse Brandeburg2-120/+3
2009-09-26e1000: updated whitespace and commentsJesse Brandeburg3-6229/+6337
2009-09-26e1000: drop redunant line of code, cleanupJesse Brandeburg1-8/+4
2009-09-26e1000: remove races when changing mtuJesse Brandeburg1-2/+14
2009-09-26e1000: two workarounds were incomplete, fix themJesse Brandeburg1-7/+10
2009-09-26e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg1-6/+9
2009-09-26e1000: test link state conclusivelyJesse Brandeburg4-77/+157
2009-09-26e1000: stop timers at appropriate timesJesse Brandeburg1-7/+19
2009-09-26e1000: use netif_tx_disableJesse Brandeburg1-2/+1
2009-09-26e1000: remove unused functionsJesse Brandeburg2-174/+2
2009-09-26e1000: drop dead pcie code from e1000Jesse Brandeburg6-4335/+193
2009-09-26headers: kref.h reduxAlexey Dobriyan4-4/+0
2009-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-142/+1282
2009-09-25at91_can: Forgotten git 'add' of at91_can.cDavid S. Miller1-0/+1186
2009-09-25TI Davinci EMAC: Fix in vector definition for EMAC_VERSION_2Sriram1-1/+8
2009-09-25Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-davemDavid S. Miller1-141/+88
2009-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds57-456/+2290
2009-09-24Merge branch 'for-linus' of git://repo.or.cz/cris-mirrorLinus Torvalds1-3/+17
2009-09-24Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-6/+41
2009-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-0/+5
2009-09-243c59x: Get rid of "Trying to free already-free IRQ"Anton Vorontsov1-9/+3
2009-09-24ems_pci: fix size of CAN controllers BAR mapping for CPC-PCI v2Sebastian Haas1-7/+9
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller43-158/+2386
2009-09-24Merge branch 'origin' into for-linusRussell King35-136/+92
2009-09-24mlx4_core: Pass cache line size to device FWEli Cohen1-0/+5
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan1-14/+14
2009-09-24virtio_net: Check for room in the vq before adding bufferAmit Shah1-4/+4
2009-09-24virtio_net: avoid (most) NETDEV_TX_BUSY by stopping queue early.Rusty Russell1-24/+40
2009-09-24virtio_net: formalize skb_vnet_hdrRusty Russell1-37/+44
2009-09-24virtio_net: don't free buffers in xmit ringRusty Russell1-59/+5
2009-09-24virtio_net: return NETDEV_TX_BUSY instead of queueing an extra skb.Rusty Russell1-36/+10
2009-09-24virtio_net: skb_orphan() and nf_reset() in xmit path.Rusty Russell1-1/+5
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-2/+1
2009-09-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller31-304/+832