summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* gre: fix hard header destination address checkingTimo Teräs2010-03-041-5/+2Star
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* gre: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-9/+10
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-181-2/+2
* net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-021-18/+6Star
* 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-251-12/+1Star
* net: constify struct net_protocolAlexey Dobriyan2009-09-151-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-151-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-171-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-061-3/+3
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-12/+11Star
* 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-251-2/+3
* gre: optimize hash lookupTimo Teras2009-01-271-29/+40
* gre: strict physical device bindingTimo Teras2009-01-211-40/+88
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-241-1/+1
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-211-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-261-145/+1Star
|\
| * net: The world is not perfect patch.Rami Rosen2008-05-221-145/+1Star
* | ipgre: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-211-18/+14Star
|/
* [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/+31Star
* [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-251-1/+1
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-061-2/+2