summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-27Bonding: fix zero address hole bug in arp_ip_target listBrian Haley2-9/+10
2009-04-27skge: fix occasional BUG during MTU changeMichal Schmidt1-2/+2
2009-04-27sfc: Match calls to netif_napi_add() and netif_napi_del()Ben Hutchings1-4/+4
2009-04-27ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...Mallikarjuna R Chilakala1-43/+58
2009-04-27r8169: Reset IntrStatus after chip resetFrancois Romieu1-2/+3
2009-04-27rt2x00: Fix SLAB corruption during rmmodGertjan van Wingerde4-61/+40
2009-04-03ath5k: warn and correct rate for unknown hw rate indexesBob Copeland2-3/+13
2009-04-03ath5k: disable MIB interruptsBob Copeland1-1/+1
2009-04-03b43: fix b43_plcp_get_bitrate_idx_ofdm return typeLorenzo Nava1-1/+1
2009-04-03ath9k: fix dma mapping leak of rx buffer upon rmmodLuis R. Rodriguez1-1/+6
2009-04-03ath5k: use spin_lock_irqsave for beacon lockBob Copeland1-3/+3
2009-04-03ath9k: downgrade xmit queue full message to xmit debugLuis R. Rodriguez1-1/+1
2009-04-03dnet: drivers/net/dnet.c needs <linux/io.h>Geert Uytterhoeven1-0/+1
2009-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds20-100/+202
2009-03-23ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2-26/+11
2009-03-23dm9000: locking bugfixDavid Brownell1-2/+4
2009-03-23net: update dnet.c for bus_id removalStephen Rothwell1-3/+3
2009-03-22dnet: DNET should depend on HAS_IOMEMIlya Yanok1-1/+1
2009-03-20sungem: missing net_device_opsStephen Hemminger1-5/+4
2009-03-20be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla1-5/+5
2009-03-20be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2-21/+30
2009-03-19smsc911x: reset last known duplex and carrier on openSteve Glendinning1-0/+4
2009-03-19sh_eth: Fix mistake of the address of SH7763Nobuhiro Iwamatsu1-2/+2
2009-03-19sh_eth: Change handling of IRQNobuhiro Iwamatsu1-3/+17
2009-03-19tulip: fix crash on iface up with shirq debugKyle McMartin1-16/+29
2009-03-19virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas1-0/+3
2009-03-19bonding: Fix updating of speed/duplex changesJay Vosburgh1-5/+20
2009-03-19bnx2: Fix problem of using wrong IRQ handler.Michael Chan1-6/+6
2009-03-17zd1211rw: Do not panic on device eject when associatedJouni Malinen1-2/+6
2009-03-17ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez1-1/+2
2009-03-17ath9k: implement IO serializationLuis R. Rodriguez4-2/+55
2009-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds26-217/+5671
2009-03-16r8169: revert "r8169: read MAC address from EEPROM on init (2nd attempt)"françois romieu1-112/+2
2009-03-16r8169: use hardware auto-padding.françois romieu1-8/+0
2009-03-15igb: remove ASPM L0s workaroundAlexander Duyck1-24/+2
2009-03-14netxen: remove old flash check.Dhananjay Phadke3-26/+0
2009-03-14mv643xx_eth: fix unicast address filter corruption on mtu changeLennert Buytenhek1-5/+5
2009-03-13emac: Fix clock control for 405EX and 405EXr chipsBenjamin Herrenschmidt1-0/+3
2009-03-13ixgbe: fix multiple unicast address supportChris Leech1-0/+1
2009-03-13via-velocity: Fix DMA mapping length errors on transmit.Dave Jones1-8/+7
2009-03-13qlge: bugfix: Pad outbound frames smaller than 60 bytes.Ron Mercer1-0/+3
2009-03-13qlge: bugfix: Move netif_napi_del() to common call point.Ron Mercer1-4/+6
2009-03-13qlge: bugfix: Tell hw to strip vlan header.Ron Mercer1-3/+3
2009-03-13qlge: bugfix: Increase filter on inbound csum.Ron Mercer2-12/+27
2009-03-13dnet: replace obsolete *netif_rx_* functions with *napi_*Ilya Yanok1-4/+4
2009-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-2/+0
2009-03-12net: Add be2net driver.Sathya Perla10-0/+4369
2009-03-12dnet: Fix warnings on 64-bit.David S. Miller1-5/+5
2009-03-12dnet: Dave DNET ethernet controller driver (updated)Ilya Yanok4-0/+1231
2009-03-10bnx2x: Using DMAE to initialize the chipEilon Greenstein2-13/+9