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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+6
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
ipv4: Fix a data-race around sysctl_fib_sync_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-08
icmp: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-2
/
+3
2022-07-08
cipso: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-5
/
+7
2022-07-08
inetpeer: Fix data-races around sysctl.
Kuniyuki Iwashima
1
-4
/
+8
2022-07-08
tcp: Fix a data-race around sysctl_tcp_max_orphans.
Kuniyuki Iwashima
1
-1
/
+2
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
netfilter: conntrack: fix crash due to confirmed bit load reordering
Florian Westphal
3
-0
/
+26
2022-07-07
Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/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
xdp: Fix spurious packet loss in generic XDP TX path
Johan Almbladh
1
-2
/
+6
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-04
esp6: Fix spelling mistake
Zhang Jiaming
1
-2
/
+2
2022-07-03
mm/swap: convert __put_page() to __folio_put()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-07-03
mm: shrinkers: provide shrinkers with names
Roman Gushchin
1
-1
/
+1
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/linux
Linus Torvalds
1
-1
/
+1
2022-07-02
net: dsa: tag_ksz: add tag handling for Microchip LAN937x
Prasanna Vengateshan
2
-2
/
+61
2022-07-02
net: add skb_[inner_]tcp_all_headers helpers
Eric Dumazet
1
-3
/
+3
2022-07-02
9p fid refcount: add a 9p_fid_ref tracepoint
Dominique Martinet
1
-1
/
+19
2022-07-02
9p fid refcount: add p9_fid_get/put wrappers
Dominique Martinet
1
-12
/
+3
[prev]
[next]