aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells3-4/+5
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells4-35/+32
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells6-16/+50
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima1-7/+1
2025-04-14bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-9/+8
2025-04-14xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-19/+15
2025-04-14ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima4-69/+27
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima4-43/+27
2025-04-14nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima1-8/+5
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima1-14/+39
2025-04-14net: Add ops_undo_single for module load/unload.Kuniyuki Iwashima1-30/+24
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima1-55/+51
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen2-14/+95
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen3-16/+9
2025-04-14net: openvswitch: fix nested key length validation in the set() actionIlya Maximets1-1/+2
2025-04-14net: bridge: mcast: Notify on mdb offload failureJoseph Huang3-5/+34
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang2-0/+6
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang3-9/+22
2025-04-14net: pktgen: fix code style (WARNING: quoted string split across lines)Peter Seiderer1-4/+2
2025-04-14net: pktgen: fix code style (WARNING: macros should not use a trailing semicolon)Peter Seiderer1-3/+3
2025-04-14net: pktgen: fix code style (WARNING: Missing a blank line after declarations)Peter Seiderer1-0/+16
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer1-16/+23
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional statements)Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer1-1/+1
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer1-4/+4
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski2-11/+10
2025-04-14udp: properly deal with xfrm encap and ADDRFORMPaolo Abeni2-5/+28
2025-04-14net: don't mix device locking in dev_close_many() callsJakub Kicinski1-4/+13
2025-04-14net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRPFernando Fernandez Mancera4-0/+17
2025-04-14espintcp: remove encap socket caching to avoid reference leakSabrina Dubroca3-93/+8
2025-04-14espintcp: fix skb leaksSabrina Dubroca3-3/+9
2025-04-13batman-adv: Drop unused net_namespace.h includeSven Eckelmann1-1/+0
2025-04-13batman-adv: Switch to crc32 header for crc32cSven Eckelmann2-2/+2
2025-04-12Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-36/+44
2025-04-11tcp: Rename tcp_or_dccp_get_hashinfo().Kuniyuki Iwashima2-11/+12
2025-04-11net: Unexport shared functions for DCCP.Kuniyuki Iwashima6-47/+20
2025-04-11net: Retire DCCP socket.Kuniyuki Iwashima43-13586/+4
2025-04-11net: mctp: Set SOCK_RCU_FREEMatt Johnston1-0/+3
2025-04-11ethtool: cmis_cdb: use correct rpl size in ethtool_cmis_module_poll()Damodharam Ammepalli1-1/+1
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wirelessJakub Kicinski1-0/+3
2025-04-11Merge tag 'for-net-2025-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothJakub Kicinski3-5/+11
2025-04-11sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-04-11smc: Fix lockdep false-positive for IPPROTO_SMC.Kuniyuki Iwashima1-0/+5
2025-04-11Revert "wifi: mac80211: Update skb's control block key in ieee80211_tx_dequeue()"Johannes Berg1-1/+0
2025-04-11xfrm: Remove unnecessary strscpy_pad() size argumentsThorsten Blum1-5/+5
2025-04-10ipv4: remove unnecessary judgment in ip_route_output_key_hash_rcuZhengchao Shao1-2/+1
2025-04-10ipv6: add exception routes to GC list in rt6_insert_exceptionXin Long1-0/+1
2025-04-10trace: tcp: Add tracepoint for tcp_sendmsg_locked()Breno Leitao1-0/+2
2025-04-10tcp: add LINUX_MIB_PAWS_TW_REJECTED counterJiayuan Chen2-1/+2
2025-04-10tcp: add TCP_RFC7323_TW_PAWS drop reasonJiayuan Chen3-4/+9