summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-271-5/+9
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-241-10/+2Star
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-291-5/+5
* [NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev2008-01-291-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-241-1/+1
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-241-1/+11
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-4/+9
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star