aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* gre: used time_before for comparing jiffiesWei Yongjun2009-02-241-2/+3
* gre: optimize hash lookupTimo Teras2009-01-261-29/+40
* gre: strict physical device bindingTimo Teras2009-01-211-40/+88
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-231-1/+1
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-201-16/+26
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-031-7/+7
* gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu2008-10-111-1/+1
* gre: minor cleanups in netlink interfacePatrick McHardy2008-10-101-8/+8
* gre: fix copy and paste errorPatrick McHardy2008-10-101-2/+2
* inet: Make tunnel RX/TX byte counters more consistentHerbert Xu2008-10-091-2/+5
* gre: Add Transparent Ethernet BridgingHerbert Xu2008-10-091-32/+174
* gre: Add netlink interfaceHerbert Xu2008-10-091-4/+243
* gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu2008-10-091-5/+11
* gre: Use needed_headroomHerbert Xu2008-10-091-7/+8
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-251-145/+1
|\
| * net: The world is not perfect patch.Rami Rosen2008-05-211-145/+1
* | ipgre: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-18/+14
|/
* [GRE]: Allow for IPPROTO_GRE protocol in namespaces.Pavel Emelyanov2008-04-161-0/+1
* [GRE]: Allow to create IPGRE tunnels in net namespaces.Pavel Emelyanov2008-04-161-0/+3
* [GRE]: Use proper net in routing calls.Pavel Emelyanov2008-04-161-6/+6
* [GRE]: Make tunnels hashes per-net.Pavel Emelyanov2008-04-161-34/+31
* [GRE]: Make the fallback tunnel device per-net.Pavel Emelyanov2008-04-161-31/+32
* [GRE]: Use proper net in hash-lookup functions.Pavel Emelyanov2008-04-161-2/+2
* [GRE]: Add net/gre_net argument to some functions.Pavel Emelyanov2008-04-161-19/+32
* [GRE]: Introduce empty ipgre_net structure and net init/exit ops.Pavel Emelyanov2008-04-161-0/+49
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-1/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-051-2/+2
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-261-5/+9
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-231-10/+2
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-281-5/+5
* [NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev2008-01-281-1/+2
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-10/+13
* [IP_GRE]: Rebinding of GRE tunnels to other interfacesMichal Schmidt2008-01-281-42/+60
* [IPV4] ip_gre: set mac_header correctly in receive pathTimo Teras2007-12-201-1/+1
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-231-1/+1
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-231-1/+11
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-4/+9
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2007-07-101-1/+2
* [IPV4] IP_GRE: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-251-13/+10
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-6/+6
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-5/+5
* [SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was b...Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1