index
:
linux.git
arm64-uaccess
for-next
master
vsnprintf
Linux kernel source tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_gre.c
Age
Commit message (
Expand
)
Author
9 days
ipv4: ip_gre: make ipgre_header() robust
Eric Dumazet
2025-12-23
erspan: Initialize options_len before referencing options.
Frode Nordahl
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
2025-04-14
ipv4: ip_tunnel: Convert ip_tunnel_delete_nets() callers to ->exit_rtnl().
Kuniyuki Iwashima
2025-02-21
net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
Xiao Liang
2025-02-21
rtnetlink: Pack newlink() params into struct
Xiao Liang
2025-02-05
ipv4: ip_gre: Fix set but not used warning in ipgre_err() if IPv4-only
Geert Uytterhoeven
2025-01-16
gre: Prepare ipgre_open() to .flowi4_tos conversion.
Guillaume Nault
2024-12-19
gre: Drop ip_route_output_gre().
Guillaume Nault
2024-10-01
ipv4: ip_gre: Fix drops of small packets in ipgre_xmit
Anton Danilov
2024-09-09
ipv4: ip_gre: Unmask upper DSCP bits in ipgre_open()
Ido Schimmel
2024-09-03
netdev_features: convert NETIF_F_LLTX to dev->lltx
Alexander Lobakin
2024-05-07
net: annotate writes on dev->mtu from ndo_change_mtu()
Eric Dumazet
2024-04-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-04-01
ip_tunnel: convert __be16 tunnel flags to bitmaps
Alexander Lobakin
2024-04-01
ip_tunnel: use a separate struct to store tunnel params in the kernel
Alexander Lobakin
2024-03-29
erspan: make sure erspan_base_hdr is present in skb->head
Eric Dumazet
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-02-09
net: fill in MODULE_DESCRIPTION()s for ipv4 modules
Breno Leitao
2024-02-07
ip_tunnel: use exit_batch_rtnl() method
Eric Dumazet
2023-12-06
ipv4: ip_gre: Avoid skb_pull() failure in ipgre_xmit()
Shigeru Yoshida
2023-07-19
ipv4: ip_gre: fix return value check in erspan_xmit()
Yuanjun Gong
2023-07-19
ipv4: ip_gre: fix return value check in erspan_fb_xmit()
Yuanjun Gong
2023-06-02
ip_gre: clean up some inconsistent indenting
Jiapeng Chong
2023-03-21
erspan: do not use skb_mac_header() in ndo_start_xmit()
Eric Dumazet
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-12-06
ip_gre: do not report erspan version on GRE interface
Hangbin Liu
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
2022-10-31
rtnetlink: pass netlink message header and portid to rtnl_configure_link()
Hangbin Liu
2022-08-18
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
2022-06-20
erspan: do not assume transport header is always set
Eric Dumazet
2022-06-08
ip_gre: test csum_start instead of transport header
Willem de Bruijn
2022-05-02
ip_gre: Make GRE and GRETAP devices always NETIF_F_LLTX
Peilin Ye
2022-04-25
ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md mode
Peilin Ye
2022-04-25
ip_gre: Make o_seqno start from 0 in native mode
Peilin Ye
2022-04-15
net: Handle l3mdev in ip_tunnel_init_flow
David Ahern
2022-01-11
gre: Don't accidentally set RTO_ONLINK in gre_fill_metadata_dst()
Guillaume Nault
2021-10-13
ip: use dev_addr_set() in tunnels
Jakub Kicinski
2021-09-05
ip_gre: validate csum_start only on pull
Willem de Bruijn
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-22
ip_gre: add validation for csum_start
Shreyansh Chouhan
2021-07-27
ip_tunnel: use ndo_siocdevprivate
Arnd Bergmann
2021-06-28
gre: let mac_header point to outer header only when necessary
Guillaume Nault
2020-11-09
ipv4/ipv6: switch to dev_get_tstats64
Heiner Kallweit
2020-10-13
ip_gre: set dev->hard_header_len and dev->needed_headroom properly
Cong Wang
2020-05-19
net: add a new ndo_tunnel_ioctl method
Christoph Hellwig
2020-05-12
erspan: Check IFLA_GRE_ERSPAN_VER is set.
William Tu
2020-05-05
erspan: Add type I version 0 support.
William Tu
2020-03-16
net: ip_gre: Accept IFLA_INFO_DATA-less configuration
Petr Machata
2020-03-15
net: ip_gre: Separate ERSPAN newlink / changelink callbacks
Petr Machata
[next]