aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAge
* gre: allow changing mac address when device is upstephen hemminger2014-06-11
* gre: add x-netns supportNicolas Dichtel2014-04-23
* gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-12
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-27
* ipv4: be friend with drop monitorEric Dumazet2014-01-19
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\
| * ip_gre: fix ipgre_header to return correct offsetTimo Teräs2013-08-09
* | ipip: add x-netns supportNicolas Dichtel2013-08-15
|/
* gre: fix a regression in ioctlCong Wang2013-07-02
* gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-19
* gre: export gre_build_header() function.Pravin B Shelar2013-06-19
* gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-19
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-31
* ip_gre: fix a possible crash in ipgre_err()Eric Dumazet2013-05-20
* net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-25
* ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet2013-04-08
* ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli2013-03-30
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-20
|\
| * Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs2013-03-16
* | tunnel: use iptunnel_xmit() againCong Wang2013-03-10
|/
* Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar2013-02-25
* IP_GRE: Fix GRE_CSUM case.Pravin B Shelar2013-02-25
* IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-25
* ip_gre: remove an extra dst_release()Eric Dumazet2013-02-19
* ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov2013-02-19
* ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov2013-02-19
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-29
|\
| * IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-28
* | ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward2013-01-29
* | net: fix possible wrong checksum generationEric Dumazet2013-01-28
|/
* ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-26
* ip_gre: fix possible use after freeEric Dumazet2012-12-21
* ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-21
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-18
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-14
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-14
* gre: fix sparse warningstephen hemminger2012-10-01
* ipv4: gre: add GRO capabilityEric Dumazet2012-10-01
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-27
* gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-27
* gre: fix handling of key 0stephen hemminger2012-09-27
* gre: add GSO supportEric Dumazet2012-09-19
* ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-20
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-17
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-12
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-15
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-15