summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama-1/+2
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama-0/+3
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan-2/+2
2025-03-25Bluetooth: SMP: convert timeouts to secs_to_jiffies()Easwar Hariharan-1/+1
2025-03-25Bluetooth: MGMT: convert timeouts to secs_to_jiffies()Easwar Hariharan-4/+4
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert-40/+0
2025-03-25Bluetooth: MGMT: Remove unused mgmt_pending_find_dataDr. David Alan Gilbert-21/+0
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski-199/+2
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-46/+76
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski-34/+58
2025-03-25net: rfs: hash function changeEric Dumazet-6/+11
2025-03-25Merge tag 'wireless-next-2025-03-20' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-128/+172
2025-03-25tcp: avoid atomic operations on sk->sk_rmem_allocEric Dumazet-6/+20
2025-03-25nexthop: Convert RTM_DELNEXTHOP to per-netns RTNL.Kuniyuki Iwashima-5/+10
2025-03-25nexthop: Convert RTM_NEWNEXTHOP to per-netns RTNL.Kuniyuki Iwashima-5/+11
2025-03-25nexthop: Remove redundant group len check in nexthop_create_group().Kuniyuki Iwashima-3/+0
2025-03-25nexthop: Check NLM_F_REPLACE and NHA_ID in rtm_new_nexthop().Kuniyuki Iwashima-5/+6
2025-03-25nexthop: Move NHA_OIF validation to rtm_to_nh_config_rtnl().Kuniyuki Iwashima-20/+23
2025-03-25nexthop: Split nh_check_attr_group().Kuniyuki Iwashima-21/+47
2025-03-25nexthop: Move nlmsg_parse() in rtm_to_nh_config() to rtm_new_nexthop().Kuniyuki Iwashima-15/+18
2025-03-25af_unix: Clean up #include under net/unix/.Kuniyuki Iwashima-17/+9
2025-03-25af_unix: Explicitly include headers for non-pointer struct fields.Kuniyuki Iwashima-12/+0
2025-03-25af_unix: Move internal definitions to net/unix/.Kuniyuki Iwashima-0/+101
2025-03-25af_unix: Sort headers.Kuniyuki Iwashima-50/+49
2025-03-25tcp: support TCP_DELACK_MAX_US for set/getsockopt useJason Xing-2/+13
2025-03-25tcp: support TCP_RTO_MIN_US for set/getsockopt useJason Xing-1/+12
2025-03-24net: introduce per netns packet chainsPaolo Abeni-20/+64
2025-03-24netpoll: Eliminate redundant assignmentBreno Leitao-1/+0
2025-03-24Merge tag 'vfs-6.15-rc1.afs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+29
2025-03-24tcp/dccp: Remove inet_connection_sock_af_ops.addr2sockaddr().Kuniyuki Iwashima-37/+0
2025-03-24net: pktgen: add strict buffer parsing index checkPeter Seiderer-0/+8
2025-03-24tcp: move icsk_clean_acked to a better locationEric Dumazet-10/+15
2025-03-24net: openvswitch: fix kernel-doc warnings in internal headersIlya Maximets-6/+23
2025-03-24ax25: Remove broken autobindMurad Masimov-94/+10
2025-03-23netfilter: nf_tables: Only use nf_skip_indirect_calls() when MITIGATION_RETPO...WangYuli-7/+4
2025-03-23netfilter: socket: Lookup orig tuple for IPv6 SNATMaxim Mikityanskiy-0/+23
2025-03-23netfilter: xtables: Use strscpy() instead of strscpy_pad()Thorsten Blum-1/+1
2025-03-23netfilter: nfnetlink_queue: Initialize ctx to avoid memory allocation errorChenyuan Yang-1/+1
2025-03-239p: Use hashtable.h for hash_errmapSasha Levin-12/+9
2025-03-21net: Remove RTNL dance for SIOCBRADDIF and SIOCBRDELIF.Kuniyuki Iwashima-34/+43
2025-03-21mptcp: sockopt: fix getting freebind & transparentMatthieu Baerts (NGI0)-0/+12
2025-03-21mptcp: sockopt: fix getting IPV6_V6ONLYMatthieu Baerts (NGI0)-0/+16
2025-03-21NFS: Treat ENETUNREACH errors as fatal in containersTrond Myklebust-8/+22
2025-03-21sunrpc: Add a sysfs file for one-step xprt deletionAnna Schumaker-0/+46
2025-03-21sunrpc: Add a sysfs file for adding a new xprtAnna Schumaker-0/+75
2025-03-21sunrpc: Add a sysfs files for rpc_clnt informationAnna Schumaker-0/+73
2025-03-21sunrpc: Add a sysfs attr for xprtsecAnna Schumaker-0/+29
2025-03-21xfrm: ipcomp: Use crypto_acomp interfaceHerbert Xu-228/+215
2025-03-21xfrm: ipcomp: Call pskb_may_pull in ipcomp_inputHerbert Xu-0/+3
2025-03-21netfilter: fib: avoid lookup if socket is availableFlorian Westphal-15/+15