summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-12-29drivers/net/r8169.c: use %pM to shown MAC addressH Hartley Sweeten1-7/+2
2009-12-29drivers/net/octeon/octeon_mgmt.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+2
2009-12-29drivers/net/smc911x.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-29drivers/net/sunvnet.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+1
2009-12-29drivers/net/usb/catc.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-29drivers/net/xilinx_emaclite.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+1
2009-12-29drivers/net/via-velocity.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+2
2009-12-29drivers/net/usb/rtl8150.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+2
2009-12-29drivers/net/igbvf/netdev.c: use %pM to shown MAC addressH Hartley Sweeten1-10/+3
2009-12-29drivers/net/lib82596.c: use %pM to shown MAC addressH Hartley Sweeten1-5/+3
2009-12-26llc: use dev_hard_headerOctavian Purdila1-3/+3
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller69-507/+1437
2009-12-23enic: whitespace cleanup; #define cleanup; more verbose err msgScott Feldman3-9/+9
2009-12-23enic: feature add: add ethtool -c/C supportScott Feldman6-7/+85
2009-12-23enic: Bug fix: align desc ring sizes to 32 descsScott Feldman1-2/+2
2009-12-23enic: minimize pkt filter updates to firmwareScott Feldman2-2/+7
2009-12-23enic: Bug fix: try harder to fill Rx ring on skb allocation failuresScott Feldman1-21/+33
2009-12-23enic: Bug fix: use safe queue shutdown in dev->stopScott Feldman3-38/+27
2009-12-23netxen: fix unified fw size checkAmit Kumar Salecha1-1/+1
2009-12-23netxen: support pci error handlersAmit Kumar Salecha2-46/+150
2009-12-23netxen: fix tx timeout recoveryAmit Kumar Salecha2-1/+6
2009-12-23netxen: minor suspend resume fixesAmit Kumar Salecha1-7/+9
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller26-108/+121
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+4
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+3
2009-12-22kfifo: cleanup namespaceStefani Seibold2-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-1/+1
2009-12-22kfifo: move struct kfifo in placeStefani Seibold3-13/+11
2009-12-22ath9k: Fix TX poll routineSujith1-0/+2
2009-12-22ath9k: Remove ANI lockSujith2-16/+4
2009-12-22ath9k: Clarify Interrupt mitigationSujith2-6/+6
2009-12-22iwlwifi: Constify struct iwl_opsEmese Revfy5-7/+7
2009-12-22iwlwifi: use new mac80211 SMPSJohannes Berg8-38/+32
2009-12-22zd1211rw: improve ejecting of fake CDROMStefan Seyfried1-5/+9
2009-12-22ar9170usb: add Sphairon Homelink 1202 USB IDStefan Seyfried1-0/+2
2009-12-22ath9k: add MCS rate index back to debufs rcstatLuis R. Rodriguez2-6/+36
2009-12-22mac80211_hwsim: Check all local addresses for TX Ack statusJouni Malinen1-2/+33
2009-12-22iwmc3200wifi: Avoid an offset calculation for each management frame.Joe Perches1-13/+12
2009-12-22libertas: remove priv->ratebitmapHolger Schurig2-4/+1
2009-12-22libertas: remove priv->capabilityHolger Schurig4-15/+3
2009-12-22libertas: make mesh configurableHolger Schurig7-6/+47
2009-12-22libertas: add access functions for mesh open/connect statusHolger Schurig7-10/+16
2009-12-22libertas: move mesh SSID initialization into mesh.cHolger Schurig2-4/+3
2009-12-22libertas: decouple mesh and rtapHolger Schurig1-2/+17
2009-12-22libertas: move mesh-related definitions into mesh.hHolger Schurig2-12/+9
2009-12-22libertas: remove mesh_autostart_enabled and sync_channelHolger Schurig3-29/+2
2009-12-22libertas: use priv->mesh_tlv instead of priv->mesh_fw_verHolger Schurig4-28/+16
2009-12-22mac80211_hwsim: implement ampdu actionJohannes Berg1-0/+26
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-4/+20
2009-12-22iwmc3200wifi: rx aggregation supportZhu Yi1-5/+41