index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-03-13
bcma: move PCI IRQ control function to host specific code
Rafał Miłecki
4
-35
/
+36
2015-03-13
rtlwifi: rtl8192cu: remove unused arguments from _beacon_function_enable()
Taehee Yoo
1
-3
/
+2
2015-03-13
libertas_tf: if_usb.c: don't export static symbol
Julia Lawall
1
-2
/
+0
2015-03-13
brcmfmac: fix watchdog timer regression
Arend van Spriel
1
-3
/
+2
2015-03-13
brcmfmac: take save&restore memory into account for SDIO shared info
Arend van Spriel
1
-16
/
+24
2015-03-13
brcmfmac: extract ram size info from internal memory registers
Arend van Spriel
2
-47
/
+217
2015-03-13
brcmfmac: assure device is ready for download after brcmf_chip_attach()
Arend van Spriel
3
-11
/
+2
2015-03-13
brcmfmac: rename chip download functions
Arend van Spriel
4
-31
/
+30
2015-03-13
brcmfmac: always perform cores checks
Arend van Spriel
1
-7
/
+11
2015-03-13
brcmfmac: remove duplication of ramsize info
Arend van Spriel
1
-10
/
+1
2015-03-13
ath9k: make ath_frame_info fit into reduced-size rate_driver_data
Florian Westphal
1
-1
/
+1
2015-03-13
ar5523: use container_of
Florian Westphal
2
-5
/
+5
2015-03-13
ath9k: Fix RTT chainmask usage
Sujith Manoharan
1
-3
/
+3
2015-03-13
ath9k: Check allowed PCIE powersave configuration
Sujith Manoharan
1
-16
/
+57
2015-03-13
ath9k: Initialize pll_pwrsave for AR9462/AR9565
Sujith Manoharan
3
-1
/
+5
2015-03-13
ath9k: Fix PLL powersave for AR9485
Sujith Manoharan
3
-7
/
+13
2015-03-13
ath9k: Add PCIE powersave macros
Sujith Manoharan
1
-0
/
+6
2015-03-13
wil6210: support AP isolation
Vladimir Kondratiev
5
-1
/
+20
2015-03-13
wil6210: re-submit Rx frames to the wireless media if appropriate
Vladimir Kondratiev
1
-14
/
+58
2015-03-13
wil6210: NAPI completion refactor
Vladimir Kondratiev
1
-2
/
+2
2015-03-13
brcmfmac: Add support for BCM4345 SDIO chipset.
Syed Asifful Dayyan
5
-0
/
+12
2015-03-13
brcmfmac: Fix race condition in msgbuf ioctl processing.
Hante Meuleman
1
-3
/
+2
2015-03-13
brcmfmac: Fix possible race-condition.
Hante Meuleman
1
-13
/
+24
2015-03-13
brcmfmac: Simplify watchdog sleep.
Hante Meuleman
1
-39
/
+21
2015-03-13
brcmfmac: Fix oops when SDIO device is removed.
Hante Meuleman
2
-1
/
+6
2015-03-13
rtlwifi: Remove duplicated prototype
Taehee Yoo
1
-1
/
+0
2015-03-13
ath5k: fix reset race
Sergey Ryazanov
2
-0
/
+8
2015-03-13
ath5k: channel change fix
Sergey Ryazanov
2
-27
/
+21
2015-03-13
vxlan: Don't set s_addr in vxlan_create_sock
Simon Horman
1
-1
/
+0
2015-03-13
mpls: In mpls_egress verify the packet length.
Eric W. Biederman
1
-1
/
+16
2015-03-13
net/macb: Only adjust tx_clk on link change
Jaeden Amero
1
-2
/
+5
2015-03-13
rhashtable: Fix read-side crash during rehash
Herbert Xu
1
-1
/
+1
2015-03-13
rhashtable: kill ht->shift atomic operations
Daniel Borkmann
2
-33
/
+28
2015-03-13
rhashtable: Fix reader/rehash race
Herbert Xu
1
-0
/
+6
2015-03-13
inet: introduce ireq_family
Eric Dumazet
8
-1
/
+8
2015-03-13
inet: get_openreq4() & get_openreq6() do not need listener
Eric Dumazet
3
-8
/
+7
2015-03-13
inet: prepare sock_edemux() & sock_gen_put() for new SYN_RECV state
Eric Dumazet
4
-1
/
+10
2015-03-13
net: add req_prot_cleanup() & req_prot_init() helpers
Eric Dumazet
1
-28
/
+41
2015-03-13
inet: add rsk_refcnt/ireq_refcnt to request socks
Eric Dumazet
2
-0
/
+9
2015-03-13
inet: add ireq_state field to inet_request_sock
Eric Dumazet
1
-0
/
+3
2015-03-13
inet: add TCP_NEW_SYN_RECV state
Eric Dumazet
1
-1
/
+3
2015-03-13
ipv6: add missing ireq_net & ir_cookie initializations
Eric Dumazet
5
-2
/
+3
2015-03-12
cls_bpf: do eBPF invocation under non-bh RCU lock variant for maps
Daniel Borkmann
1
-3
/
+6
2015-03-12
fib_trie: Provide a deterministic order for fib_alias w/ tables merged
Alexander Duyck
1
-11
/
+17
2015-03-12
fib_trie: Avoid NULL pointer if local table is not allocated
Alexander Duyck
1
-1
/
+4
2015-03-12
ebpf: verifier: check that call reg with ARG_ANYTHING is initialized
Daniel Borkmann
2
-2
/
+7
2015-03-12
net: Introduce possible_net_t
Eric W. Biederman
16
-67
/
+37
2015-03-12
net: Kill hold_net release_net
Eric W. Biederman
15
-90
/
+14
2015-03-12
rhashtable: Remove obj_raw_hashfn
Herbert Xu
1
-18
/
+7
2015-03-12
rhashtable: Remove key length argument to key_hashfn
Herbert Xu
1
-3
/
+4
[next]