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.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-08-24
net: Fix data-races around sysctl_max_skb_frags.
Kuniyuki Iwashima
2
-3
/
+3
2022-08-24
net: Fix a data-race around netdev_budget.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix a data-race around sysctl_tstamp_allow_data.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
5
-14
/
+18
2022-08-24
net: Fix data-races around netdev_tstamp_prequeue.
Kuniyuki Iwashima
1
-4
/
+4
2022-08-24
net: Fix data-races around netdev_max_backlog.
Kuniyuki Iwashima
4
-5
/
+5
2022-08-24
net: Fix data-races around weight_p and dev_weight_[rt]x_bias.
Kuniyuki Iwashima
3
-8
/
+11
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
5
-10
/
+10
2022-08-24
net/core/skbuff: Check the return value of skb_copy_bits()
lily
1
-3
/
+2
2022-08-24
tcp: annotate data-race around tcp_md5sig_pool_populated
Eric Dumazet
1
-4
/
+10
2022-08-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
5
-3
/
+6
2022-08-24
net: neigh: don't call kfree_skb() under spin_lock_irqsave()
Yang Yingliang
1
-3
/
+9
2022-08-24
net: skb: prevent the split of kfree_skb_reason() by gcc
Menglong Dong
1
-2
/
+3
2022-08-24
netfilter: nf_defrag_ipv6: allow nf_conntrack_frag6_high_thresh increases
Eric Dumazet
1
-1
/
+0
2022-08-24
netfilter: flowtable: fix stuck flows on cleanup due to pending work
Pablo Neira Ayuso
2
-4
/
+11
2022-08-24
netfilter: flowtable: add function to invoke garbage collection immediately
Pablo Neira Ayuso
1
-3
/
+9
2022-08-24
netfilter: nf_tables: disallow binding to already bound chain
Pablo Neira Ayuso
1
-0
/
+2
2022-08-24
netfilter: nft_tunnel: restrict it to netdev family
Pablo Neira Ayuso
1
-0
/
+1
2022-08-24
netfilter: nft_osf: restrict osf to ipv4, ipv6 and inet families
Pablo Neira Ayuso
1
-3
/
+15
2022-08-24
netfilter: nf_tables: do not leave chain stats enabled on error
Pablo Neira Ayuso
1
-2
/
+4
2022-08-24
netfilter: nft_payload: do not truncate csum_offset and csum_type
Pablo Neira Ayuso
1
-6
/
+13
2022-08-24
netfilter: nft_payload: report ERANGE for too long offset and length
Pablo Neira Ayuso
1
-2
/
+8
2022-08-24
netfilter: nf_tables: make table handle allocation per-netns friendly
Pablo Neira Ayuso
1
-2
/
+1
2022-08-24
netfilter: nf_tables: disallow updates of implicit chain
Pablo Neira Ayuso
1
-0
/
+3
2022-08-23
netfilter: nft_tproxy: restrict to prerouting hook
Florian Westphal
1
-0
/
+8
2022-08-23
netfilter: conntrack: work around exceeded receive window
Florian Westphal
1
-0
/
+31
2022-08-23
netfilter: ebtables: reject blobs that don't provide all entry points
Florian Westphal
4
-31
/
+1
2022-08-23
net: dsa: don't dereference NULL extack in dsa_slave_changeupper()
Vladimir Oltean
1
-1
/
+1
2022-08-23
net: dsa: use dsa_tree_for_each_cpu_port in dsa_tree_{setup,teardown}_master
Vladimir Oltean
1
-25
/
+21
2022-08-23
net: dsa: all DSA masters must be down when changing the tagging protocol
Vladimir Oltean
3
-9
/
+4
2022-08-23
net: dsa: only bring down user ports assigned to a given DSA master
Vladimir Oltean
1
-0
/
+3
2022-08-23
net: dsa: existing DSA masters cannot join upper interfaces
Vladimir Oltean
1
-0
/
+33
2022-08-23
net: bridge: move DSA master bridging restriction to DSA
Vladimir Oltean
2
-20
/
+44
2022-08-23
net: dsa: don't stop at NOTIFY_OK when calling ds->ops->port_prechangeupper
Vladimir Oltean
1
-1
/
+1
2022-08-23
net: dsa: walk through all changeupper notifier functions
Vladimir Oltean
1
-9
/
+28
2022-08-23
vmci/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
2
-3
/
+3
2022-08-23
virtio/vsock: check SO_RCVLOWAT before wake up reader
Arseniy Krasnov
1
-1
/
+1
2022-08-23
vsock: add API call for data ready
Arseniy Krasnov
1
-0
/
+10
2022-08-23
vsock: pass sock_rcvlowat to notify_poll_in as target
Arseniy Krasnov
1
-1
/
+2
2022-08-23
vmci/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
2
-8
/
+8
2022-08-23
virtio/vsock: use 'target' in notify_poll_in callback
Arseniy Krasnov
1
-4
/
+1
2022-08-23
hv_sock: disable SO_RCVLOWAT support
Arseniy Krasnov
1
-0
/
+7
2022-08-23
vsock: SO_RCVLOWAT transport set callback
Arseniy Krasnov
1
-0
/
+20
2022-08-23
net: sched: remove duplicate check of user rights in qdisc
Zhengchao Shao
2
-21
/
+0
2022-08-23
net: dsa: tag_8021q: remove old comment regarding dsa_8021q_netdev_ops
Vladimir Oltean
1
-3
/
+1
2022-08-23
net_sched: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-2
/
+2
2022-08-23
openvswitch: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-23
ethtool: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-4
/
+4
2022-08-23
dsa: move from strlcpy with unused retval to strscpy
Wolfram Sang
2
-4
/
+4
[prev]
[next]