summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima
2025-03-25af_unix: Clean up #include under net/unix/.Kuniyuki Iwashima
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing
2025-03-24net: introduce per netns packet chainsPaolo Abeni
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets
2025-03-24ax25: Remove broken autobindMurad Masimov
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy
2025-03-23netfilter: xtables: Use strscpy() instead of strscpy_pad()Thorsten Blum
2025-03-23netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation errorChenyuan Yang
2025-03-239p: Use hashtable.h for hash_errmapSasha Levin
2025-03-21net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima
2025-03-21mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)
2025-03-21mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust
2025-03-21sunrpc: Add a sysfs file for one-step xprt deletionAnna Schumaker
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker
2025-03-21sunrpc: Add a sysfs files for rpc_clnt informationAnna Schumaker
2025-03-21sunrpc: Add a sysfs attr for xprtsecAnna Schumaker
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu
2025-03-21xfrm: ipcomp: Call pskb_may_pull in ipcomp_inputHerbert Xu
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2025-03-20Revert "gre: Fix IPv6 link-local address generation."Guillaume Nault
2025-03-20Merge tag 'ipsec-2025-03-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni
2025-03-20Merge tag 'batadv-net-pullrequest-20250318' of git://git.open-mesh.org/linux-...Paolo Abeni
2025-03-20net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTESLin Ma
2025-03-20mptcp: Fix data stream corruption in the address announcementArthur Mongodin
2025-03-20net: ipv6: ioam6: fix lwtunnel_output() loopJustin Iurman
2025-03-20net: lwtunnel: fix recursion loopsJustin Iurman
2025-03-20net: atm: fix use after free in lec_send()Dan Carpenter
2025-03-20mptcp: sysctl: add available_path_managersGeliang Tang
2025-03-20mptcp: sysctl: map pm_type to path_managerGeliang Tang
2025-03-20mptcp: sysctl: map path_manager to pm_typeGeliang Tang
2025-03-20mptcp: sysctl: set path manager by nameGeliang Tang
2025-03-20mptcp: pm: register in-kernel and userspace PMGeliang Tang
2025-03-20mptcp: pm: define struct mptcp_pm_opsGeliang Tang
2025-03-20mptcp: pm: add struct_group in mptcp_pm_dataGeliang Tang