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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-05
net: fix refcount bug in sk_psock_get (2)
Hawkins Jiawei
1
-20
/
+48
2022-08-31
net: Fix a data-race around sysctl_net_busy_poll.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-31
net: Fix data-races around sysctl_[rw]mem(_offset)?.
Kuniyuki Iwashima
1
-4
/
+4
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-21
net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set
Mike Manning
3
-20
/
+17
2022-08-21
tcp: Fix data-races around sysctl_tcp_l3mdev_accept.
Kuniyuki Iwashima
2
-3
/
+3
2022-08-21
ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH()
Eric Dumazet
1
-9
/
+19
2022-08-21
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-08-21
inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()
Eric Dumazet
2
-22
/
+16
2022-08-21
net: fix sk_wmem_schedule() and sk_rmem_schedule() errors
Eric Dumazet
1
-4
/
+8
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/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-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
net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-06-29
netfilter: nftables: add nft_parse_register_store() and use it
Pablo Neira Ayuso
4
-9
/
+9
2022-06-29
netfilter: nftables: add nft_parse_register_load() and use it
Pablo Neira Ayuso
3
-5
/
+5
2022-06-14
netfilter: nf_tables: bail out early if hardware offload is not supported
Pablo Neira Ayuso
2
-1
/
+2
2022-06-14
netfilter: nf_tables: delete flowtable hooks via transaction list
Pablo Neira Ayuso
1
-1
/
+0
2022-06-14
net: sched: add barrier to fix packet stuck problem for lockless qdisc
Guoju Fang
1
-0
/
+6
2022-06-14
net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog
Vincent Ray
1
-28
/
+8
2022-06-09
lsm,selinux: pass flowi_common instead of flowi to the LSM hooks
Paul Moore
2
-3
/
+13
2022-06-09
Bluetooth: use inclusive language when filtering devices
Archie Pusaka
2
-12
/
+12
2022-06-09
Bluetooth: Interleave with allowlist scan
Howard Chung
1
-0
/
+10
2022-06-09
ipv6: fix locking issues with loops over idev->addr_list
Niels Dossche
1
-0
/
+8
2022-06-06
netfilter: conntrack: re-fetch conntrack after insertion
Florian Westphal
1
-1
/
+6
2022-05-30
secure_seq: use the 64 bits of the siphash for port offset calculation
Willy Tarreau
2
-3
/
+3
2022-05-25
xfrm: fix "disable_policy" flag use when arriving from different devices
Eyal Birger
2
-1
/
+14
2022-05-25
xfrm: rework default policy structure
Nicolas Dichtel
2
-35
/
+19
2022-05-25
xfrm: fix dflt policy check when there is no policy configured
Nicolas Dichtel
1
-1
/
+1
2022-05-25
xfrm: Add possibility to set the default to block if we have no policy
Steffen Klassert
2
-6
/
+37
2022-05-18
net/sched: act_pedit: really ensure the skb is writable
Paolo Abeni
1
-0
/
+1
[next]