aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-3/+10
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-4/+6
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+11
2016-02-18gre: clear IFF_TX_SKB_SHARINGJiri Benc1-2/+3
2016-02-18iptunnel: scrub packet in iptunnel_pull_headerJiri Benc1-1/+1
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+1
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree1-3/+13
2016-02-10vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg1-0/+8
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-4/+3
2015-11-30net: remove unnecessary mroute.h includesNikolay Aleksandrov1-1/+0
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-9/+37
2015-08-29ip_tunnels: record IP version in tunnel infoJiri Benc1-1/+2
2015-08-29ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc1-1/+1
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-16/+5
2015-08-20route: move lwtunnel state to dst_entryJiri Benc1-1/+1
2015-08-20ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc1-4/+4
2015-08-20ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc1-5/+5
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar1-16/+199
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar1-0/+36
2015-08-10ip_gre: Add support to collect tunnel metadata.Pravin B Shelar1-16/+179
2015-04-03ipv4: coding style: comparison for equality with NULLIan Morris1-2/+2
2015-04-02ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel1-0/+2
2015-03-31netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc1-2/+2
2015-03-31netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc1-2/+2
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca1-6/+6
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel1-0/+2
2014-12-31gre: allow live address changestephen hemminger1-0/+1
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs1-4/+5
2014-11-05fou: Fix typo in returning flags in netlinkTom Herbert1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert1-0/+2
2014-09-19gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert1-5/+85
2014-06-10gre: allow changing mac address when device is upstephen hemminger1-0/+1
2014-04-23gre: add x-netns supportNicolas Dichtel1-3/+3
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-01-27net: gre: use icmp_hdr() to get inner ip headerDuan Jiong1-1/+1
2014-01-18ipv4: be friend with drop monitorEric Dumazet1-2/+2
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs1-0/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-15ipip: add x-netns supportNicolas Dichtel1-2/+2
2013-08-09ip_gre: fix ipgre_header to return correct offsetTimo Teräs1-1/+1
2013-07-01gre: fix a regression in ioctlCong Wang1-4/+5
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar1-32/+2
2013-06-19gre: export gre_build_header() function.Pravin B Shelar1-39/+1
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-147/+26
2013-05-31iptunnel: specify protocol outside IP headerNicolas Dichtel1-1/+1
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang1-1/+1
2013-04-08ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet1-3/+5