summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * netfilter: flowtable: validate pppoe headerPablo Neira Ayuso2024-04-112-4/+7
| | * netfilter: nft_set_pipapo: do not free live elementFlorian Westphal2024-04-111-5/+9
| | * netfilter: nft_set_pipapo: walk over current view on netlink dumpPablo Neira Ayuso2024-04-112-2/+9
| | * netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso2024-04-114-8/+28
| | * netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan2024-04-111-2/+6
| | * netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan2024-04-111-2/+6
* | | neighbour: guarantee the localhost connections be established successfully ev...Zheng Li2024-04-181-1/+3
* | | tcp_metrics: use parallel_ops for tcp_metrics_nl_familyEric Dumazet2024-04-181-0/+1
* | | tcp_metrics: fix tcp_metrics_nl_dump() return valueEric Dumazet2024-04-181-2/+4
* | | netns: no longer hold RTNL in rtnl_net_dumpid()Eric Dumazet2024-04-181-2/+3
* | | tcp: accept bare FIN packets under memory pressureEric Dumazet2024-04-171-1/+11
* | | net: pse-pd: Rectify and adapt the naming of admin_cotrol member of struct ps...Kory Maincent (Dent Project)2024-04-171-1/+1
* | | ip6_vti: fix memleak on netns dismantleFlorian Westphal2024-04-171-0/+1
* | | net/handshake: remove redundant assignment to variable retColin Ian King2024-04-171-1/+0
* | | af_unix: Try not to hold unix_gc_lock during accept().Kuniyuki Iwashima2024-04-162-5/+17
* | | udp: Avoid call to compute_score on multiple sitesGabriel Krisman Bertazi2024-04-152-9/+32
* | | net: ip6_gre: Remove generic .ndo_get_stats64Breno Leitao2024-04-151-3/+0