index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
pfcp.c
Age
Commit message (
Expand
)
Author
2026-08-05
pfcp: Support per-netns netdev unregistration.
Kuniyuki Iwashima
2026-08-05
pfcp: Protect pfcp_net.pfcp_dev_list with mutex.
Kuniyuki Iwashima
2026-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-11
net: pfcp: allocate per-cpu tstats for PFCP netdevs
Samuel Moelius
2026-05-05
pfcp: Store struct sock in struct pfcp_dev.
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
2025-04-22
pfcp: Convert pfcp_net_exit() to ->exit_rtnl().
Kuniyuki Iwashima
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-01-14
pfcp: Destroy device along with udp socket's netns dismantle.
Kuniyuki Iwashima
2024-04-08
pfcp: avoid copy warning by simplifing code
Michal Swiatkowski
2024-04-01
pfcp: always set pfcp metadata
Michal Swiatkowski
2024-04-01
pfcp: add PFCP module
Wojciech Drewek