summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2025-04-15ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_reqBreno Leitao
2025-04-15ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_reqBreno Leitao
2025-04-15mpls: Use nlmsg_payload in mpls_valid_fib_dump_reqBreno Leitao
2025-04-15rtnetlink: Use nlmsg_payload in valid_fdb_dump_strictBreno Leitao
2025-04-15neighbour: Use nlmsg_payload in neigh_valid_get_reqBreno Leitao
2025-04-15neighbour: Use nlmsg_payload in neightbl_valid_dump_infoBreno Leitao
2025-04-15mptcp: add MPJoinRejected MIB counterMatthieu Baerts (NGI0)
2025-04-15mptcp: pass right struct to subflow_hmac_validMatthieu Baerts (NGI0)
2025-04-15mptcp: pm: Return local variable instead of freed pointerThorsten Blum
2025-04-15mptcp: sched: split validation partGeliang Tang
2025-04-15mptcp: sched: remove mptcp_sched_dataMatthieu Baerts (NGI0)
2025-04-15devlink: add value check to devlink_info_version_put()Jedrzej Jagielski
2025-04-15net: ncsi: Fix GCPS 64-bit member variablesHari Kalavakunta
2025-04-15tipc: Removing deprecated strncpy()Kevin Paul Reddy Janagari
2025-04-15can: fix missing decrement of j1939_proto.inuse_idxDavide Caratti
2025-04-14rxrpc: rxperf: Add test RxGK server keysDavid Howells
2025-04-14rxrpc: Add more CHALLENGE/RESPONSE packet tracingDavid Howells
2025-04-14rxrpc: Display security params in the afs_cb_call tracepointDavid Howells
2025-04-14rxrpc: Allow the app to store private data on peer structsDavid Howells
2025-04-14rxrpc: rxgk: Implement connection rekeyingDavid Howells
2025-04-14rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)David Howells
2025-04-14rxrpc: rxgk: Provide infrastructure and key derivationDavid Howells
2025-04-14rxrpc: Add YFS RxGK (GSSAPI) security classDavid Howells
2025-04-14rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSEDavid Howells
2025-04-14rxrpc: Remove some socket lock acquire/release annotationsDavid Howells
2025-04-14rxrpc: Pull out certain app callback funcs into an ops tableDavid Howells
2025-04-14rxrpc: kdoc: Update function descriptions and add link from rxrpc.rstDavid Howells
2025-04-14net: Remove ->exit_batch_rtnl().Kuniyuki Iwashima
2025-04-14bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().Kuniyuki Iwashima
2025-04-14net: Add ->exit_rtnl() hook to struct pernet_operations.Kuniyuki Iwashima
2025-04-14net: Add ops_undo_single for module load/unload.Kuniyuki Iwashima
2025-04-14net: Factorise setup_net() and cleanup_net().Kuniyuki Iwashima
2025-04-14page_pool: Track DMA-mapped pages and unmap them when destroying the poolToke Høiland-Jørgensen
2025-04-14page_pool: Move pp_magic check into helper functionsToke Høiland-Jørgensen
2025-04-14net: openvswitch: fix nested key length validation in the set() actionIlya Maximets
2025-04-14net: bridge: mcast: Notify on mdb offload failureJoseph Huang
2025-04-14net: bridge: Add offload_fail_notification boptJoseph Huang
2025-04-14net: bridge: mcast: Add offload failed mdb flagJoseph Huang
2025-04-14net: pktgen: fix code style (WARNING: quoted string split across lines)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: macros should not use a trailing semico...Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Missing a blank line after declarations)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: Block comments)Peter Seiderer
2025-04-14net: pktgen: fix code style (WARNING: suspect code indent for conditional sta...Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: space prohibited after that '&')Peter Seiderer
2025-04-14net: pktgen: fix code style (ERROR: "foo * bar" should be "foo *bar")Peter Seiderer
2025-04-14net: convert dev->rtnl_link_state to a boolJakub Kicinski