summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-13Merge tag 'usb-6.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-10-11Merge tag 'nfs-for-6.12-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2024-10-11ipv4: give an IPv4 dev to blackhole_netdevXin Long
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-11netlabel,smack: use lsm_prop for audit dataCasey Schaufler
2024-10-11lsm: use lsm_prop in security_current_getsecidCasey Schaufler
2024-10-11tcp: move sysctl_tcp_l3mdev_accept to netns_ipv4_read_rxEric Dumazet
2024-10-11xfrm: fix one more kernel-infoleak in algo dumpingPetr Vaganov
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
2024-10-10bridge: Handle error of rtnl_register_module().Kuniyuki Iwashima
2024-10-10rtnetlink: Add bulk registration helpers for rtnetlink message handlers.Kuniyuki Iwashima
2024-10-10Merge tag 'nf-24-10-09' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-10-10net: do not delay dst_entries_add() in dst_release()Eric Dumazet
2024-10-09ipv4: Retire global IPv4 hash table inet_addr_lst.Kuniyuki Iwashima
2024-10-09ipv4: Namespacify IPv4 address GC.Kuniyuki Iwashima
2024-10-09ipv4: Use per-netns hash table in inet_lookup_ifaddr_rcu().Kuniyuki Iwashima
2024-10-09ipv4: Link IPv4 address to per-netns hash table.Kuniyuki Iwashima
2024-10-09net_sched: sch_sfq: handle bigger packetsEric Dumazet
2024-10-09mptcp: pm: do not remove closing subflowsMatthieu Baerts (NGI0)
2024-10-09mptcp: fallback when MPTCP opts are dropped after 1st dataMatthieu Baerts (NGI0)
2024-10-09tcp: fix mptcp DSS corruption due to large pmtu xmitPaolo Abeni
2024-10-09mptcp: handle consistently DSS corruptionPaolo Abeni
2024-10-09net: dsa: refuse cross-chip mirroring operationsVladimir Oltean
2024-10-09ipv6: Remove redundant unlikely()Tobias Klauser
2024-10-09ipv6: switch inet6_acaddr_hash() to less predictable hashEric Dumazet