aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)Author
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
2012-09-27gre: remove unnecessary rcu_read_lock/unlockstephen hemminger
2012-09-27gre: fix handling of key 0stephen hemminger
2012-09-19gre: add GSO supportEric Dumazet
2012-07-20ipv4: Adjust semantics of rt->rt_gateway.David S. Miller
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller
2012-07-11ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller
2012-06-14ipv4: Handle PMTU in all ICMP error handlers.David S. Miller
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger
2012-04-02ipv4: Stop using NLA_PUT*().David S. Miller
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-02-24gre: fix spelling in commentsstephen hemminger
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller
2012-01-26ipv6: Fix ip_gre lockless xmits.Willem de Bruijn
2012-01-24ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller
2012-01-24ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller
2011-11-18ip_gre: Set needed_headroom dynamically againHerbert Xu
2011-11-08net: better pcpu data alignmentEric Dumazet
2011-10-20ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko
2011-05-04ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-03-12ipv4: Create and use route lookup helpers.David S. Miller