summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-171-14/+6Star
* GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-3/+10
* bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-081-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-2/+11
|\
| * gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-2/+3
| * vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+8
* | iptunnel: scrub packet in iptunnel_pull_headerJiri Benc2016-02-181-1/+1
* | net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-171-3/+10
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+1Star
* | net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
|/
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-4/+3Star
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0Star
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-231-9/+37
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-1/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-16/+5Star
* route: move lwtunnel state to dst_entryJiri Benc2015-08-211-1/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-211-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-211-5/+5
* gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-101-16/+199
* openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-101-0/+36
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-16/+179
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+2
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-091-6/+6
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+2
* gre: allow live address changestephen hemminger2014-12-311-0/+1
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2014-12-151-4/+5
* fou: Fix typo in returning flags in netlinkTom Herbert2014-11-061-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-021-0/+2
* gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-191-5/+85
* gre: allow changing mac address when device is upstephen hemminger2014-06-111-0/+1
* gre: add x-netns supportNicolas Dichtel2014-04-231-3/+3
* gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-281-1/+1
* ipv4: be friend with drop monitorEric Dumazet2014-01-191-2/+2
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-171-1/+1
|\
| * ip_gre: fix ipgre_header to return correct offsetTimo Teräs2013-08-091-1/+1
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-2/+2
|/
* gre: fix a regression in ioctlCong Wang2013-07-021-4/+5
* gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-201-32/+2Star
* gre: export gre_build_header() function.Pravin B Shelar2013-06-201-39/+1Star
* gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-201-147/+26Star
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-06-011-1/+1
* ip_gre: fix a possible crash in ipgre_err()Eric Dumazet2013-05-201-1/+2
* net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-251-1/+1