summaryrefslogtreecommitdiffstats
path: root/net/ipv4/gre.c
Commit message (Expand)AuthorAgeFilesLines
* net: gre: move GSO functions to gre_offloadDaniel Borkmann2013-07-031-514/+0
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-1/+2
* gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-191-0/+29
* gre: export gre_build_header() function.Pravin B Shelar2013-06-191-0/+32
* gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-191-4/+217
* gre: Simplify gre protocol registration locking.Pravin B Shelar2013-06-191-27/+13
* gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar2013-05-081-7/+1
* gre: Fix GREv4 TCPv6 segmentation.Pravin B Shelar2013-05-031-1/+3
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-5/+0
* Revert "ip_gre: increase inner ip header ID during segmentation"Pravin B Shelar2013-03-251-6/+1
* ip_gre: increase inner ip header ID during segmentationCong Wang2013-03-221-1/+6
* v4 GRE: Add TCP segmentation offload for GREPravin B Shelar2013-02-151-0/+118
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-2/+4
* rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-2/+2
* gre: fix improper error handlingxeb@mail.ru2011-07-231-15/+6
* Remove redundant linux/version.h includes from net/Jesper Juhl2011-06-211-1/+0
* tunnels: add _rcu annotationsEric Dumazet2010-10-251-2/+3
* gre: protocol table can be staticstephen hemminger2010-10-031-1/+1
* PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-211-0/+151