index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bareudp.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-14
bareudp: Convert bareudp_exit_batch_rtnl() to ->exit_rtnl().
Kuniyuki Iwashima
1
-12
/
+4
2025-02-21
net: Use link/peer netns in newlink() of rtnl_link_ops
Xiao Liang
1
-2
/
+2
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
1
-2
/
+5
2024-12-06
bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS.
Guillaume Nault
1
-8
/
+8
2024-10-28
bareudp: Use pcpu stats to update rx_dropped counter.
Guillaume Nault
1
-6
/
+6
2024-10-13
net: tunnel: make skb_vlan_inet_prepare() return drop reasons
Menglong Dong
1
-2
/
+2
2024-09-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+24
2024-09-12
bareudp: Pull inner IP header on xmit.
Guillaume Nault
1
-0
/
+6
2024-09-12
bareudp: Pull inner IP header in bareudp_udp_encap_recv().
Guillaume Nault
1
-2
/
+18
2024-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-11
/
+11
2024-09-04
bareudp: Fix device stats updates.
Guillaume Nault
1
-11
/
+11
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
1
-1
/
+1
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
1
-6
/
+13
2024-03-04
net: bareudp: Remove generic .ndo_get_stats64
Breno Leitao
1
-1
/
+0
2024-03-04
net: bareudp: Do not allocate stats in the driver
Breno Leitao
1
-8
/
+3
2024-02-07
bareudp: use exit_batch_rtnl() method
Eric Dumazet
1
-9
/
+4
2023-10-26
bareudp: use ports to lookup route
Beniamino Galvani
1
-13
/
+16
2023-10-23
ipv6: add new arguments to udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+7
2023-10-23
ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()
Beniamino Galvani
1
-3
/
+2
2023-10-23
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
1
-5
/
+5
2023-10-16
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
1
-4
/
+7
2023-10-16
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
1
-2
/
+2
2023-10-16
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
1
-4
/
+4
2022-03-16
bareudp: use ipv6_mod_enabled to check if IPv6 enabled
Hangbin Liu
1
-9
/
+10
2021-12-14
bareudp: Add extack support to bareudp_configure()
Guillaume Nault
1
-4
/
+9
2021-12-13
bareudp: Move definition of struct bareudp_conf to bareudp.c
Guillaume Nault
1
-0
/
+7
2021-12-13
bareudp: Remove bareudp_dev_create()
Guillaume Nault
1
-34
/
+0
2021-10-29
net: bareudp: fix duplicate checks of data[] expressions
Jean Sacren
1
-5
/
+2
2021-08-09
bareudp: Fix invalid read beyond skb's linear data
Guillaume Nault
1
-5
/
+11
2021-06-28
bareudp: allow redirecting bareudp packets to eth devices
Guillaume Nault
1
-0
/
+1
2021-03-30
bareudp: allow UDP L4 GRO passthrou
Paolo Abeni
1
-0
/
+1
2021-02-04
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-6
/
+0
2021-01-18
bareudp: add NETIF_F_FRAGLIST flag for dev features
Xin Long
1
-2
/
+3
2021-01-11
net: bareudp: simplify error paths calling dellink
Jakub Kicinski
1
-6
/
+2
2021-01-06
net: bareudp: add missing error handling for bareudp_link_config()
Jakub Kicinski
1
-8
/
+14
2021-01-04
bareudp: Fix use of incorrect min_headroom size
Taehee Yoo
1
-1
/
+1
2021-01-04
bareudp: set NETIF_F_LLTX flag
Taehee Yoo
1
-0
/
+1
2020-12-02
bareudp: constify device_type declaration
Jonas Bonn
1
-1
/
+1
2020-11-09
net: switch to dev_get_tstats64
Heiner Kallweit
1
-1
/
+1
2020-10-06
bareudp: use dev_sw_netstats_rx_add()
Fabian Frederick
1
-8
/
+3
2020-08-04
tunnels: PMTU discovery support for directly bridged IP packets
Stefano Brivio
1
-2
/
+3
2020-08-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-7
/
+22
2020-07-28
bareudp: forbid mixing IP and MPLS in multiproto mode
Guillaume Nault
1
-7
/
+22
2020-07-21
bareudp: Reverted support to enable & disable rx metadata collection
Martin Varghese
1
-16
/
+5
2020-06-28
bareudp: Added attribute to enable & disable rx metadata collection
Martin
1
-6
/
+17
2020-06-18
bareudp: Fixed multiproto mode configuration
Martin
1
-0
/
+3
2020-06-16
bareudp: Fixed configuration to avoid having garbage values
Martin
1
-0
/
+2
2020-05-07
net: bareudp: avoid uninitialized variable warning
Arnd Bergmann
1
-14
/
+4
2020-03-11
bareudp: Fixed bareudp receive handling
Martin Varghese
1
-0
/
+6
2020-03-08
bareudp: remove unnecessary udp_encap_enable() in bareudp_socket_create()
Taehee Yoo
1
-3
/
+0
[next]