summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-2735-118/+208
| |\ \ \ \ | | |/ / /
| | * | | phylib: Add autoload support for the LXT973 phy.David Woodhouse2010-06-261-0/+1
| | * | | vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt2010-06-261-9/+20
| | * | | cpmac: do not leak struct net_device on phy_connect errorsFlorian Fainelli2010-06-251-1/+2
| | * | | smc91c92_cs: fix the problem that lan & modem does not work simultaneouslyKen Kawasaki2010-06-251-5/+13
| | * | | sky2: enable rx/tx in sky2_phy_reinit()Brandon Philips2010-06-231-5/+14
| | * | | cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov2010-06-231-21/+34
| | * | | net: add dependency on fw class module to qlcnic and netxen_nicAnirban Chakraborty2010-06-231-0/+2
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-221-0/+1
| | |\ \ \ | | | |/ /
| | | * | ath5k: initialize ah->ah_current_channelBob Copeland2010-06-181-0/+1
| | * | | hso: remove setting of low_latency flagFilip Aben2010-06-221-1/+0
| | * | | lasi82596: fix netdev_mc_count conversionHelge Deller2010-06-211-1/+1
| | * | | NET: MIPSsim: Fix modpost warning.Ralf Baechle2010-06-211-1/+1
| | * | | bnx2: fix dma_get_ops compilation breakageFUJITA Tomonori2010-06-171-7/+4
| | * | | ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich2010-06-161-0/+2
| | * | | pcnet_cs: add new id (TOSHIBA Modem/LAN Card)Ken Kawasaki2010-06-161-0/+1
| | * | | gianfar: Fix oversized packets handlingAnton Vorontsov2010-06-161-0/+4
| | * | | ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann2010-06-162-6/+4
| | * | | ehea: fix delayed packet processingJan-Bernd Themann2010-06-161-0/+1
| | * | | ixgbe: add comment on SFP+ ID for Active DADon Skidmore2010-06-161-0/+2
| | * | | gianfar: Fix setup of RX time stampingManfred Rudigier2010-06-161-4/+17
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1610-8/+53
| | |\ \ \ | | | |/ /
| | | * | hostap: Protect against initialization interruptTim Gardner2010-06-153-3/+27
| | | * | iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville2010-06-151-0/+1
| | | * | p54pci: add Symbol AP-300 minipci adapters pciidJoerg Albert2010-06-141-0/+2
| | | * | libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava2010-06-141-1/+1
| | | * | iwlagn: verify flow id in compressed BA packetShanyu Zhao2010-06-141-0/+5
| | | * | iwlwifi: serialize station management actionsReinette Chatre2010-06-143-4/+17
| | * | | netxen: fix caching window registerAmit Kumar Salecha2010-06-151-4/+0
| | * | | netxen: fix rcv buffer leakAmit Kumar Salecha2010-06-151-3/+6
| | * | | netxen: fix memory leaks in error pathAmit Kumar Salecha2010-06-152-3/+4
| | * | | pcmcia: dev_node removal bugfixDominik Brodowski2010-06-151-0/+1
| | * | | ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek2010-06-131-29/+8
| | * | | e1000: Fix message logging defectJoe Perches2010-06-131-9/+8
| | * | | ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore2010-06-131-0/+4
| | * | | enic: fix pci_alloc_consistent argumentRandy Dunlap2010-06-121-1/+1
| * | | | alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen2010-06-151-2/+3
* | | | | hostap:hostap_hw.c Fix typo in commentJustin P. Mattock2010-08-041-1/+1
* | | | | Fix spelling contorller -> controller in commentsStefan Weil2010-08-041-1/+1
* | | | | fix comment typos concerning "challenge"Uwe Kleine-König2010-07-191-1/+1
* | | | | Merge branch 'master' into for-nextJiri Kosina2010-06-16118-809/+3135
|\ \ \ \ \ | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-116-9/+63
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-111-1/+1
| | |\ \ \ | | | | |/ | | | |/|
| | | * | wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
| | * | | net8139: fix a race at the end of NAPIFigo.zhang2010-06-102-2/+2
| | * | | r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-091-3/+9
| | * | | gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov2010-06-091-2/+1
| | * | | phylib: Add support for the LXT973 phy.Richard Cochran2010-06-091-1/+50
| * | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-06-111-0/+1
| |\ \ \ \
| | * | | | pcmcia: dev_node removal bugfixDominik Brodowski2010-06-071-0/+1
OpenPOWER on IntegriCloud