index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-02
brcmfmac: fix a double spin_unlock_irqrestore issue in dpc
Franky Lin
1
-0
/
+1
2012-04-27
brcm80211: fmac: fix missing completion events issue
Franky Lin
1
-12
/
+51
2012-04-27
brcm80211: fmac: fix SDIO function 0 register r/w issue
Franky Lin
1
-1
/
+7
2012-04-23
brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing
Eldad Zack
1
-2
/
+1
2012-04-13
brcm80211: smac: resume transmit fifo upon receiving frames
Arend van Spriel
1
-0
/
+8
2012-03-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-8
/
+2
2012-03-13
brmc80211: dont use jiffies for BSS TSF
Johannes Berg
1
-8
/
+2
2012-03-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
7
-84
/
+64
2012-03-06
brcm80211: smac: cleanup couple of debug output statements
Arend van Spriel
1
-11
/
+9
2012-03-06
brcm80211: smac: remove firmware requests from init_module syscall
Arend van Spriel
1
-12
/
+19
2012-03-06
brcm80211: fmac: remove firmware requests from init_module syscall
Arend van Spriel
1
-4
/
+14
2012-03-06
brcm80211: fmac: initialize host interface drivers regardless result
Arend van Spriel
4
-18
/
+8
2012-03-06
brcm80211: fmac: use counters in brcmf_bus structure
Arend van Spriel
2
-15
/
+4
2012-03-06
brcm80211: fmac: remove brcmf_usb_attrib structure
Arend van Spriel
2
-22
/
+11
2012-03-06
brcm80211: fmac: remove unnecessary NULL pointer check
Arend van Spriel
1
-3
/
+0
2012-03-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
14
-83
/
+1904
2012-03-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+4
2012-02-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-3
/
+3
2012-02-27
brcm80211: fmac: use correct firmware filename
Rafał Miłecki
1
-3
/
+3
2012-02-27
brcm80211: fmac: fix a couple checking after dereference bugs
Dan Carpenter
1
-4
/
+4
2012-02-24
brcm80211: smac: only print block-ack timeout message at trace level
Arend van Spriel
1
-3
/
+3
2012-02-24
brcm80211: smac: fix endless retry of A-MPDU transmissions
Arend van Spriel
1
-5
/
+1
2012-02-22
brcm80211: fmac: make sdio firmware filename specific
Arend van Spriel
1
-6
/
+6
2012-02-22
brcm80211: fmac: add USB support for bcm43235/6/8 chipsets
Arend van Spriel
7
-7
/
+1812
2012-02-22
brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()
Arend van Spriel
1
-2
/
+3
2012-02-22
brcm80211: fmac: change allocation flag in brcmf_enq_event() function
Arend van Spriel
1
-2
/
+4
2012-02-22
brcm80211: fmac: update bus state in common driver part
Arend van Spriel
2
-14
/
+8
2012-02-22
brcm80211: fmac: only return success in brcmf_sdbrcm_bus_init() when true
Arend van Spriel
1
-4
/
+3
2012-02-22
brcm80211: fmac: move module entry points to dhd_linux.c
Arend van Spriel
3
-5
/
+32
2012-02-22
brcm80211: fmac: use specific types in struct brcmf_bus
Arend van Spriel
3
-9
/
+12
2012-02-22
brcm80211: fmac: make sure cancel_work_sync only called after INIT_WORK
Franky Lin
1
-4
/
+4
2012-02-22
brcm80211: fmac: resolve smatch issues in brcmfmac code
Arend van Spriel
2
-2
/
+3
2012-02-22
brcm80211: smac: remove smatch warnings from brcmsmac code
Arend van Spriel
3
-5
/
+14
2012-02-22
brcm80211: smac: fix endless retry of A-MPDU transmissions
Arend van Spriel
1
-5
/
+1
2012-02-22
brcm80211: smac: remove redundant assignments from txpwrctrl_pwr_setup_nphy
Arend van Spriel
1
-20
/
+1
2012-02-22
brcm80211: smac: fix unintended fallthru in wlc_phy_radio_init_2057()
Arend van Spriel
1
-4
/
+3
2012-02-13
drivers/net: Remove boolean comparisons to true/false
Joe Perches
3
-12
/
+10
2012-02-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
22
-306
/
+300
2012-02-01
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+9
2012-01-24
brcmfmac: Trivial typo of "couldn" to "could" fix
Joe Perches
1
-2
/
+2
2012-01-24
brcm80211: Use pr_fmt and pr_<level>
Joe Perches
13
-24
/
+46
2012-01-24
brcm80211: Use brcmu_dbg_hex_dump
Joe Perches
1
-6
/
+3
2012-01-24
brcm80211: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
6
-93
/
+78
2012-01-24
brcmfmac: Remove useless #ifdef DEBUG
Joe Perches
1
-2
/
+0
2012-01-24
brcm80211: Add and use brcmX_dbg_dump_hex
Joe Perches
4
-92
/
+84
2012-01-24
brcmfmac: Convert printk(KERN_DEBUG to pr_debug
Joe Perches
1
-4
/
+4
2012-01-24
brcm80211: Use normal DEBUG define
Joe Perches
16
-102
/
+102
2012-01-24
brcm80211: make ethtool_ops const
Stephen Hemminger
1
-2
/
+2
2012-01-18
brcmsmac: fix tx queue flush infinite loop
Stanislaw Gruszka
1
-1
/
+9
2012-01-17
brcmfmac: work-around gcc 4.7 build issue
Alexandre Oliva
1
-1
/
+1
[next]