index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-07
ath9k: move spectral scan support under a separate config symbol
Matthias Schiffer
3
-8
/
+14
2017-12-07
ath10k: use 64-bit crash dump timestamps
Arnd Bergmann
2
-2
/
+2
2017-12-07
ath6kl: remove redundant variable ies_len
Kenneth Lu
1
-2
/
+0
2017-12-02
wcn36xx: set default BTLE coexistence config
Eyal Ilsar
1
-0
/
+2
2017-12-02
wil6210: update statistics for suspend
Lazar Alexei
4
-27
/
+59
2017-12-02
wil6210: remove suspend time statistics
Lazar Alexei
4
-39
/
+4
2017-12-02
wil6210: fix PCIe bus mastering in case of interface down
Lazar Alexei
3
-19
/
+19
2017-12-02
wil6210: get suspend reject reason and resume triggers from FW
Lazar Alexei
2
-6
/
+57
2017-12-02
wil6210: missing length check in wil_cfg80211_mgmt_tx
Lior David
1
-3
/
+7
2017-12-02
wil6210: missing length check in wmi_set_ie
Lior David
1
-1
/
+7
2017-12-02
wil6210: add block size checks during FW load
Lior David
3
-21
/
+49
2017-12-02
wil6210: fix length check in __wmi_send
Lior David
2
-2
/
+22
2017-12-02
wil6210: abort properly in cfg suspend
Hamad Kadmany
1
-2
/
+5
2017-12-02
wil6210: refresh FW capabilities during interface up
Lior David
4
-27
/
+33
2017-12-02
wil6210: print human readable names of WMI commands and events
Dedy Lansky
1
-5
/
+232
2017-12-02
wil6210: run-time PM when interface down
Lazar Alexei
6
-20
/
+237
2017-12-02
ath10k: handle tdls peer events
Manikanta Pubbisetty
1
-0
/
+72
2017-12-02
ath10k: update tdls teardown state to target
Manikanta Pubbisetty
1
-0
/
+10
2017-12-02
ath10k: re-enable TXQs for all devices
Toke Høiland-Jørgensen
1
-9
/
+0
2017-12-02
ath9k: dfs: use swap macro in ath9k_check_chirping
Gustavo A. R. Silva
1
-5
/
+3
2017-11-30
Documentation: net: dsa: Cut set_addr() documentation
Linus Walleij
1
-5
/
+0
2017-11-30
net: Remove dst->next
David Miller
2
-5
/
+0
2017-11-30
xfrm: Stop using dst->next in bundle construction.
David Miller
1
-24
/
+32
2017-11-30
net: Rearrange dst_entry layout to avoid useless padding.
David Miller
1
-19
/
+12
2017-11-30
xfrm: Move dst->path into struct xfrm_dst
David Miller
9
-29
/
+33
2017-11-30
ipv6: Move dst->from into struct rt6_info.
David Miller
4
-25
/
+22
2017-11-30
xfrm: Move child route linkage into xfrm_dst.
David Miller
6
-18
/
+26
2017-11-30
ipsec: Create and use new helpers for dst child access.
David Miller
2
-24
/
+28
2017-11-30
net: Create and use new helper xfrm_dst_child().
David Miller
8
-15
/
+26
2017-11-30
ipv6: Move rt6_next from dst_entry into ipv6 route structure.
David Miller
4
-21
/
+21
2017-11-30
decnet: Move dn_next into decnet route structure.
David Miller
3
-17
/
+19
2017-11-30
net: dst->rt_next is unused.
David Miller
1
-1
/
+0
2017-11-30
forcedeth: optimize the xmit with unlikely
Zhu Yanjun
1
-3
/
+3
2017-11-30
atm: mpoa: remove 32-bit timekeeping
Tina Ruchandani
5
-40
/
+43
2017-11-30
atm: eni: fix several indentation issues
Colin Ian King
1
-9
/
+9
2017-11-30
openvswitch: use ktime_get_ts64() instead of ktime_get_ts()
Arnd Bergmann
1
-3
/
+3
2017-11-30
netxen: remove timespec usage
Arnd Bergmann
1
-3
/
+1
2017-11-30
net: phy: harmonize phy_id{,_mask} data type
Richard Leitner
1
-1
/
+1
2017-11-30
net: ethernet: davinci_emac: Deduplicate bus_find_device() by name matching
Lukas Wunner
1
-7
/
+2
2017-11-30
net: thunderx: Set max queue count taking XDP_TX into account
Sunil Goutham
1
-0
/
+5
2017-11-30
net: thunderx: Add support for xdp redirect
Sunil Goutham
3
-31
/
+94
2017-11-29
sparc64: Fix boot on T4 and later.
David S. Miller
1
-1
/
+1
2017-11-29
vsprintf: don't use 'restricted_pointer()' when not restricting
Linus Torvalds
1
-0
/
+2
2017-11-29
kallsyms: take advantage of the new '%px' format
Linus Torvalds
3
-13
/
+7
2017-11-29
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
Linus Torvalds
5
-24
/
+16
2017-11-29
ethernet: dwmac-stm32: Fix copyright
Benjamin Gaignard
1
-2
/
+2
2017-11-29
net: via: via-rhine: use %p to format void * address instead of %x
Colin Ian King
1
-2
/
+2
2017-11-29
net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit
Geert Uytterhoeven
1
-0
/
+1
2017-11-29
myri10ge: Update MAINTAINERS
Hyong-Youb Kim
1
-2
/
+2
2017-11-29
kasan: use %px to print addresses instead of %p
Tobin C. Harding
1
-4
/
+4
[next]