summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
2020-05-20gre: do not keep the GRE header around in collect medata modeJiri Benc
2020-05-10gre: reject GUE and FOU in collect metadata modeJiri Benc
2020-05-10gre: build header correctly for collect metadata tunnelsJiri Benc
2020-05-10gre: do not assign header_ops in collect metadata modeJiri Benc
2020-05-10ovs/gre: fix rtnl notifications on iface deletionNicolas Dichtel
2020-05-10GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck
2020-05-10ovs/gre,geneve: fix error path when creating an ifaceNicolas Dichtel
2016-06-24vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg
2016-05-18gre: do not pull header in ICMP error processingJiri Benc
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar
2015-08-20route: move lwtunnel state to dst_entryJiri Benc
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel
2014-12-31gre: allow live address changestephen hemminger
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert
2014-06-10gre: allow changing mac address when device is upstephen hemminger
2014-04-23gre: add x-netns supportNicolas Dichtel
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong
2014-01-18ipv4: be friend with drop monitorEric Dumazet
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-15ipip: add x-netns supportNicolas Dichtel
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs
2013-07-01gre: fix a regression in ioctlCong Wang
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar
2013-06-19gre: export gre_build_header() function.Pravin B Shelar
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang
2013-04-08ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet
2013-03-30ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar