Commit Graph

68 Commits (b78936e14ee47b6b2d628501a0eab5270db80132)

Author SHA1 Message Date
Herbert Xu 7bb82d9245 gre: Initialise rtnl_link tunnel parameters properly 17 years ago
Patrick McHardy 4d74f8ba1f gre: minor cleanups in netlink interface 17 years ago
Patrick McHardy ba9e64b1c2 gre: fix copy and paste error 17 years ago
Herbert Xu 64194c31a0 inet: Make tunnel RX/TX byte counters more consistent 17 years ago
Herbert Xu e1a8000228 gre: Add Transparent Ethernet Bridging 17 years ago
Herbert Xu c19e654ddb gre: Add netlink interface 17 years ago
Herbert Xu 42aa916265 gre: Move MTU setting out of ipgre_tunnel_bind_dev 17 years ago
Herbert Xu c95b819ad7 gre: Use needed_headroom 17 years ago
Rami Rosen 071f92d059 net: The world is not perfect patch. 17 years ago
Pavel Emelyanov addd68eb6f ipgre: Use on-device stats instead of private ones. 17 years ago
Pavel Emelyanov f96c148fd5 [GRE]: Allow for IPPROTO_GRE protocol in namespaces. 17 years ago
Pavel Emelyanov 0b67eceb19 [GRE]: Allow to create IPGRE tunnels in net namespaces. 17 years ago
Pavel Emelyanov 96635522f7 [GRE]: Use proper net in routing calls. 17 years ago
Pavel Emelyanov eb8ce741a3 [GRE]: Make tunnels hashes per-net. 17 years ago
Pavel Emelyanov 7daa000489 [GRE]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 3b4667f3db [GRE]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov f57e7d5a7b [GRE]: Add net/gre_net argument to some functions. 17 years ago
Pavel Emelyanov 59a4c7594b [GRE]: Introduce empty ipgre_net structure and net init/exit ops. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Eric Dumazet ee6b967301 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts 17 years ago
Pavel Emelyanov b37d428b24 [INET]: Don't create tunnels with '%' in name. 17 years ago
Pavel Emelyanov 34cc7ba639 [IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly. 17 years ago
Denis V. Lunev f206351a50 [NETNS]: Add namespace parameter to ip_route_output_key. 17 years ago
Denis V. Lunev 7fee0ca237 [NETNS]: Add netns parameter to inetdev_by_index. 17 years ago
Joe Perches f97c1e0c6e [IPV4] net/ipv4: Use ipv4_is_<type> 17 years ago
Michal Schmidt ee34c1eb35 [IP_GRE]: Rebinding of GRE tunnels to other interfaces 17 years ago
Timo Teras 1d06916747 [IPV4] ip_gre: set mac_header correctly in receive path 17 years ago
Chuck Lever c2636b4d9e [NET]: Treat the sign of the result of skb_headroom() consistently 18 years ago
Timo Teras 6a5f44d7a0 [IPV4] ip_gre: sendto/recvfrom NBMA address 18 years ago
Stephen Hemminger 3b04ddde02 [NET]: Move hardware header operations out of netdevice. 18 years ago
Ralf Baechle 10d024c1b2 [NET]: Nuke SET_MODULE_OWNER macro. 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Patrick McHardy cfbba49d80 [NET]: Avoid copying writable clones in tunnel drivers 18 years ago
YOSHIFUJI Hideaki 5056a1ef9e [IPV4] IP_GRE: Unify code path to get hash array index. 18 years ago
Arnaldo Carvalho de Melo b0e380b1d8 [SK_BUFF]: unions of just one member don't get anything done, kill them 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo 88c7664f13 [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph 18 years ago
Arnaldo Carvalho de Melo 0660e03f6b [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h 18 years ago
Arnaldo Carvalho de Melo eddc9ec53b [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph 18 years ago
Arnaldo Carvalho de Melo 4209fb601c [SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was being used 18 years ago
Arnaldo Carvalho de Melo e2d1bca7e6 [SK_BUFF]: Use skb_reset_network_header in skb_push cases 18 years ago
Arnaldo Carvalho de Melo c1d2bbe1cd [SK_BUFF]: Introduce skb_reset_network_header(skb) 18 years ago
Arnaldo Carvalho de Melo 459a98ed88 [SK_BUFF]: Introduce skb_reset_mac_header(skb) 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
Stephen Hemminger 22f8cde5bc [NET]: unregister_netdevice as void 18 years ago
Al Viro 5f92a7388a [NET]: Annotate callers of the reset of checksum.h stuff. 18 years ago
Al Viro d3bc23e7ee [NET]: Annotate callers of csum_fold() in net/* 18 years ago
Al Viro d5a0a1e310 [IPV4]: encapsulation annotations 18 years ago
YOSHIFUJI Hideaki 496c98dff8 [NET]: Use hton{l,s}() for non-initializers. 19 years ago