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.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
2022-07-13
mptcp: introduce and use mptcp_pm_send_ack()
Paolo Abeni
3
-24
/
+35
2022-07-13
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
1
-2
/
+2
2022-07-13
tcp: make retransmitted SKB fit into the send window
Yonglong Li
1
-7
/
+16
2022-07-12
net: change the type of ip_route_input_rcu to static
Zhengchao Shao
1
-17
/
+17
2022-07-12
devlink: Hold the instance lock in port_new / port_del callbacks
Moshe Shemesh
1
-5
/
+1
2022-07-12
devlink: Remove unused functions devlink_rate_leaf_create/destroy
Moshe Shemesh
1
-35
/
+7
2022-07-12
devlink: Remove unused function devlink_rate_nodes_destroy
Moshe Shemesh
1
-18
/
+0
2022-07-12
tls: rx: fix the NoPad getsockopt
Jakub Kicinski
1
-5
/
+4
2022-07-12
tls: rx: add counter for NoPad violations
Jakub Kicinski
2
-0
/
+3
2022-07-12
tls: fix spelling of MIB
Jakub Kicinski
2
-2
/
+2
2022-07-11
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
3
-2
/
+7
2022-07-09
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
9
-96
/
+142
2022-07-09
af_unix: fix unix_sysctl_register() error path
Eric Dumazet
1
-1
/
+1
2022-07-09
mptcp: move MPTCPOPT_HMAC_LEN to net/mptcp.h
Geliang Tang
1
-1
/
+0
2022-07-09
net: rxrpc: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-09
tls: rx: make tls_wait_data() return an recvmsg retcode
Jakub Kicinski
1
-27
/
+26
2022-07-09
tls: create an internal header
Jakub Kicinski
7
-7
/
+337
2022-07-09
tls: rx: coalesce exit paths in tls_decrypt_sg()
Jakub Kicinski
1
-9
/
+5
2022-07-09
tls: rx: wrap decrypt params in a struct
Jakub Kicinski
1
-30
/
+30
2022-07-09
tls: rx: always allocate max possible aad size for decrypt
Jakub Kicinski
1
-9
/
+10
2022-07-09
strparser: pad sk_skb_cb to avoid straddling cachelines
Jakub Kicinski
1
-0
/
+3
2022-07-08
net: minor optimization in __alloc_skb()
Eric Dumazet
1
-2
/
+1
2022-07-08
l2tp: l2tp_debugfs: fix Clang -Wformat warnings
Justin Stitt
1
-3
/
+3
2022-07-08
net: l2tp: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-08
net: page_pool: optimize page pool page allocation in NUMA scenario
Jie Wang
1
-1
/
+2
2022-07-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
15
-58
/
+156
2022-07-07
Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
14
-57
/
+155
2022-07-07
af_unix: Optimise hash table layout.
Kuniyuki Iwashima
1
-6
/
+12
2022-07-07
net: rose: fix UAF bug caused by rose_t0timer_expiry
Duoming Zhou
1
-2
/
+2
2022-07-06
Revert "tls: rx: move counting TlsDecryptErrors for sync"
Gal Pressman
1
-4
/
+4
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
2
-0
/
+24
2022-07-06
tls: rx: add sockopt for enabling optimistic decrypt with TLS 1.3
Jakub Kicinski
3
-7
/
+90
2022-07-06
tls: rx: support optimistic decrypt to user buffer with TLS 1.3
Jakub Kicinski
1
-9
/
+29
2022-07-06
tls: rx: don't include tail size in data_len
Jakub Kicinski
1
-4
/
+4
2022-07-06
mptcp: update MIB_RMSUBFLOW in cmd_sf_destroy
Geliang Tang
1
-0
/
+2
2022-07-06
mptcp: fix local endpoint accounting
Paolo Abeni
1
-1
/
+2
2022-07-06
mptcp: netlink: issue MP_PRIO signals from userspace PMs
Kishen Maloor
3
-6
/
+62
2022-07-06
mptcp: Acquire the subflow socket lock before modifying MP_PRIO flags
Mat Martineau
3
-3
/
+12
2022-07-06
mptcp: Avoid acquiring PM lock for subflow priority changes
Mat Martineau
2
-6
/
+5
2022-07-06
mptcp: fix locking in mptcp_nl_cmd_sf_destroy()
Paolo Abeni
1
-13
/
+6
2022-07-06
net/sched: act_police: allow 'continue' action offload
Vlad Buslov
1
-1
/
+1
2022-07-05
Bluetooth: core: Fix deadlock on hci_power_on_sync.
Vasyl Vavrychuk
2
-1
/
+3
2022-07-05
bpf: Omit superfluous address family check in __bpf_skc_lookup
Tobias Klauser
1
-3
/
+2
2022-07-05
af_unix: Put pathname sockets in the global hash table.
Kuniyuki Iwashima
1
-10
/
+37
2022-07-04
net: ipconfig: use strscpy to replace strlcpy
XueBing Chen
1
-4
/
+4
2022-07-04
can: bcm: use call_rcu() instead of costly synchronize_rcu()
Oliver Hartkopp
1
-4
/
+14
2022-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
David S. Miller
2
-16
/
+41
2022-07-02
netfilter: nft_set_pipapo: release elements in clone from abort path
Pablo Neira Ayuso
1
-15
/
+33
2022-07-02
netfilter: nf_tables: stricter validation of element data
Pablo Neira Ayuso
1
-1
/
+8
2022-07-02
Merge tag 'nfsd-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
1
-1
/
+1
[next]