aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/gre.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-08-15gre: set inner_protocol on xmitSimon Horman1-0/+1
2016-08-10rps: Inspect PPTP encapsulated by GRE to get flow hashGao Feng1-1/+9
2016-06-15gre: fix error handlerEric Dumazet1-1/+1
2016-05-12gre: Fix wrong tpi->proto in WCCPHaishuang Yan1-1/+1
2016-05-04gre: change gre_parse_header to return the header lengthJiri Benc1-1/+1
2016-05-02gre: Create common functions for transmitTom Herbert1-0/+44
2016-05-02gre: Move utility functions to common headersTom Herbert1-0/+60
2015-08-10gre: Remove support for sharing GRE protocol hook.Pravin B Shelar1-74/+6
2015-08-10openvswitch: Use regular GRE net_device instead of vportPravin B Shelar1-10/+2
2014-06-04gre: Call gso_make_checksumTom Herbert1-2/+3
2014-01-06gre_offload: statically build GRE offloading supportEric Dumazet1-3/+0
2013-10-19ipv4: generalize gre_handle_offloadsEric Dumazet1-1/+7
2013-07-03net: gre: move GSO functions to gre_offloadDaniel Borkmann1-0/+4
2013-06-19gre: export gre_handle_offloads() function.Pravin B Shelar1-0/+1
2013-06-19gre: export gre_build_header() function.Pravin B Shelar1-0/+2
2013-06-19gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar1-0/+24
2013-03-26GRE: Refactor GRE tunneling code.Pravin B Shelar1-0/+51
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov1-0/+18