index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-28
net: bonding: Share lacpdu_mcast_addr definition
Benjamin Poirier
2
-2
/
+3
2022-09-23
net: Find dst with sk's xfrm policy not ctl_sk
sewookseo
1
-0
/
+2
2022-09-15
rxrpc: Fix ICMP/ICMP6 error handling
David Howells
1
-0
/
+4
2022-09-05
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-20
/
+48
2022-08-31
tcp: expose the tcp_mark_push() and tcp_skb_entail() helpers
Paolo Abeni
1
-0
/
+2
2022-08-31
net: Fix a data-race around sysctl_net_busy_poll.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-31
netfilter: flowtable: fix stuck flows on cleanup due to pending work
Pablo Neira Ayuso
1
-0
/
+2
2022-08-31
netfilter: flowtable: add function to invoke garbage collection immediately
Pablo Neira Ayuso
1
-0
/
+1
2022-08-31
netfilter: nf_tables: disallow jump to implicit chain from set element
Pablo Neira Ayuso
1
-0
/
+5
2022-08-31
netfilter: nf_tables: upfront validation of data via nft_data_init()
Pablo Neira Ayuso
1
-2
/
+2
2022-08-31
netfilter: nft_cmp: optimize comparison for 16-bytes
Pablo Neira Ayuso
1
-0
/
+9
2022-08-31
netfilter: nf_tables: make table handle allocation per-netns friendly
Pablo Neira Ayuso
1
-0
/
+1
2022-08-17
9p: Add client parameter to p9_req_put()
Kent Overstreet
1
-1
/
+1
2022-08-17
9p: Drop kref usage
Kent Overstreet
1
-3
/
+3
2022-08-17
9p: fix a bunch of checkpatch warnings
Dominique Martinet
3
-22
/
+28
2022-08-17
net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set
Mike Manning
3
-20
/
+17
2022-08-17
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-9
/
+19
2022-08-17
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-22
/
+16
2022-08-17
net: fix sk_wmem_schedule() and sk_rmem_schedule() errors
Eric Dumazet
1
-4
/
+8
2022-08-03
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-4
/
+4
2022-08-03
ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr
Ziyang Xuan
1
-0
/
+3
2022-08-03
Revert "tcp: change pingpong threshold to 3"
Wei Wang
1
-9
/
+1
2022-08-03
tcp: Fix a data-race around sysctl_tcp_adv_win_scale.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-03
Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put
Luiz Augusto von Dentz
1
-0
/
+1
2022-07-29
Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks
Luiz Augusto von Dentz
1
-2
/
+1
2022-07-29
Bluetooth: Fix passing NULL to PTR_ERR
Luiz Augusto von Dentz
1
-1
/
+1
2022-07-29
Bluetooth: Add bt_skb_sendmmsg helper
Luiz Augusto von Dentz
1
-0
/
+38
2022-07-29
Bluetooth: Add bt_skb_sendmsg helper
Luiz Augusto von Dentz
1
-0
/
+28
2022-07-29
tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.
Kuniyuki Iwashima
1
-2
/
+2
2022-07-29
udp: Fix a data-race around sysctl_udp_l3mdev_accept.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_prot_sock.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
tcp: Fix a data-race around sysctl_tcp_notsent_lowat.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
tcp: Fix data-races around some timeout sysctl knobs.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-29
tcp: Fix data-races around keepalive sysctl knobs.
Kuniyuki Iwashima
1
-3
/
+6
2022-07-29
tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
Kuniyuki Iwashima
2
-3
/
+3
2022-07-29
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-07-29
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-29
ip: Fix a data-race around sysctl_fwmark_reflect.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_nonlocal_bind.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ipv4/tcp: do not use per netns ctl sockets
Eric Dumazet
1
-1
/
+0
2022-07-29
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
net/tls: Check for errors in tls_device_init
Tariq Toukan
1
-2
/
+2
2022-07-21
raw: Fix a data-race around sysctl_raw_l3mdev_accept.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
1
-5
/
+9
2022-07-21
net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-12
netfilter: nft_payload: support for inner header matching / mangling
Pablo Neira Ayuso
1
-0
/
+2
2022-07-12
netfilter: nf_tables: convert pktinfo->tprot_set to flags field
Pablo Neira Ayuso
3
-8
/
+13
2022-06-29
sock: redo the psock vs ULP protection check
Jakub Kicinski
1
-0
/
+5
2022-06-14
xsk: Fix possible crash when multiple sockets are created
Maciej Fijalkowski
1
-0
/
+1
[next]