summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-05-17mv643xx_eth: Remove a stale PPC_MULTIPLATFORMEmil Medve1-2/+1
2009-05-17drivers/net/82596.c: suppress warningsAndrew Morton1-7/+7
2009-05-17sfc: modify allocation error messageMike Travis1-2/+2
2009-05-17net: remove needless (now buggy) & from dev->dev_addrJiri Pirko4-6/+7
2009-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds7-31/+89
2009-05-15wimax/i2400m: fix device crash: fix optimization in _roq_queue_update_wsInaky Perez-Gonzalez1-3/+2
2009-05-12Remove unreached code in drivers/net/mlx4/en_rx.cDan Carpenter1-1/+0
2009-05-11ath9k: Cleanup ineffective return valuesVasanthakumar Thiagarajan6-85/+36
2009-05-11ath9k: Remove bogus break after returnVasanthakumar Thiagarajan1-2/+0
2009-05-11iwlwifi: default WMM AC parametersWey-Yi Guy1-2/+14
2009-05-11iwlwifi: show qos AC parametersWey-Yi Guy1-1/+21
2009-05-11iwlagn: show current rate scale data in debugfsWey-Yi Guy1-0/+42
2009-05-11iwlwifi: use #define instead of hard coded valueWey-Yi Guy2-10/+12
2009-05-11iwl3945: read rev id in nic configAbhijeet Kolekar1-7/+5
2009-05-11iwlwifi: more descriptive unsupported hardware messageReinette Chatre1-1/+1
2009-05-11iwlagn: improve rate scale table searchMohamed Abbas2-9/+40
2009-05-11iwlwifi: clean up PS codeJohannes Berg7-292/+48
2009-05-11iwlwifi: fix PS disable status raceJohannes Berg1-3/+2
2009-05-11iwlwifi: do proper hw restartJohannes Berg4-61/+24
2009-05-11mac80211: move HT operation mode BSS infoJohannes Berg3-4/+4
2009-05-11rt2x00: Fix chipset detection for rt73usbIvo van Doorn1-1/+1
2009-05-11iwlwifi: make iwl_set_rate staticJohannes Berg2-4/+1
2009-05-11wireless: WL12XX should depend on GENERIC_HARDIRQSGeert Uytterhoeven1-1/+1
2009-05-11iwlwifi: fix device id registration for 6000 series 2x2 devicesJay Sternberg2-4/+6
2009-05-11ath5k: update channel in sw state after stopping RX and TXBob Copeland1-9/+13
2009-05-11rtl8187: use DMA-aware buffers with usb_control_msgJohn W. Linville3-16/+62
2009-05-11airo: airo_get_encode{,ext} potential buffer overflowJohn W. Linville1-2/+8
2009-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds7-45/+38
2009-05-10tun: add tun_flags, owner, group attributes in sysfsDavid Woodhouse1-15/+52
2009-05-10Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller2-17/+18
2009-05-10bonding: fix panic if initialization failsFlorian Westphal1-8/+0
2009-05-10Remove duplicate slow protocol define in bond_3ad.hRichard Genoud1-2/+2
2009-05-10netxen: trivial register access cleanupDhananjay Phadke1-8/+5
2009-05-10netxen: disable msi-x for NC512m adapterDhananjay Phadke1-1/+0
2009-05-10netxen: fix irq tear down and msix leak.Dhananjay Phadke1-31/+43
2009-05-10netxen: cache msi register offsetDhananjay Phadke2-1/+6
2009-05-09IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa1-12/+13
2009-05-09IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa2-5/+5
2009-05-09bnx2x: do not return negative number of received packagesStanislaw Gruszka1-1/+1
2009-05-09bnx2x: free workqueue when driver fail to registerStanislaw Gruszka1-1/+8
2009-05-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller95-1280/+16237
2009-05-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller11-44/+439
2009-05-08smsc911x: fix calculation of res_size for ioremapMatthias Ludwig1-1/+1
2009-05-08e1000/e1000e/igb/ixgb: don't txhang after link downJesse Brandeburg4-0/+8
2009-05-08ixgbe: Typecase '1' for 64 bit shiftNelson, Shannon1-3/+3
2009-05-08ixgbe: fix failing to log fan failuresDon Skidmore1-2/+26
2009-05-08ixgbe: Enable L2 header split in 82599Yi Zou2-1/+3
2009-05-08ixgbe: set queue0 for srrctl configuration correctly for DCBAlexander Duyck1-1/+12
2009-05-08ixgbe: always set header length in SRRCTLAlexander Duyck1-18/+10
2009-05-07bnx2: Fix panic in bnx2_poll_work().Michael Chan1-2/+4