summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
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
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-03-16Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs
2013-03-10tunnel: use iptunnel_xmit() againCong Wang
2013-02-25Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar
2013-02-25IP_GRE: Fix GRE_CSUM case.Pravin B Shelar
2013-02-25IP_GRE: Fix IP-Identification.Pravin B Shelar
2013-02-19ip_gre: remove an extra dst_release()Eric Dumazet
2013-02-19ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov
2013-02-19ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar
2013-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward
2013-01-28net: fix possible wrong checksum generationEric Dumazet
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar
2012-12-26ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata
2012-12-21ip_gre: fix possible use after freeEric Dumazet
2012-12-21ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-11-14net: unify for_each_ip_tunnel_rcu()Amerigo Wang
2012-11-14net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang
2012-10-01gre: fix sparse warningstephen hemminger
2012-10-01ipv4: gre: add GRO capabilityEric Dumazet
2012-09-27tunnel: drop packet if ECN present with not-ECTstephen hemminger