summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-4/+1Star
|\
| * Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs2013-03-171-4/+1Star
* | tunnel: use iptunnel_xmit() againCong Wang2013-03-101-15/+1Star
|/
* Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar2013-02-251-8/+2Star
* IP_GRE: Fix GRE_CSUM case.Pravin B Shelar2013-02-251-4/+8
* IP_GRE: Fix IP-Identification.Pravin B Shelar2013-02-251-1/+2
* ip_gre: remove an extra dst_release()Eric Dumazet2013-02-201-3/+1Star
* ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov2013-02-191-2/+8
* ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov2013-02-191-5/+2Star
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-7/+75
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-01-291-1/+5
|\
| * IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar2013-01-281-1/+5
* | ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward2013-01-291-2/+2
* | net: fix possible wrong checksum generationEric Dumazet2013-01-281-1/+3
|/
* ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata2012-12-271-1/+1
* ip_gre: fix possible use after freeEric Dumazet2012-12-211-1/+5
* ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata2012-12-211-1/+4
* net: Allow userns root to control ipv4Eric W. Biederman2012-11-191-2/+2
* net: unify for_each_ip_tunnel_rcu()Amerigo Wang2012-11-151-10/+4Star
* net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang2012-11-151-13/+1Star
* gre: fix sparse warningstephen hemminger2012-10-011-2/+2
* ipv4: gre: add GRO capabilityEric Dumazet2012-10-011-2/+11
* tunnel: drop packet if ECN present with not-ECTstephen hemminger2012-09-281-16/+22
* gre: remove unnecessary rcu_read_lock/unlockstephen hemminger2012-09-281-14/+7Star
* gre: fix handling of key 0stephen hemminger2012-09-281-10/+34
* gre: add GSO supportEric Dumazet2012-09-191-0/+12
* ipv4: Adjust semantics of rt->rt_gateway.David S. Miller2012-07-201-1/+1
* net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-1/+1
* ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-121-1/+8
* ipv4: Handle PMTU in all ICMP error handlers.David S. Miller2012-06-151-4/+10
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-10/+10
* tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-19/+40
* ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-11/+12
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-131-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-121-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-271-5/+5
|\
| * gre: fix spelling in commentsstephen hemminger2012-02-241-5/+5
* | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-0/+4
|\|
| * ipv6: Fix ip_gre lockless xmits.Willem de Bruijn2012-01-261-0/+4
* | ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller2012-01-281-3/+10
* | ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller2012-01-251-1/+3
* | ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2012-01-251-5/+3Star
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-121-4/+4
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* ip_gre: Set needed_headroom dynamically againHerbert Xu2011-11-181-0/+2
* net: better pcpu data alignmentEric Dumazet2011-11-081-1/+1
* ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet2011-10-201-2/+0Star
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-181-1/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-5/+0Star