aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAge
* tunnel: eliminate recursion fieldEric Dumazet2009-09-24
* net: constify struct net_protocolAlexey Dobriyan2009-09-14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-02
|\
| * gre: Fix MTU calculation for bound GRE tunnelsTom Goff2009-08-14
* | netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-01
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-16
|\|
| * gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-14
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
|/
* net: skb->dst accessorsEric Dumazet2009-06-03
* net: skb->rtable accessorEric Dumazet2009-06-03
* net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-29
* gre: used time_before for comparing jiffiesWei Yongjun2009-02-25
* gre: optimize hash lookupTimo Teras2009-01-26
* gre: strict physical device bindingTimo Teras2009-01-21
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-23
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-20
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-03
* gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu2008-10-11
* gre: minor cleanups in netlink interfacePatrick McHardy2008-10-10
* gre: fix copy and paste errorPatrick McHardy2008-10-10
* inet: Make tunnel RX/TX byte counters more consistentHerbert Xu2008-10-09
* gre: Add Transparent Ethernet BridgingHerbert Xu2008-10-09
* gre: Add netlink interfaceHerbert Xu2008-10-09
* gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu2008-10-09
* gre: Use needed_headroomHerbert Xu2008-10-09
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-05-26
|\
| * net: The world is not perfect patch.Rami Rosen2008-05-21
* | ipgre: Use on-device stats instead of private ones.Pavel Emelyanov2008-05-21
|/
* [GRE]: Allow for IPPROTO_GRE protocol in namespaces.Pavel Emelyanov2008-04-16
* [GRE]: Allow to create IPGRE tunnels in net namespaces.Pavel Emelyanov2008-04-16
* [GRE]: Use proper net in routing calls.Pavel Emelyanov2008-04-16
* [GRE]: Make tunnels hashes per-net.Pavel Emelyanov2008-04-16
* [GRE]: Make the fallback tunnel device per-net.Pavel Emelyanov2008-04-16
* [GRE]: Use proper net in hash-lookup functions.Pavel Emelyanov2008-04-16
* [GRE]: Add net/gre_net argument to some functions.Pavel Emelyanov2008-04-16
* [GRE]: Introduce empty ipgre_net structure and net init/exit ops.Pavel Emelyanov2008-04-16
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid castsEric Dumazet2008-03-05
* [INET]: Don't create tunnels with '%' in name.Pavel Emelyanov2008-02-27
* [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.Pavel Emelyanov2008-02-23
* [NETNS]: Add namespace parameter to ip_route_output_key.Denis V. Lunev2008-01-28
* [NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev2008-01-28
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-28
* [IP_GRE]: Rebinding of GRE tunnels to other interfacesMichal Schmidt2008-01-28
* [IPV4] ip_gre: set mac_header correctly in receive pathTimo Teras2007-12-20
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-24
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-24
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-10
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10