summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: create a dummy net_device allocatorBreno Leitao2024-04-241-18/+38
* net: free_netdev: exit earlier if dummyBreno Leitao2024-04-241-1/+2
* net: core: Fix documentationBreno Leitao2024-04-241-2/+2
* neighbour: fix neigh_master_filtered()Eric Dumazet2024-04-241-1/+1
* netlink: support all extack types in dumpsJakub Kicinski2024-04-231-5/+10
* netlink: move extack writing helpersJakub Kicinski2024-04-231-63/+63
* netdev: support dumping a single netdev in qstatsJakub Kicinski2024-04-232-13/+40
* af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima2024-04-231-5/+12
* net: openvswitch: Check vport netdev nameJun Gu2024-04-231-1/+4
* netfilter: nfnetlink: Handle ACK flags for batch messagesDonald Hunter2024-04-231-0/+5
* Merge branch 'for-uring-ubufops' into HEADJakub Kicinski2024-04-231-12/+24
|\
| * net: add callback for setting a ubuf_info to skbPavel Begunkov2024-04-231-6/+14
| * net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-231-6/+10
* | tcp: try to send bigger TSO packetsEric Dumazet2024-04-221-2/+36
* | tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet2024-04-221-12/+14
* | tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet2024-04-221-13/+5
* | tcp: do not export tcp_twsk_purge()Eric Dumazet2024-04-221-1/+0
* | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-2222-25/+25
* | neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet2024-04-191-4/+5
* | neighbour: fix neigh_dump_info() return valueEric Dumazet2024-04-191-18/+13
* | neighbour: add RCU protection to neigh_tables[]Eric Dumazet2024-04-191-11/+19
* | net: rps: locklessly access rflow->cpuJason Xing2024-04-191-1/+1
* | net: rps: protect filter locklesslyJason Xing2024-04-191-4/+4
* | net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing2024-04-191-4/+4
* | net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet2024-04-191-3/+5
* | net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet2024-04-191-18/+21
* | net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet2024-04-191-14/+21
* | net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet2024-04-191-5/+4
* | net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet2024-04-191-27/+34
* | net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet2024-04-191-22/+35
* | net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet2024-04-191-6/+7
* | net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet2024-04-191-11/+14
* | net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet2024-04-191-5/+5
* | net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet2024-04-191-11/+18
* | net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet2024-04-191-10/+11
* | net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet2024-04-191-10/+10
* | net_sched: cake: implement lockless cake_dump()Eric Dumazet2024-04-191-47/+63
* | net_sched: sch_fq: implement lockless fq_dump()Eric Dumazet2024-04-191-39/+69
* | net: ethtool: pse-pd: Expand pse commands with the PSE PoE interfaceKory Maincent (Dent Project)2024-04-191-10/+50
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-1816-52/+145
|\ \
| * \ Merge tag 'nf-24-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2024-04-186-23/+62
| |\ \
| | * | netfilter: nf_tables: fix memleak in map from abort pathPablo Neira Ayuso2024-04-181-2/+14
| | * | netfilter: nf_tables: restore set elements when delete set failsPablo Neira Ayuso2024-04-175-20/+45
| | * | netfilter: nf_tables: missing iterator type in lookup walkPablo Neira Ayuso2024-04-172-1/+3
| * | | net/sched: Fix mirred deadlock on device recursionEric Dumazet2024-04-182-0/+7
| |/ /
| * | inet: bring NLM_DONE out to a separate recv() againJakub Kicinski2024-04-151-0/+5
| * | af_unix: Don't peek OOB data without MSG_OOB.Kuniyuki Iwashima2024-04-131-5/+5
| * | af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima2024-04-131-1/+1
| * | Merge tag 'nf-24-04-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2024-04-128-24/+66
| |\ \ | | |/ | |/|
| | * netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso2024-04-111-1/+1