index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-27
devlink: Notify users when objects are accessible
Leon Romanovsky
1
-14
/
+93
2021-09-27
Merge 5.15-rc3 into tty-next
Greg Kroah-Hartman
24
-97
/
+225
2021-09-27
nl80211: MBSSID and EMA support in AP mode
John Crispin
1
-4
/
+174
2021-09-27
nl80211: don't kfree() ERR_PTR() value
Johannes Berg
1
-0
/
+1
2021-09-27
Merge tag 'mac80211-for-net-2021-09-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
6
-7
/
+26
2021-09-27
net/ipv4/tcp_nv.c: remove superfluous header files from tcp_nv.c
Mianhan Liu
1
-1
/
+0
2021-09-27
cfg80211: always free wiphy specific regdomain
Johannes Berg
1
-0
/
+10
2021-09-27
mac80211: save transmit power envelope element and power constraint
Wen Gong
1
-0
/
+29
2021-09-27
net: make napi_disable() symmetric with enable
Jakub Kicinski
1
-6
/
+12
2021-09-27
mac80211: add parse regulatory info in 6 GHz operation information
Wen Gong
1
-0
/
+14
2021-09-27
mac80211: twt: don't use potentially unaligned pointer
Johannes Berg
1
-3
/
+5
2021-09-27
cfg80211: AP mode driver offload for FILS association crypto
Subrat Mishra
3
-0
/
+75
2021-09-27
mac80211: check return value of rhashtable_init
MichelleJin
1
-1
/
+4
2021-09-27
mac80211: fix use-after-free in CCMP/GCMP RX
Johannes Berg
1
-0
/
+6
2021-09-26
net: prevent user from passing illegal stab size
王贇
1
-0
/
+6
2021-09-25
mptcp: re-arm retransmit timer if data is pending
Florian Westphal
1
-3
/
+18
2021-09-25
mptcp: remove tx_pending_data
Florian Westphal
2
-5
/
+0
2021-09-25
mptcp: use lockdep_assert_held_once() instead of open-coding it
Paolo Abeni
1
-6
/
+3
2021-09-25
mptcp: use OPTIONS_MPTCP_MPC
Geliang Tang
1
-5
/
+2
2021-09-25
mptcp: do not shrink snd_nxt when recovering
Florian Westphal
2
-17
/
+34
2021-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
11
-147
/
+270
2021-09-24
rxrpc: Fix _usecs_to_jiffies() by using usecs_to_jiffies()
Jiasheng Jiang
1
-1
/
+1
2021-09-24
tcp: tracking packets with CE marks in BW rate sample
Yuchung Cheng
3
-8
/
+11
2021-09-24
devlink: Remove single line function obfuscations
Leon Romanovsky
1
-55
/
+34
2021-09-24
devlink: Delete not used port parameters APIs
Leon Romanovsky
1
-42
/
+0
2021-09-24
net: ipv4: Fix rtnexthop len when RTA_FLOW is present
Xiao Liang
2
-9
/
+12
2021-09-24
mac80211: use ieee802_11_parse_elems() in ieee80211_prep_channel()
Wen Gong
1
-37
/
+22
2021-09-24
mptcp: allow changing the 'backup' bit when no sockets are open
Davide Caratti
1
-3
/
+1
2021-09-24
mptcp: don't return sockets in foreign netns
Florian Westphal
6
-24
/
+20
2021-09-24
sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootb
Xin Long
1
-1
/
+1
2021-09-23
UNRPC: Return specific error code on kmalloc failure
Yang Li
1
-1
/
+1
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-36
/
+161
2021-09-23
nl80211: don't put struct cfg80211_ap_settings on stack
Johannes Berg
1
-78
/
+108
2021-09-23
mac80211: always allocate struct ieee802_11_elems
Johannes Berg
10
-201
/
+272
2021-09-23
mac80211: mlme: find auth challenge directly
Johannes Berg
3
-11
/
+6
2021-09-23
mac80211: move CRC into struct ieee802_11_elems
Johannes Berg
3
-13
/
+15
2021-09-23
mac80211: mesh: clean up rx_bcn_presp API
Johannes Berg
3
-20
/
+17
2021-09-23
mac80211: reduce stack usage in debugfs
Johannes Berg
1
-7
/
+31
2021-09-23
tcp: remove sk_{tr}x_skb_cache
Eric Dumazet
5
-54
/
+0
2021-09-23
tcp: make tcp_build_frag() static
Paolo Abeni
1
-2
/
+2
2021-09-23
mptcp: stop relying on tcp_tx_skb_cache
Paolo Abeni
1
-60
/
+77
2021-09-23
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
1
-4
/
+4
2021-09-23
mptcp: ensure tx skbs always have the MPTCP ext
Paolo Abeni
1
-2
/
+2
2021-09-23
net: dsa: sja1105: break dependency between dsa_port_is_sja1105 and switch driver
Vladimir Oltean
1
-1
/
+0
2021-09-23
net: dsa: move sja1110_process_meta_tstamp inside the tagging protocol driver
Vladimir Oltean
1
-0
/
+43
2021-09-23
nl80211: prefer struct_size over open coded arithmetic
Len Baker
1
-6
/
+6
2021-09-23
mac80211: check hostapd configuration parsing twt requests
Lorenzo Bianconi
1
-11
/
+1
2021-09-23
cfg80211: honour V=1 in certificate code generation
Johannes Berg
1
-2
/
+2
2021-09-23
nexthop: Fix memory leaks in nexthop notification chain listeners
Ido Schimmel
1
-5
/
+14
2021-09-23
mac80211: mesh: fix potentially unaligned access
Johannes Berg
1
-1
/
+2
[prev]
[next]