summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-04-24net: create a dummy net_device allocatorBreno Leitao
2024-04-24net: free_netdev: exit earlier if dummyBreno Leitao
2024-04-24net: core: Fix documentationBreno Leitao
2024-04-24sysctl: treewide: constify argument ctl_table_root::permissions(table)Thomas Weißschuh
2024-04-24sysctl: treewide: drop unused argument ctl_table_root::set_ownership(table)Thomas Weißschuh
2024-04-23tcp: Fix Use-After-Free in tcp_ao_connect_initHyunwoo Kim
2024-04-23neighbour: fix neigh_master_filtered()Eric Dumazet
2024-04-23ipv4: check for NULL idev in ip_route_use_hint()Eric Dumazet
2024-04-23netlink: support all extack types in dumpsJakub Kicinski
2024-04-23netlink: move extack writing helpersJakub Kicinski
2024-04-23netdev: support dumping a single netdev in qstatsJakub Kicinski
2024-04-23af_unix: Don't access successor in unix_del_edges() during GC.Kuniyuki Iwashima
2024-04-23ax25: Fix netdev refcount issueDuoming Zhou
2024-04-22Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe
2024-04-22net: openvswitch: Check vport netdev nameJun Gu
2024-04-22netfilter: nfnetlink: Handle ACK flags for batch messagesDonald Hunter
2024-04-22Merge branch 'for-uring-ubufops' into HEADJakub Kicinski
2024-04-22net: add callback for setting a ubuf_info to skbPavel Begunkov
2024-04-22net: extend ubuf_info callback to ops structurePavel Begunkov
2024-04-22tcp: try to send bigger TSO packetsEric Dumazet
2024-04-22tcp: call tcp_set_skb_tso_segs() from tcp_write_xmit()Eric Dumazet
2024-04-22tcp: remove dubious FIN exception from tcp_cwnd_test()Eric Dumazet
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek
2024-04-22Merge tag 'nfsd-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2024-04-22xdp: use flags field to disambiguate broadcast redirectToke Høiland-Jørgensen
2024-04-22bridge/br_netlink.c: no need to return void functionHangbin Liu
2024-04-22tcp: do not export tcp_twsk_purge()Eric Dumazet
2024-04-22icmp: prevent possible NULL dereferences from icmp_build_probe()Eric Dumazet
2024-04-22sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh
2024-04-20Revert "svcrdma: Add Write chunk WRs to the RPC's Send WR chain"Chuck Lever
2024-04-19udp: preserve the connected status if only UDP cmsgYick Xie
2024-04-19neighbour: no longer hold RTNL in neigh_dump_info()Eric Dumazet
2024-04-19neighbour: fix neigh_dump_info() return valueEric Dumazet
2024-04-19neighbour: add RCU protection to neigh_tables[]Eric Dumazet
2024-04-19net: rps: locklessly access rflow->cpuJason Xing
2024-04-19net: rps: protect filter locklesslyJason Xing
2024-04-19net: rps: protect last_qtail with rps_input_queue_tail_save() helperJason Xing
2024-04-19net_sched: sch_skbprio: implement lockless skbprio_dump()Eric Dumazet
2024-04-19net_sched: sch_pie: implement lockless pie_dump()Eric Dumazet
2024-04-19net_sched: sch_hhf: implement lockless hhf_dump()Eric Dumazet
2024-04-19net_sched: sch_hfsc: implement lockless accesses to q->defclsEric Dumazet
2024-04-19net_sched: sch_fq_pie: implement lockless fq_pie_dump()Eric Dumazet
2024-04-19net_sched: sch_fq_codel: implement lockless fq_codel_dump()Eric Dumazet
2024-04-19net_sched: sch_fifo: implement lockless __fifo_dump()Eric Dumazet
2024-04-19net_sched: sch_ets: implement lockless ets_dump()Eric Dumazet
2024-04-19net_sched: sch_tfs: implement lockless etf_dump()Eric Dumazet
2024-04-19net_sched: sch_codel: implement lockless codel_dump()Eric Dumazet
2024-04-19net_sched: sch_choke: implement lockless choke_dump()Eric Dumazet
2024-04-19net_sched: sch_cbs: implement lockless cbs_dump()Eric Dumazet
2024-04-19net_sched: cake: implement lockless cake_dump()Eric Dumazet