aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-16ipv4: Use nlmsg_payload in ipmr fileBreno Leitao1-4/+4
2025-04-16ipv4: Use nlmsg_payload in route fileBreno Leitao1-2/+2
2025-04-16ipv4: Use nlmsg_payload in fib_frontend fileBreno Leitao1-2/+2
2025-04-16ipv4: Use nlmsg_payload in devinet fileBreno Leitao1-2/+2
2025-04-16ipv6: Use nlmsg_payload in route fileBreno Leitao1-2/+2
2025-04-16ipv6: Use nlmsg_payload in addrconf fileBreno Leitao1-2/+2
2025-04-16ipv6: Use nlmsg_payload in addrlabel fileBreno Leitao1-4/+4
2025-04-15net: bridge: locally receive all multicast packets if IFF_ALLMULTI is setShengyu Qu1-1/+2
2025-04-15tc: Return an error if filters try to attach too many actionsToke Høiland-Jørgensen1-2/+14
2025-04-15net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()Breno Leitao1-4/+6
2025-04-15net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_reqBreno Leitao1-2/+2
2025-04-15mpls: Use nlmsg_payload in mpls_valid_getroute_reqBreno Leitao1-2/+2
2025-04-15ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_reqBreno Leitao1-2/+2
2025-04-15ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_reqBreno Leitao1-2/+2
2025-04-15mpls: Use nlmsg_payload in mpls_valid_fib_dump_reqBreno Leitao1-2/+2
2025-04-15rtnetlink: Use nlmsg_payload in valid_fdb_dump_strictBreno Leitao1-2/+2
2025-04-15neighbour: Use nlmsg_payload in neigh_valid_get_reqBreno Leitao1-2/+2
2025-04-15neighbour: Use nlmsg_payload in neightbl_valid_dump_infoBreno Leitao1-2/+2
2025-04-15mptcp: add MPJoinRejected MIB counterMatthieu Baerts (NGI0)4-1/+7
2025-04-15mptcp: pass right struct to subflow_hmac_validMatthieu Baerts (NGI0)1-7/+3
2025-04-15mptcp: pm: Return local variable instead of freed pointerThorsten Blum1-1/+4
2025-04-15mptcp: sched: split validation partGeliang Tang2-2/+16
2025-04-15mptcp: sched: remove mptcp_sched_dataMatthieu Baerts (NGI0)1-11/+7
2025-04-15net: ncsi: Fix GCPS 64-bit member variablesHari Kalavakunta3-34/+31
2025-04-15tipc: Removing deprecated strncpy()Kevin Paul Reddy Janagari2-2/+2
2025-04-14rxrpc: rxperf: Add test RxGK server keysDavid Howells1-3/+65
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells3-0/+8
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells3-0/+23
2025-04-14rxrpc: Allow the app to store private data on peer structsDavid Howells1-2/+2
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells3-7/+157
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells9-3/+1638
2025-04-14rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells5-1/+364
2025-04-14rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells1-0/+185
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells14-152/+1012
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: bridge: mcast: Notify on mdb offload failureJoseph Huang3-5/+34
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang2-0/+6