summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-20ip_gre: fix a possible crash in ipgre_err()Eric Dumazet1-1/+2
2013-04-25net: ipv4: typo issue, remove erroneous semicolonChen Gang1-1/+1
2013-04-08ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet1-3/+5
2013-03-31ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli1-1/+0
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-1187/+317
2013-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+1
2013-03-17Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs1-4/+1
2013-03-10tunnel: use iptunnel_xmit() againCong Wang1-15/+1
2013-02-26Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar1-8/+2
2013-02-26IP_GRE: Fix GRE_CSUM case.Pravin B Shelar1-4/+8
2013-02-26IP_GRE: Fix IP-Identification.Pravin B Shelar1-1/+2
2013-02-20ip_gre: remove an extra dst_release()Eric Dumazet1-3/+1
2013-02-19ip_gre: propogate target device GSO capability to the tunnel deviceDmitry Kravkov1-2/+8
2013-02-19ip_gre: allow CSUM capable devices to handle packetsDmitry Kravkov1-5/+2
2013-02-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-7/+75
2013-01-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2013-01-29ip_gre: When TOS is inherited, use configured TOS value for non-IP packetsDavid Ward1-2/+2
2013-01-28net: fix possible wrong checksum generationEric Dumazet1-1/+3
2013-01-28IP_GRE: Fix kernel panic in IP_GRE with GRE csum.Pravin B Shelar1-1/+5
2012-12-27ipv4/ip_gre: set transport header correctly to gre headerIsaku Yamahata1-1/+1
2012-12-22ip_gre: fix possible use after freeEric Dumazet1-1/+5
2012-12-22ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionallyIsaku Yamahata1-1/+4
2012-11-19net: Allow userns root to control ipv4Eric W. Biederman1-2/+2
2012-11-15net: unify for_each_ip_tunnel_rcu()Amerigo Wang1-10/+4
2012-11-15net: convert __IPTUNNEL_XMIT() to an inline functionAmerigo Wang1-13/+1
2012-10-02gre: fix sparse warningstephen hemminger1-2/+2
2012-10-02ipv4: gre: add GRO capabilityEric Dumazet1-2/+11
2012-09-28tunnel: drop packet if ECN present with not-ECTstephen hemminger1-16/+22
2012-09-28gre: remove unnecessary rcu_read_lock/unlockstephen hemminger1-14/+7
2012-09-28gre: fix handling of key 0stephen hemminger1-10/+34
2012-09-19gre: add GSO supportEric Dumazet1-0/+12
2012-07-21ipv4: Adjust semantics of rt->rt_gateway.David S. Miller1-1/+1
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller1-1/+1
2012-07-12ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller1-1/+8
2012-06-15ipv4: Handle PMTU in all ICMP error handlers.David S. Miller1-4/+10
2012-04-15ipv4: fix checkpatch errorsDaniel Baluta1-10/+10
2012-04-14tunnel: implement 64 bits statisticsstephen hemminger1-19/+40
2012-04-02ipv4: Stop using NLA_PUT*().David S. Miller1-11/+12
2012-03-13net: ipv4: Standardize prefixes for message loggingJoe Perches1-0/+2
2012-03-12net: Convert printks to pr_<level>Joe Perches1-3/+3
2012-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2012-02-25gre: fix spelling in commentsstephen hemminger1-5/+5
2012-02-16net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2012-01-28ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller1-3/+10
2012-01-27ipv6: Fix ip_gre lockless xmits.Willem de Bruijn1-0/+4
2012-01-25ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller1-1/+3
2012-01-25ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller1-5/+3
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-4/+4
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-1/+1