index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_tunnel.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_xmit()
Ido Schimmel
2024-09-09
1
-1
/
+1
*
ipv4: ip_tunnel: Unmask upper DSCP bits in ip_md_tunnel_xmit()
Ido Schimmel
2024-09-09
1
-3
/
+4
*
ipv4: ip_tunnel: Unmask upper DSCP bits in ip_tunnel_bind_dev()
Ido Schimmel
2024-09-09
1
-1
/
+1
*
netdev_features: convert NETIF_F_NETNS_LOCAL to dev->netns_local
Alexander Lobakin
2024-09-03
1
-1
/
+1
*
net/ipv4: net: prefer strscpy over strcpy
Hongbo Li
2024-08-29
1
-1
/
+1
*
ip_tunnel: Move stats allocation to core
Breno Leitao
2024-06-11
1
-8
/
+2
*
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-05-07
1
-2
/
+2
*
rtnetlink: allow rtnl_fill_link_netnsid() to run under RCU protection
Eric Dumazet
2024-05-07
1
-1
/
+1
*
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
2024-04-29
1
-1
/
+1
*
ip_tunnel: harden copying IP tunnel params to userspace
Alexander Lobakin
2024-04-08
1
-0
/
+2
*
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
1
-25
/
+29
*
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-04-01
1
-13
/
+50
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-03-11
1
-1
/
+14
|
\
|
*
net: ip_tunnel: make sure to pull inner header in ip_tunnel_rcv()
Eric Dumazet
2024-03-08
1
-1
/
+14
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-29
1
-7
/
+21
|
\
|
|
*
net: ip_tunnel: prevent perpetual headroom growth
Florian Westphal
2024-02-22
1
-7
/
+21
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-15
1
-0
/
+1
|
\
|
|
*
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
2024-02-09
1
-0
/
+1
*
|
ip_tunnel: annotate data-races around t->parms.link
Eric Dumazet
2024-02-14
1
-14
/
+13
*
|
net: add netdev_lockdep_set_classes() to virtual drivers
Eric Dumazet
2024-02-13
1
-0
/
+1
*
|
ip_tunnel: use exit_batch_rtnl() method
Eric Dumazet
2024-02-07
1
-6
/
+4
|
/
*
Daniel Borkmann says:
Jakub Kicinski
2023-04-13
1
-2
/
+20
|
\
|
*
ipip,ip_tunnel,sit: Add FOU support for externally controlled ipip devices
Christian Ehrig
2023-04-12
1
-2
/
+20
*
|
net: tunnels: annotate lockless accesses to dev->needed_headroom
Eric Dumazet
2023-03-15
1
-6
/
+6
|
/
*
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
2022-11-16
1
-16
/
+16
*
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
2022-08-18
1
-3
/
+4
*
ip_tunnel: allow to inherit from VLAN encapsulated IP
Matthias May
2022-07-13
1
-8
/
+9
*
net: ip_tunnel: use strscpy to replace strlcpy
XueBing Chen
2022-07-12
1
-2
/
+2
*
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2022-04-15
1
-4
/
+5
*
ip: use dev_addr_set() in tunnels
Jakub Kicinski
2021-10-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-07-31
1
-1
/
+1
|
\
|
*
net: Set true network header for ECN decapsulation
Gilad Naaman
2021-07-23
1
-1
/
+1
*
|
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
2021-07-27
1
-4
/
+5
|
/
*
net: ip_tunnel: fix mtu calculation for ETHER tunnel devices
Hangbin Liu
2021-07-09
1
-3
/
+15
*
net: always use icmp{,v6}_ndo_send from ndo_start_xmit
Jason A. Donenfeld
2021-03-01
1
-3
/
+2
*
net: ip_tunnel: fix mtu calculation
Vadim Fedorenko
2021-02-01
1
-9
/
+7
*
net: fix pmtu check in nopmtudisc mode
Florian Westphal
2021-01-07
1
-6
/
+5
*
ip_tunnel: fix over-mtu packet send fail without TUNNEL_DONT_FRAGMENT flags
wenxu
2020-10-31
1
-3
/
+0
*
ipv4: use dev_sw_netstats_rx_add()
Fabian Frederick
2020-10-06
1
-7
/
+1
*
ip_tunnel: fix use-after-free in ip_tunnel_lookup()
Taehee Yoo
2020-06-18
1
-6
/
+8
*
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
2020-05-19
1
-1
/
+15
*
net, ip_tunnel: fix interface lookup with no key
William Dauchy
2020-03-29
1
-5
/
+1
*
net, ip_tunnel: fix namespaces move
William Dauchy
2020-01-21
1
-3
/
+1
*
tunnel: do not confirm neighbor when do pmtu update
Hangbin Liu
2019-12-24
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 269
Thomas Gleixner
2019-06-05
1
-14
/
+1
*
iptunnel: NULL pointer deref for ip_md_tunnel_xmit
Alan Maguire
2019-03-06
1
-3
/
+6
*
route: Add multipath_hash in flowi_common to make user-define hash
wenxu
2019-02-27
1
-3
/
+3
*
ip_tunnel: Add ip tunnel tun_info type dst_cache in ip_tunnel_xmit
wenxu
2019-02-24
1
-11
/
+27
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-01-27
1
-1
/
+7
|
\
|
*
ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnel
wenxu
2019-01-24
1
-1
/
+7
[next]