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
2024-04-24
neighbour: fix neigh_master_filtered()
Eric Dumazet
1
-1
/
+1
2024-04-23
netlink: support all extack types in dumps
Jakub Kicinski
1
-5
/
+10
2024-04-23
netlink: move extack writing helpers
Jakub Kicinski
1
-63
/
+63
2024-04-23
netdev: support dumping a single netdev in qstats
Jakub Kicinski
2
-13
/
+40
2024-04-23
af_unix: Don't access successor in unix_del_edges() during GC.
Kuniyuki Iwashima
1
-5
/
+12
2024-04-23
net: openvswitch: Check vport netdev name
Jun Gu
1
-1
/
+4
2024-04-23
netfilter: nfnetlink: Handle ACK flags for batch messages
Donald Hunter
1
-0
/
+5
2024-04-23
Merge branch 'for-uring-ubufops' into HEAD
Jakub Kicinski
1
-12
/
+24
2024-04-23
net: add callback for setting a ubuf_info to skb
Pavel Begunkov
1
-6
/
+14
2024-04-23
net: extend ubuf_info callback to ops structure
Pavel Begunkov
1
-6
/
+10
2024-04-23
tcp: try to send bigger TSO packets
Eric Dumazet
1
-2
/
+36
2024-04-23
tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()
Eric Dumazet
1
-12
/
+14
2024-04-23
tcp: remove dubious FIN exception from tcp_cwnd_test()
Eric Dumazet
1
-13
/
+5
2024-04-22
tcp: do not export tcp_twsk_purge()
Eric Dumazet
1
-1
/
+0
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
22
-25
/
+25
2024-04-19
neighbour: no longer hold RTNL in neigh_dump_info()
Eric Dumazet
1
-4
/
+5
2024-04-19
neighbour: fix neigh_dump_info() return value
Eric Dumazet
1
-18
/
+13
2024-04-19
neighbour: add RCU protection to neigh_tables[]
Eric Dumazet
1
-11
/
+19
2024-04-19
net: rps: locklessly access rflow->cpu
Jason Xing
1
-1
/
+1
2024-04-19
net: rps: protect filter locklessly
Jason Xing
1
-4
/
+4
2024-04-19
net: rps: protect last_qtail with rps_input_queue_tail_save() helper
Jason Xing
1
-4
/
+4
2024-04-19
net_sched: sch_skbprio: implement lockless skbprio_dump()
Eric Dumazet
1
-3
/
+5
2024-04-19
net_sched: sch_pie: implement lockless pie_dump()
Eric Dumazet
1
-18
/
+21
2024-04-19
net_sched: sch_hhf: implement lockless hhf_dump()
Eric Dumazet
1
-14
/
+21
2024-04-19
net_sched: sch_hfsc: implement lockless accesses to q->defcls
Eric Dumazet
1
-5
/
+4
2024-04-19
net_sched: sch_fq_pie: implement lockless fq_pie_dump()
Eric Dumazet
1
-27
/
+34
2024-04-19
net_sched: sch_fq_codel: implement lockless fq_codel_dump()
Eric Dumazet
1
-22
/
+35
2024-04-19
net_sched: sch_fifo: implement lockless __fifo_dump()
Eric Dumazet
1
-6
/
+7
2024-04-19
net_sched: sch_ets: implement lockless ets_dump()
Eric Dumazet
1
-11
/
+14
2024-04-19
net_sched: sch_tfs: implement lockless etf_dump()
Eric Dumazet
1
-5
/
+5
2024-04-19
net_sched: sch_codel: implement lockless codel_dump()
Eric Dumazet
1
-11
/
+18
2024-04-19
net_sched: sch_choke: implement lockless choke_dump()
Eric Dumazet
1
-10
/
+11
2024-04-19
net_sched: sch_cbs: implement lockless cbs_dump()
Eric Dumazet
1
-10
/
+10
2024-04-19
net_sched: cake: implement lockless cake_dump()
Eric Dumazet
1
-47
/
+63
2024-04-19
net_sched: sch_fq: implement lockless fq_dump()
Eric Dumazet
1
-39
/
+69
2024-04-19
net: ethtool: pse-pd: Expand pse commands with the PSE PoE interface
Kory Maincent (Dent Project)
1
-10
/
+50
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
16
-52
/
+145
2024-04-18
Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...
Paolo Abeni
6
-23
/
+62
2024-04-18
neighbour: guarantee the localhost connections be established successfully ev...
Zheng Li
1
-1
/
+3
2024-04-18
tcp_metrics: use parallel_ops for tcp_metrics_nl_family
Eric Dumazet
1
-0
/
+1
2024-04-18
tcp_metrics: fix tcp_metrics_nl_dump() return value
Eric Dumazet
1
-2
/
+4
2024-04-18
netns: no longer hold RTNL in rtnl_net_dumpid()
Eric Dumazet
1
-2
/
+3
2024-04-18
net/sched: Fix mirred deadlock on device recursion
Eric Dumazet
2
-0
/
+7
2024-04-18
netfilter: nf_tables: fix memleak in map from abort path
Pablo Neira Ayuso
1
-2
/
+14
2024-04-17
netfilter: nf_tables: restore set elements when delete set fails
Pablo Neira Ayuso
5
-20
/
+45
2024-04-17
netfilter: nf_tables: missing iterator type in lookup walk
Pablo Neira Ayuso
2
-1
/
+3
2024-04-17
tcp: accept bare FIN packets under memory pressure
Eric Dumazet
1
-1
/
+11
2024-04-17
net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...
Kory Maincent (Dent Project)
1
-1
/
+1
2024-04-17
ip6_vti: fix memleak on netns dismantle
Florian Westphal
1
-0
/
+1
2024-04-17
net/handshake: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
[next]