summaryrefslogtreecommitdiff
path: root/net/ipv4/gre.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-09gso: Handle Trans-Ether-Bridging protocol in skb_network_protocol()Pravin B Shelar1-7/+1
2013-05-04gre: 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-16v4 GRE: Add TCP segmentation offload for GREPravin B Shelar1-0/+118
2012-03-13net: 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-24gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-06-22Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2010-10-26tunnels: add _rcu annotationsEric Dumazet1-2/+3
2010-10-04gre: protocol table can be staticstephen hemminger1-1/+1
2010-08-22PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-0/+151