summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+2
2025-03-25Bluetooth: SMP: convert timeouts to secs_to_jiffies()Easwar Hariharan1-1/+1
2025-03-25Bluetooth: MGMT: convert timeouts to secs_to_jiffies()Easwar Hariharan2-4/+4
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert1-40/+0
2025-03-25Bluetooth: MGMT: Remove unused mgmt_pending_find_dataDr. David Alan Gilbert2-21/+0
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski5-199/+2
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski5-46/+76
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski8-34/+58
2025-03-25net: rfs: hash function changeEric Dumazet2-6/+11
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski13-128/+172
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet3-6/+20
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima1-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima1-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima1-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima1-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima1-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima1-15/+18
2025-03-25af_unix: Clean up #include under net/unix/.Kuniyuki Iwashima4-17/+9
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima4-12/+0
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima6-0/+101
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima5-50/+49
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing2-2/+13
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing1-1/+12
2025-03-24net: introduce per netns packet chainsPaolo Abeni4-20/+64
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao1-1/+0
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+29
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima6-37/+0
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer1-0/+8
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet3-10/+15
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets2-6/+23
2025-03-24ax25: Remove broken autobindMurad Masimov2-94/+10
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli1-7/+4
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy1-0/+23
2025-03-23netfilter: xtables: Use strscpy() instead of strscpy_pad()Thorsten Blum1-1/+1
2025-03-23netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation errorChenyuan Yang1-1/+1
2025-03-239p: Use hashtable.h for hash_errmapSasha Levin1-12/+9
2025-03-22net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima4-34/+43
2025-03-21mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)1-0/+12
2025-03-21mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)1-0/+16
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust1-8/+22
2025-03-21sunrpc: Add a sysfs file for one-step xprt deletionAnna Schumaker1-0/+46
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker2-0/+75
2025-03-21sunrpc: Add a sysfs files for rpc_clnt informationAnna Schumaker1-0/+73
2025-03-21sunrpc: Add a sysfs attr for xprtsecAnna Schumaker1-0/+29
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu2-228/+215
2025-03-21xfrm: ipcomp: Call pskb_may_pull in ipcomp_inputHerbert Xu1-0/+3
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal2-15/+15
2025-03-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-12/+33
2025-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni17-74/+180