summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-03-07brcmfmac: add support for TLV based firmware signallingArend van Spriel9-18/+501
2013-03-07brcmutil: add macros for setting bitfields using mask/shift operationsArend van Spriel1-0/+23
2013-03-07brcmfmac: increase required skbuff headroom for firmware signallingArend van Spriel1-2/+15
2013-03-07brcmfmac: remove null-pointer check in .sched_scan_start() callbackArend van Spriel1-3/+3
2013-03-07brcmfmac: cleanup module information macrosArend van Spriel2-6/+1
2013-03-07brcmfmac: make debug module parameter more clearArend van Spriel1-1/+2
2013-03-07brcmfmac: introduce tracepoints for message loggingArend van Spriel6-7/+159
2013-03-07brcmsmac: radio on led supportPiotr Haber6-2/+177
2013-03-07mwl8k: Load 8764 firmware imageNishant Sarmukadam1-8/+19
2013-03-07mwl8k: Adding support for 8764 4x4 APNishant Sarmukadam1-33/+45
2013-03-07ath6kl: small cleanup in ath6kl_htc_pipe_rx_complete()Dan Carpenter1-2/+1
2013-03-07drivers/net/wireless/ath/wil6210: Makefile, only -Werror when no -W* in EXTRA...Chen Gang1-1/+3
2013-03-07ath9k: simplify ATH_EP_RNDBob Copeland1-1/+1
2013-03-07ray_cs: read past the end of the arrayDan Carpenter1-3/+3
2013-03-07b43: define BCMA wireless specific PLLsRafał Miłecki2-1/+12
2013-03-07wil6210: convert to use simple_open()Wei Yongjun1-11/+3
2013-03-07ath5k: cleanup channel to eprom_mode functionJiri Slaby5-26/+10
2013-03-07rndis_wlan: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-07brcmsmac: export firmware version to ethtoolHauke Mehrtens1-3/+8
2013-03-07carl9170: fix frame drop and WARN due to minstrel_ht changeChristian Lamparter1-41/+28
2013-03-07b43: Fix 'me' -> 'be' typo in KconfigW. Trevor King1-2/+2
2013-03-07rt2x00: rt2x00pci_regbusy_read() - only print register access failure onceTim Gardner1-2/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2-5/+5
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin11-60/+50
2013-02-28ppp: convert to idr_alloc()Tejun Heo1-29/+4
2013-02-28macvtap: convert to idr_alloc()Tejun Heo1-16/+5
2013-02-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-4/+4
2013-02-27Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+1
2013-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds18-180/+98
2013-02-26Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds7-63/+243
2013-02-26usbnet: smsc95xx: rename FEATURE_AUTOSUSPENDMing Lei1-7/+7
2013-02-26usbnet: smsc95xx: fix broken runtime suspendMing Lei1-10/+2
2013-02-26usbnet: smsc95xx: fix suspend failureMing Lei1-3/+9
2013-02-26bgmac: fix indexing of 2nd level loopsRafał Miłecki1-7/+11
2013-02-26b43: Fix lockdep splat on module unloadLarry Finger1-1/+2
2013-02-26VXLAN: Use tunnel_ip_select_ident() for tunnel IP-Identification.Pravin B Shelar1-1/+2
2013-02-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-29/+5
2013-02-25mlx4: Implement memory windows allocation and deallocationShani Michaeli1-0/+95
2013-02-25mlx4_core: Enable memory windows in {INIT, QUERY}_HCAShani Michaeli4-0/+10
2013-02-25mlx4_core: Disable memory windows for virtual functionsShani Michaeli4-15/+75
2013-02-25net/pasemi: Fix missing coding styleSyam Sidhardhan1-3/+6
2013-02-25vmxnet3: fix ethtool ring buffer size settingNeil Horman1-4/+2
2013-02-25vmxnet3: make local function staticstephen hemminger1-2/+2
2013-02-25bnx2x: remove dead code and make local funcs staticstephen hemminger2-60/+2
2013-02-24gianfar: fix compile fail for NET_POLL=y due to struct packingPaul Gortmaker1-12/+14
2013-02-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+2
2013-02-23vxlan: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-02-23mlx4_en: fix allocation of CPU affinity reverse-mapKleber Sacilotto de Souza1-1/+1
2013-02-23mlx4_en: fix allocation of device tx_cqKleber Sacilotto de Souza1-1/+1
2013-02-23new helper: file_inode(file)Al Viro3-4/+4