summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-04-011-1/+3
* net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-011-18/+6
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-12/+16
|\
| * gre: Fix dev_addr clobbering for gretapHerbert Xu2009-10-301-12/+16
* | gre: Optimize multiple unregistrationEric Dumazet2009-10-281-5/+10
* | gre: convert hash tables locking to RCUEric Dumazet2009-10-241-17/+23
* | tunnels: Optimize tx pathEric Dumazet2009-10-051-2/+3
|/
* tunnel: eliminate recursion fieldEric Dumazet2009-09-241-12/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-1/+1
|\
| * gre: Fix MTU calculation for bound GRE tunnelsTom Goff2009-08-141-1/+1
* | netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-2/+2
|\|
| * gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-12/+11
* net: skb->rtable accessorEric Dumazet2009-06-031-2/+2
* net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* 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