summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2024-10-15af_packet: allow fanout_add when socket is not RUNNINGGur Stavi
2024-10-15Merge tag 'batadv-next-pullrequest-20241015' of git://git.open-mesh.org/linux...Paolo Abeni
2024-10-15Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-10-15rtnl_net_debug: Remove rtnl_net_debug_exit().Kuniyuki Iwashima
2024-10-15tools: ynl-gen: use names of constants in generated limitsJakub Kicinski
2024-10-14netdev-genl: Support setting per-NAPI config valuesJoe Damato
2024-10-14net: napi: Add napi_configJoe Damato
2024-10-14netdev-genl: Dump gro_flush_timeoutJoe Damato
2024-10-14net: napi: Make gro_flush_timeout per-NAPIJoe Damato
2024-10-14netdev-genl: Dump napi_defer_hard_irqsJoe Damato
2024-10-14net: napi: Make napi_defer_hard_irqs per-NAPIJoe Damato
2024-10-14ipv4: tcp: give socket pointer to control skbsEric Dumazet
2024-10-14ipv6: tcp: give socket pointer to control skbsEric Dumazet
2024-10-14net: add skb_set_owner_edemux() helperEric Dumazet
2024-10-14net_sched: sch_fq: prepare for TIME_WAIT socketsEric Dumazet
2024-10-14net: add TIME_WAIT logic to sk_to_full_sk()Eric Dumazet
2024-10-14xsk: Use xsk_buff_pool directly for cq functionsMaciej Fijalkowski
2024-10-14xsk: Wrap duplicated code to functionMaciej Fijalkowski
2024-10-14xsk: Carry a copy of xdp_zc_max_segs within xsk_buff_poolMaciej Fijalkowski
2024-10-14xsk: Get rid of xdp_buff_xsk::orig_addrMaciej Fijalkowski
2024-10-14xsk: s/free_list_node/list_node/Maciej Fijalkowski
2024-10-14xsk: Get rid of xdp_buff_xsk::xskb_list_nodeMaciej Fijalkowski
2024-10-14net: hsr: convert to use new timer APIsYu Liao
2024-10-14batman-adv: replace call_rcu by kfree_rcu for simple kmem_cache_free callbackJulia Lawall
2024-10-13net: ethtool: Add support for writing firmware blocks using EPL payloadDanielle Ratson
2024-10-13net: ethtool: Add new parameters and a function to support EPLDanielle Ratson
2024-10-11net: do not acquire rtnl in fib_seq_sum()Eric Dumazet
2024-10-11ipmr: use READ_ONCE() to read net->ipv[46].ipmr_seqEric Dumazet
2024-10-11ipv6: use READ_ONCE()/WRITE_ONCE() on fib6_table->fib_seqEric Dumazet
2024-10-11ipv4: use READ_ONCE()/WRITE_ONCE() on net->ipv4.fib_seqEric Dumazet
2024-10-11fib: rules: use READ_ONCE()/WRITE_ONCE() on ops->fib_rules_seqEric Dumazet
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-10Merge tag 'net-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-10-10net/smc: Address spelling errorsSimon Horman
2024-10-10net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMCD. Wythe
2024-10-10Merge branch 'net-introduce-tx-h-w-shaping-api'Jakub Kicinski
2024-10-10net-shapers: implement cap validation in the corePaolo Abeni
2024-10-10net: shaper: implement introspection supportPaolo Abeni
2024-10-10netlink: spec: add shaper introspection supportPaolo Abeni
2024-10-10net-shapers: implement shaper cleanup on queue deletionPaolo Abeni
2024-10-10net-shapers: implement delete support for NODE scope shaperPaolo Abeni
2024-10-10net-shapers: implement NL group operationPaolo Abeni
2024-10-10net-shapers: implement NL set and delete operationsPaolo Abeni
2024-10-10net-shapers: implement NL get operationPaolo Abeni
2024-10-10netlink: spec: add shaper YAML specPaolo Abeni
2024-10-10genetlink: extend info user-storage to match NL cb ctxPaolo Abeni
2024-10-10phonet: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mpls: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10mctp: Handle error of rtnl_register_module().Kuniyuki Iwashima