index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-12
mptcp: more accurate MPC endpoint tracking
Paolo Abeni
2
-7
/
+15
2022-07-12
mptcp: allow the in kernel PM to set MPC subflow priority
Paolo Abeni
1
-22
/
+15
2022-07-12
mptcp: address lookup improvements
Paolo Abeni
1
-5
/
+10
2022-07-12
mptcp: introduce and use mptcp_pm_send_ack()
Paolo Abeni
3
-24
/
+35
2022-07-12
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
1
-2
/
+2
2022-07-12
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-11
tls: rx: fix the NoPad getsockopt
Jakub Kicinski
1
-5
/
+4
2022-07-11
tls: rx: add counter for NoPad violations
Jakub Kicinski
2
-0
/
+3
2022-07-11
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-08
net: rxrpc: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-08
tls: rx: make tls_wait_data() return an recvmsg retcode
Jakub Kicinski
1
-27
/
+26
2022-07-08
tls: create an internal header
Jakub Kicinski
7
-7
/
+337
2022-07-08
tls: rx: coalesce exit paths in tls_decrypt_sg()
Jakub Kicinski
1
-9
/
+5
2022-07-08
tls: rx: wrap decrypt params in a struct
Jakub Kicinski
1
-30
/
+30
2022-07-08
tls: rx: always allocate max possible aad size for decrypt
Jakub Kicinski
1
-9
/
+10
2022-07-08
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-07
net: l2tp: fix clang -Wformat warning
Justin Stitt
1
-1
/
+1
2022-07-07
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-06
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
[next]