summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* gre: clear IFF_TX_SKB_SHARINGJiri Benc2016-02-181-2/+3
* vxlan, gre, geneve: Set a large MTU on ovs-created tunnel devicesDavid Wragg2016-02-101-0/+8
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-4/+3
* net: remove unnecessary mroute.h includesNikolay Aleksandrov2015-11-301-1/+0
* openvswitch: Fix egress tunnel info.Pravin B Shelar2015-10-221-9/+37
* ip_tunnels: record IP version in tunnel infoJiri Benc2015-08-291-1/+2
* ip_tunnels: convert the mode field of ip_tunnel_info to flagsJiri Benc2015-08-291-1/+1
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-271-16/+5
* route: move lwtunnel state to dst_entryJiri Benc2015-08-201-1/+1
* ip_tunnels: use tos and ttl fields also for IPv6Jiri Benc2015-08-201-4/+4
* ip_tunnels: add IPv6 addresses to ip_tunnel_keyJiri Benc2015-08-201-5/+5
* gre: Remove support for sharing GRE protocol hook.Pravin B Shelar2015-08-101-16/+199
* openvswitch: Use regular GRE net_device instead of vportPravin B Shelar2015-08-101-0/+36
* ip_gre: Add support to collect tunnel metadata.Pravin B Shelar2015-08-101-16/+179
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-2/+2
* ipip,gre,vti,sit: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+2
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-2/+2
* gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-081-6/+6
* tunnels: advertise link netns via netlinkNicolas Dichtel2015-01-191-0/+2
* gre: allow live address changestephen hemminger2014-12-311-0/+1
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2014-12-151-4/+5
* fou: Fix typo in returning flags in netlinkTom Herbert2014-11-051-1/+1
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert2014-10-011-0/+2
* gre: Setup and TX path for gre/UDP foo-over-udp encapsulationTom Herbert2014-09-191-5/+85
* gre: allow changing mac address when device is upstephen hemminger2014-06-101-0/+1
* gre: add x-netns supportNicolas Dichtel2014-04-231-3/+3
* gre: don't allow to add the same tunnel twiceNicolas Dichtel2014-04-121-1/+1
* net: gre: use icmp_hdr() to get inner ip headerDuan Jiong2014-01-271-1/+1
* ipv4: be friend with drop monitorEric Dumazet2014-01-181-2/+2
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-181-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+1
|\
| * ip_gre: fix ipgre_header to return correct offsetTimo Teräs2013-08-091-1/+1
* | ipip: add x-netns supportNicolas Dichtel2013-08-151-2/+2
|/
* gre: fix a regression in ioctlCong Wang2013-07-011-4/+5
* gre: export gre_handle_offloads() function.Pravin B Shelar2013-06-191-32/+2
* gre: export gre_build_header() function.Pravin B Shelar2013-06-191-39/+1
* gre: Allow multiple protocol listener for gre protocol.Pravin B Shelar2013-06-191-147/+26
* iptunnel: specify protocol outside IP headerNicolas Dichtel2013-05-311-1/+1
* ip_gre: fix a possible crash in ipgre_err()Eric Dumazet2013-05-201-1/+2
* net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-251-1/+1
* ip_gre: fix a possible crash in parse_gre_header()Eric Dumazet2013-04-081-3/+5
* ip_gre: don't overwrite iflink during net_dev initAntonio Quartulli2013-03-301-1/+0
* GRE: Refactor GRE tunneling code.Pravin B Shelar2013-03-261-1187/+317
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-03-201-4/+1
|\
| * Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...Timo Teräs2013-03-161-4/+1
* | tunnel: use iptunnel_xmit() againCong Wang2013-03-101-15/+1
|/
* Revert "ip_gre: propogate target device GSO capability to the tunnel device"Pravin B Shelar2013-02-251-8/+2
* IP_GRE: Fix GRE_CSUM case.Pravin B Shelar2013-02-251-4/+8
OpenPOWER on IntegriCloud