index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Lines
2020-07-31
udp, bpf: Ignore connections in reuseport group after BPF sk lookup
Jakub Sitnicki
-2
/
+2
2020-07-30
devlink: ignore -EOPNOTSUPP errors on dumpit
Jakub Kicinski
-6
/
+18
2020-07-30
rxrpc: Fix race between recvmsg and sendmsg on immediate call failure
David Howells
-12
/
+28
2020-07-30
l2tp: improve API documentation in l2tp_core.h
Tom Parkin
-14
/
+72
2020-07-30
l2tp: tweak exports for l2tp_recv_common and l2tp_ioctl
Tom Parkin
-2
/
+2
2020-07-30
l2tp: remove build_header callback in struct l2tp_session
Tom Parkin
-7
/
+4
2020-07-30
l2tp: return void from l2tp_session_delete
Tom Parkin
-10
/
+5
2020-07-30
l2tp: don't export tunnel and session free functions
Tom Parkin
-47
/
+46
2020-07-30
l2tp: don't export __l2tp_session_unhash
Tom Parkin
-32
/
+26
2020-07-30
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
-5
/
+13
2020-07-31
net/bpfilter: Initialize pos in __bpfilter_process_sockopt
Christoph Hellwig
-1
/
+1
2020-07-31
bpf: Expose socket storage to BPF_PROG_TYPE_CGROUP_SOCK
Stanislav Fomichev
-0
/
+13
2020-07-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
-2
/
+2
2020-07-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
-68
/
+333
2020-07-30
Bluetooth: fix kernel oops in store_pending_adv_report
Alain Michaud
-7
/
+19
2020-07-30
treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()
Kees Cook
-2
/
+2
2020-07-30
Bluetooth: Enable controller RPA resolution using Experimental feature
Sathish Narasimman
-3
/
+147
2020-07-30
mac80211: remove STA txq pending airtime underflow warning
Felix Fietkau
-3
/
+1
2020-07-30
mac80211: Fix bug in Tx ack status reporting in 802.3 xmit path
Vasanthakumar Thiagarajan
-3
/
+4
2020-07-30
cfg80211: check vendor command doit pointer before use
Julian Squires
-3
/
+3
2020-07-30
mac80211: mesh: Free pending skb when destroying a mpath
Remi Pommarel
-0
/
+1
2020-07-30
mac80211: mesh: Free ie data when leaving mesh
Remi Pommarel
-0
/
+1
2020-07-30
mac80211: fix warning in 6 GHz IE addition in mesh mode
Rajkumar Manoharan
-0
/
+17
2020-07-30
Bluetooth: Enable RPA Timeout
Sathish Narasimman
-0
/
+8
2020-07-30
Bluetooth: Enable/Disable address resolution during le create conn
Sathish Narasimman
-14
/
+47
2020-07-30
Bluetooth: Let controller creates RPA during le create conn
Sathish Narasimman
-1
/
+7
2020-07-30
Bluetooth: Translate additional address type during le_conn
Sathish Narasimman
-0
/
+16
2020-07-30
Bluetooth: Update resolving list when updating whitelist
Marcel Holtmann
-2
/
+39
2020-07-30
Bluetooth: Configure controller address resolution if available
Marcel Holtmann
-3
/
+23
2020-07-30
Bluetooth: Translate additional address type correctly
Marcel Holtmann
-0
/
+9
2020-07-30
espintcp: count packets dropped in espintcp_rcv
Sabrina Dubroca
-0
/
+6
2020-07-30
espintcp: handle short messages instead of breaking the encap socket
Sabrina Dubroca
-1
/
+24
2020-07-29
fib: fix fib_rules_ops indirect calls wrappers
Brian Vazquez
-13
/
+20
2020-07-29
Merge tag '9p-for-5.8-2' of git://github.com/martinetd/linux into master
Linus Torvalds
-9
/
+30
2020-07-29
mlxsw: spectrum: Use different trap group for externally routed packets
Ido Schimmel
-0
/
+1
2020-07-29
ipv4: Silence suspicious RCU usage warning
Ido Schimmel
-1
/
+1
2020-07-29
netfilter: ip6tables: Remove redundant null checks
Gaurav Singh
-8
/
+4
2020-07-29
netfilter: Replace HTTP links with HTTPS ones
Alexander A. Klimov
-9
/
+9
2020-07-29
xfrm: policy: Use sequence counters with associated lock
Ahmed S. Darwish
-5
/
+5
2020-07-29
netfilter: nft_set_rbtree: Use sequence counter with associated rwlock
Ahmed S. Darwish
-2
/
+2
2020-07-29
netfilter: conntrack: Use sequence counter with associated spinlock
Ahmed S. Darwish
-2
/
+3
2020-07-28
fib: use indirect call wrappers in the most common fib_rules_ops
Brian Vazquez
-12
/
+30
2020-07-28
net_sched: initialize timer earlier in red_init()
Cong Wang
-4
/
+4
2020-07-28
ipv6: Fix nexthop refcnt leak when creating ipv6 route info
Xiyu Yang
-4
/
+4
2020-07-28
mptcp: Safely store sequence number when sending data
Mat Martineau
-1
/
+1
2020-07-28
mptcp: Safely read sequence number when lock isn't held
Mat Martineau
-1
/
+1
2020-07-28
mptcp: Skip unnecessary skb extension allocation for bare acks
Mat Martineau
-3
/
+6
2020-07-28
mptcp: Only use subflow EOF signaling on fallback connections
Mat Martineau
-1
/
+2
2020-07-28
mptcp: Use full MPTCP-level disconnect state machine
Mat Martineau
-17
/
+92
2020-07-28
mptcp: Add helper to process acks of DATA_FIN
Mat Martineau
-8
/
+46
[prev]
[next]