aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann1-514/+0
2013-06-19ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-1/+2
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar1-0/+29
2013-06-19gre: export gre_build_header() function.Pravin B Shelar1-0/+32
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-4/+217
2013-06-19gre: Simplify gre protocol registration locking.Pravin B Shelar1-27/+13
2013-05-08gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-7/+1
2013-05-03gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar1-1/+3
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-5/+0
2013-03-25Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar1-6/+1
2013-03-22ip_gre: increase inner ip header ID during segmentationCong Wang1-1/+6
2013-02-15v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+118
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches1-2/+4
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-2/+2
2011-07-23gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2010-10-25tunnels: add _rcu annotationsEric Dumazet1-2/+3
2010-10-03gre: protocol table can be staticstephen hemminger1-1/+1
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-0/+151