index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-23
rxrpc: Don't leak the service-side session key to userspace
David Howells
1
-2
/
+6
2020-11-23
rxrpc: Hand server key parsing off to the security class
David Howells
4
-30
/
+86
2020-11-23
rxrpc: Split the server key type (rxrpc_s) into its own file
David Howells
4
-127
/
+149
2020-11-23
rxrpc: Don't retain the server key in the connection
David Howells
7
-67
/
+100
2020-11-23
rxrpc: Support keys with multiple authentication tokens
David Howells
5
-13
/
+17
2020-11-23
rxrpc: List the held token types in the key description in /proc/keys
David Howells
1
-1
/
+28
2020-11-23
rxrpc: Remove the rxk5 security class as it's now defunct
David Howells
1
-468
/
+0
2020-11-22
Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/...
Jakub Kicinski
3
-12
/
+74
2020-11-22
net: bridge: switch to net core statistics counters handling
Heiner Kallweit
3
-28
/
+10
2020-11-21
mptcp: refine MPTCP-level ack scheduling
Paolo Abeni
4
-57
/
+61
2020-11-21
mptcp: track window announced to peer
Florian Westphal
4
-10
/
+36
2020-11-21
mptcp: send out dedicated ADD_ADDR packet
Geliang Tang
5
-6
/
+80
2020-11-21
mptcp: change add_addr_signal type
Geliang Tang
2
-9
/
+21
2020-11-21
mptcp: keep unaccepted MPC subflow into join list
Paolo Abeni
3
-21
/
+22
2020-11-21
mptcp: skip to next candidate if subflow has unacked data
Florian Westphal
1
-1
/
+4
2020-11-21
mptcp: fix state tracking for fallback socket
Paolo Abeni
1
-5
/
+13
2020-11-21
mptcp: drop WORKER_RUNNING status bit
Paolo Abeni
2
-8
/
+1
2020-11-21
net: dsa: avoid potential use-after-free error
Christian Eggers
1
-3
/
+3
2020-11-20
net: add annotation for sock_{lock,unlock}_fast
Paolo Abeni
1
-1
/
+2
2020-11-20
net: openvswitch: Be liberal in tcp conntrack.
Numan Siddique
2
-6
/
+8
2020-11-20
can: gw: support modification of Classical CAN DLCs
Oliver Hartkopp
1
-8
/
+70
2020-11-20
can: replace can_dlc as variable/element for payload length
Oliver Hartkopp
3
-4
/
+4
2020-11-20
IPv6: RTM_GETROUTE: Add RTA_ENCAP to result
Oliver Herms
1
-0
/
+4
2020-11-20
mptcp: update rtx timeout only if required.
Paolo Abeni
1
-4
/
+5
2020-11-20
devlink: move flash end and begin to core devlink
Jacob Keller
1
-4
/
+6
2020-11-20
devlink: move request_firmware out of driver
Jacob Keller
1
-5
/
+21
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
35
-155
/
+245
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-20
/
+85
2020-11-19
net/smc: fix direct access to ib_gid_addr->ndev in smc_ib_determine_gid()
Karsten Graul
1
-3
/
+3
2020-11-19
net/smc: fix matching of existing link groups
Karsten Graul
2
-2
/
+4
2020-11-19
ipv6: Remove dependency of ipv6_frag_thdr_truncated on ipv6 module
Georg Kohmann
2
-31
/
+2
2020-11-19
net: bridge: replace struct br_vlan_stats with pcpu_sw_netstats
Heiner Kallweit
3
-19
/
+12
2020-11-19
atm: nicstar: Replace in_interrupt() usage
Sebastian Andrzej Siewior
1
-2
/
+10
2020-11-18
net: Have netpoll bring-up DSA management interface
Florian Fainelli
1
-4
/
+18
2020-11-18
ah6: fix error return code in ah6_input()
Zhang Changzhong
1
-1
/
+2
2020-11-18
ipv4: use IS_ENABLED instead of ifdef
Florian Klink
1
-1
/
+1
2020-11-18
inet_diag: Fix error path to cancel the meseage in inet_req_diag_fill()
Wang Hai
1
-1
/
+3
2020-11-18
bpf, sockmap: Avoid failures from skb_to_sgvec when skb has frag_list
John Fastabend
1
-2
/
+9
2020-11-18
bpf, sockmap: Handle memory acct if skb_verdict prog redirects to self
John Fastabend
1
-0
/
+8
2020-11-18
bpf, sockmap: Avoid returning unneeded EAGAIN when redirecting to self
John Fastabend
1
-19
/
+53
2020-11-18
bpf, sockmap: Use truesize with sk_rmem_schedule()
John Fastabend
1
-1
/
+1
2020-11-18
bpf, sockmap: Ensure SO_RCVBUF memory is observed on ingress redirect
John Fastabend
2
-5
/
+18
2020-11-18
bpf, sockmap: Fix partial copy_page_to_iter so progress can still be made
John Fastabend
1
-6
/
+9
2020-11-18
net/tls: Fix wrong record sn in async mode of device resync
Tariq Toukan
1
-10
/
+27
2020-11-18
net: datagram: fix some kernel-doc markups
Mauro Carvalho Chehab
5
-8
/
+9
2020-11-18
net: wan: Delete the DLCI / SDLA drivers
Xie He
1
-25
/
+0
2020-11-17
tcp: only postpone PROBE_RTT if RTT is < current min_rtt estimate
Ryan Sharpelletti
1
-1
/
+1
2020-11-17
net: dsa: tag_dsa: Use a consistent comment style
Tobias Waldekranz
1
-20
/
+8
2020-11-17
net: dsa: tag_dsa: Unify regular and ethertype DSA taggers
Tobias Waldekranz
4
-263
/
+252
2020-11-17
net: dsa: tag_dsa: Allow forwarding of redirected IGMP traffic
Tobias Waldekranz
1
-3
/
+29
[next]