index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-16
ipv4: Use nlmsg_payload in ipmr file
Breno Leitao
1
-4
/
+4
2025-04-16
ipv4: Use nlmsg_payload in route file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv4: Use nlmsg_payload in fib_frontend file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv4: Use nlmsg_payload in devinet file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv6: Use nlmsg_payload in route file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv6: Use nlmsg_payload in addrconf file
Breno Leitao
1
-2
/
+2
2025-04-16
ipv6: Use nlmsg_payload in addrlabel file
Breno Leitao
1
-4
/
+4
2025-04-15
net: bridge: locally receive all multicast packets if IFF_ALLMULTI is set
Shengyu Qu
1
-1
/
+2
2025-04-15
tc: Return an error if filters try to attach too many actions
Toke Høiland-Jørgensen
1
-2
/
+14
2025-04-15
net: fib_rules: Use nlmsg_payload in fib_{new,del}rule()
Breno Leitao
1
-4
/
+6
2025-04-15
net: fib_rules: Use nlmsg_payload in fib_valid_dumprule_req
Breno Leitao
1
-2
/
+2
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_getroute_req
Breno Leitao
1
-2
/
+2
2025-04-15
ipv6: Use nlmsg_payload in inet6_rtm_valid_getaddr_req
Breno Leitao
1
-2
/
+2
2025-04-15
ipv6: Use nlmsg_payload in inet6_valid_dump_ifaddr_req
Breno Leitao
1
-2
/
+2
2025-04-15
mpls: Use nlmsg_payload in mpls_valid_fib_dump_req
Breno Leitao
1
-2
/
+2
2025-04-15
rtnetlink: Use nlmsg_payload in valid_fdb_dump_strict
Breno Leitao
1
-2
/
+2
2025-04-15
neighbour: Use nlmsg_payload in neigh_valid_get_req
Breno Leitao
1
-2
/
+2
2025-04-15
neighbour: Use nlmsg_payload in neightbl_valid_dump_info
Breno Leitao
1
-2
/
+2
2025-04-15
mptcp: add MPJoinRejected MIB counter
Matthieu Baerts (NGI0)
4
-1
/
+7
2025-04-15
mptcp: pass right struct to subflow_hmac_valid
Matthieu Baerts (NGI0)
1
-7
/
+3
2025-04-15
mptcp: pm: Return local variable instead of freed pointer
Thorsten Blum
1
-1
/
+4
2025-04-15
mptcp: sched: split validation part
Geliang Tang
2
-2
/
+16
2025-04-15
mptcp: sched: remove mptcp_sched_data
Matthieu Baerts (NGI0)
1
-11
/
+7
2025-04-15
net: ncsi: Fix GCPS 64-bit member variables
Hari Kalavakunta
3
-34
/
+31
2025-04-15
tipc: Removing deprecated strncpy()
Kevin Paul Reddy Janagari
2
-2
/
+2
2025-04-14
rxrpc: rxperf: Add test RxGK server keys
David Howells
1
-3
/
+65
2025-04-14
rxrpc: Add more CHALLENGE/RESPONSE packet tracing
David Howells
3
-0
/
+8
2025-04-14
rxrpc: Display security params in the afs_cb_call tracepoint
David Howells
3
-0
/
+23
2025-04-14
rxrpc: Allow the app to store private data on peer structs
David Howells
1
-2
/
+2
2025-04-14
rxrpc: rxgk: Implement connection rekeying
David Howells
3
-7
/
+157
2025-04-14
rxrpc: rxgk: Implement the yfs-rxgk security class (GSSAPI)
David Howells
9
-3
/
+1638
2025-04-14
rxrpc: rxgk: Provide infrastructure and key derivation
David Howells
5
-1
/
+364
2025-04-14
rxrpc: Add YFS RxGK (GSSAPI) security class
David Howells
1
-0
/
+185
2025-04-14
rxrpc: Allow CHALLENGEs to the passed to the app for a RESPONSE
David Howells
14
-152
/
+1012
2025-04-14
rxrpc: Remove some socket lock acquire/release annotations
David Howells
3
-4
/
+5
2025-04-14
rxrpc: Pull out certain app callback funcs into an ops table
David Howells
4
-35
/
+32
2025-04-14
rxrpc: kdoc: Update function descriptions and add link from rxrpc.rst
David Howells
6
-16
/
+50
2025-04-14
net: Remove ->exit_batch_rtnl().
Kuniyuki Iwashima
1
-7
/
+1
2025-04-14
bridge: Convert br_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-9
/
+8
2025-04-14
xfrm: Convert xfrmi_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-19
/
+15
2025-04-14
ipv6: Convert tunnel devices' ->exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
4
-69
/
+27
2025-04-14
ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().
Kuniyuki Iwashima
4
-43
/
+27
2025-04-14
nexthop: Convert nexthop_net_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-8
/
+5
2025-04-14
net: Add ->exit_rtnl() hook to struct pernet_operations.
Kuniyuki Iwashima
1
-14
/
+39
2025-04-14
net: Add ops_undo_single for module load/unload.
Kuniyuki Iwashima
1
-30
/
+24
2025-04-14
net: Factorise setup_net() and cleanup_net().
Kuniyuki Iwashima
1
-55
/
+51
2025-04-14
page_pool: Track DMA-mapped pages and unmap them when destroying the pool
Toke Høiland-Jørgensen
2
-14
/
+95
2025-04-14
page_pool: Move pp_magic check into helper functions
Toke Høiland-Jørgensen
3
-16
/
+9
2025-04-14
net: bridge: mcast: Notify on mdb offload failure
Joseph Huang
3
-5
/
+34
2025-04-14
net: bridge: Add offload_fail_notification bopt
Joseph Huang
2
-0
/
+6
[next]