index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
bareudp.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
bareudp: fix NULL pointer dereference in bareudp_fill_metadata_dst()
Weiming Shi
1
-0
/
+3
9 days
ipv6: rename and move ip6_dst_lookup_tunnel()
Beniamino Galvani
1
-5
/
+5
9 days
ipv4: add new arguments to udp_tunnel_dst_lookup()
Beniamino Galvani
1
-4
/
+7
9 days
ipv4: remove "proto" argument from udp_tunnel_dst_lookup()
Beniamino Galvani
1
-2
/
+2
9 days
ipv4: rename and move ip_route_output_tunnel()
Beniamino Galvani
1
-4
/
+4
2024-10-17
bareudp: Pull inner IP header on xmit.
Guillaume Nault
1
-0
/
+6
2024-10-17
bareudp: Pull inner IP header in bareudp_udp_encap_recv().
Guillaume Nault
1
-2
/
+18
2024-10-17
bareudp: allow redirecting bareudp packets to eth devices
Guillaume Nault
1
-0
/
+1
2024-09-12
bareudp: Fix device stats updates.
Guillaume Nault
1
-11
/
+11
2022-04-08
bareudp: use ipv6_mod_enabled to check if IPv6 enabled
Hangbin Liu
1
-9
/
+10
2022-04-08
udp: call udp_encap_enable for v6 sockets when enabling encap
Xin Long
1
-6
/
+0
2021-08-18
bareudp: Fix invalid read beyond skb's linear data
Guillaume Nault
1
-5
/
+11
2021-01-17
net: bareudp: add missing error handling for bareudp_link_config()
Jakub Kicinski
1
-8
/
+14
2021-01-12
bareudp: Fix use of incorrect min_headroom size
Taehee Yoo
1
-1
/
+1
2021-01-12
bareudp: set NETIF_F_LLTX flag
Taehee Yoo
1
-0
/
+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
2020-03-08
bareudp: print error message when command fails
Taehee Yoo
1
-3
/
+10
2020-03-08
bareudp: add module alias
Taehee Yoo
1
-0
/
+1
2020-02-24
bareudp: Fix uninitialized variable warnings.
David S. Miller
1
-0
/
+2
2020-02-24
net: Special handling for IP & MPLS.
Martin Varghese
1
-3
/
+64
2020-02-24
net: UDP tunnel encapsulation module for tunnelling different protocols like ...
Martin Varghese
1
-0
/
+743