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.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
2023-10-01
inet: implement lockless IP_TOS
Eric Dumazet
7
-31
/
+27
2023-10-01
inet: implement lockless IP_MTU_DISCOVER
Eric Dumazet
6
-18
/
+14
2023-10-01
inet: implement lockless IP_MULTICAST_TTL
Eric Dumazet
3
-17
/
+18
2023-10-01
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2
-2
/
+2
2023-10-01
net: lockless implementation of SO_TXREHASH
Eric Dumazet
1
-13
/
+10
2023-10-01
net: implement lockless SO_MAX_PACING_RATE
Eric Dumazet
5
-32
/
+36
2023-10-01
net: lockless implementation of SO_BUSY_POLL, SO_PREFER_BUSY_POLL, SO_BUSY_PO...
Eric Dumazet
1
-24
/
+20
2023-10-01
net: lockless SO_{TYPE|PROTOCOL|DOMAIN|ERROR } setsockopt()
Eric Dumazet
1
-6
/
+5
2023-10-01
net: lockless SO_PASSCRED, SO_PASSPIDFD and SO_PASSSEC
Eric Dumazet
1
-11
/
+9
2023-10-01
net: implement lockless SO_PRIORITY
Eric Dumazet
22
-33
/
+34
2023-10-01
openvswitch: reduce stack usage in do_execute_actions
Ilya Maximets
1
-12
/
+11
2023-10-01
net: l2tp_eth: use generic dev->stats fields
Eric Dumazet
1
-22
/
+12
2023-10-01
net_sched: sch_fq: always garbage collect
Eric Dumazet
1
-3
/
+1
2023-10-01
net_sched: sch_fq: add fast path for mostly idle qdisc
Eric Dumazet
1
-37
/
+91
2023-10-01
net_sched: sch_fq: change how @inactive is tracked
Eric Dumazet
1
-5
/
+7
2023-10-01
net_sched: sch_fq: struct sched_data reorg
Eric Dumazet
1
-4
/
+12
2023-10-01
tcp: derive delack_max from rto_min
Eric Dumazet
2
-2
/
+17
2023-09-28
pktgen: Introducing 'SHARED' flag for testing with non-shared skb
Liang Chen
1
-10
/
+54
2023-09-28
pktgen: Automate flag enumeration for unknown flag handling
Liang Chen
1
-16
/
+22
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
25
-192
/
+266
2023-09-21
Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
24
-187
/
+257
2023-09-21
vsock/virtio: MSG_ZEROCOPY flag support
Arseniy Krasnov
2
-58
/
+224
2023-09-21
vsock/virtio: non-linear skb handling for tap
Arseniy Krasnov
1
-3
/
+28
2023-09-21
vsock/virtio: support to send non-linear skb
Arseniy Krasnov
1
-7
/
+53
2023-09-21
vsock/virtio/vhost: read data from non-linear skb
Arseniy Krasnov
1
-13
/
+19
2023-09-21
Merge tag 'nf-23-09-20' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Paolo Abeni
2
-4
/
+22
2023-09-20
net/handshake: Fix memory leak in __sock_create() and sock_alloc_file()
Jinjie Ruan
1
-7
/
+7
2023-09-20
wifi: cfg80211: make read-only array centers_80mhz static const
Colin Ian King
1
-1
/
+1
2023-09-20
netfilter: ipset: Fix race between IPSET_CMD_CREATE and IPSET_CMD_SWAP
Jozsef Kadlecsik
1
-2
/
+10
2023-09-20
netfilter: nf_tables: fix memleak when more than 255 elements expired
Florian Westphal
1
-2
/
+8
2023-09-20
netfilter: nf_tables: disable toggling dormant table state more than once
Florian Westphal
1
-0
/
+4
2023-09-20
net: rds: Fix possible NULL-pointer dereference
Artem Chernyshev
1
-5
/
+7
2023-09-19
ipv6: lockless IPV6_ADDR_PREFERENCES implementation
Eric Dumazet
3
-11
/
+12
2023-09-19
net: bridge: use DEV_STATS_INC()
Eric Dumazet
2
-4
/
+4
2023-09-18
Merge tag 'nfs-for-6.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-5
/
+9
2023-09-18
ax25: Kconfig: Update link for linux-ax25.org
Peter Lafreniere
1
-8
/
+8
2023-09-18
mptcp: fix dangling connection hang-up
Paolo Abeni
3
-44
/
+65
2023-09-18
mptcp: rename timer related helper to less confusing names
Paolo Abeni
3
-23
/
+23
2023-09-18
mptcp: process pending subflow error on close
Paolo Abeni
1
-29
/
+34
2023-09-18
mptcp: move __mptcp_error_report in protocol.c
Paolo Abeni
2
-36
/
+36
2023-09-18
mptcp: fix bogus receive window shrinkage with multiple subflows
Paolo Abeni
1
-2
/
+3
2023-09-18
ceph: Annotate struct ceph_monmap with __counted_by
Kees Cook
1
-1
/
+1
2023-09-18
tipc: Use size_add() in calls to struct_size()
Gustavo A. R. Silva
1
-2
/
+2
2023-09-18
tls: Use size_add() in call to struct_size()
Gustavo A. R. Silva
1
-1
/
+1
2023-09-18
net: hsr: Add __packed to struct hsr_sup_tlv.
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-18
net: hsr: Properly parse HSRv1 supervisor frames.
Lukasz Majewski
1
-2
/
+2
2023-09-18
dccp: fix dccp_v4_err()/dccp_v6_err() again
Eric Dumazet
2
-14
/
+4
2023-09-18
ncsi: Propagate carrier gain/loss events to the NCSI controller
Johnathan Mantey
1
-0
/
+5
2023-09-17
ipv4: fix null-deref in ipv4_link_failure
Kyle Zeng
1
-1
/
+3
2023-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
4
-4
/
+17
[next]