Commit Graph

83 Commits (68d93184352f2e723f135b0a9bad93b58f9d120b)

Author SHA1 Message Date
David S. Miller 78fbfd8a65 ipv4: Create and use route lookup helpers. 14 years ago
Vasiliy Kulikov 8909c9ad8f net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules 14 years ago
David S. Miller b23dd4fe42 ipv4: Make output route lookup return rtable directly. 14 years ago
stephen hemminger 8afe7c8acd ipip: add module alias for tunl0 tunnel device 14 years ago
Changli Gao 5811662b15 net: use the macros defined for the members of flowi 14 years ago
Pavel Emelyanov 74b0b85b88 tunnels: Fix tunnels change rcu protection 15 years ago
Eric Dumazet caf586e5f2 net: add a core netdev->rx_dropped counter 15 years ago
Eric Dumazet 153f094338 ipip: enable lockless xmits 15 years ago
Eric Dumazet fada5636fe ipip: fix percpu stats accounting 15 years ago
Eric Dumazet 3c97af99a5 ipip: percpu stats accounting 15 years ago
Eric Dumazet 8990f468ae net: rx_dropped accounting 15 years ago
Eric Dumazet b7285b7912 ipip: get rid of ipip_lock 15 years ago
Eric Dumazet 6dcd814bd0 net: struct xfrm_tunnel in read_mostly section 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Eric Dumazet d19d56ddc8 net: Introduce skb_tunnel_rx() helper 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Alexey Dobriyan d5aa407f59 tunnels: fix netns vs proto registration ordering 15 years ago
Alexey Dobriyan 2c8c1e7297 net: spread __net_init, __net_exit 15 years ago
Eric W. Biederman 86de8a631e net: Simplify ipip pernet operations. 15 years ago
Eric Dumazet f99189b186 netns: net_identifiers should be read_mostly 15 years ago
Herbert Xu 23ca0c989e ipip: Fix handling of DF packets when pmtudisc is OFF 15 years ago
Eric Dumazet 0694c4c016 ipip: Optimize multiple unregistration 16 years ago
Eric Dumazet 8f95dd63a2 ipip: convert hash tables locking to RCU 16 years ago
Eric Dumazet 0bfbedb14a tunnels: Optimize tx path 16 years ago
Eric Dumazet a43912ab19 tunnel: eliminate recursion field 16 years ago
Stephen Hemminger 6fef4c0c8e netdev: convert pseudo-devices to netdev_tx_t 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Eric Dumazet 28e72216d7 net: unset IFF_XMIT_DST_RELEASE in ipip_tunnel_setup() 16 years ago
Wei Yongjun 26d94b46d0 ipip: used time_before for comparing jiffies 16 years ago
Stephen Hemminger 5747a1aacd ip: ipip compile warning 16 years ago
Alexey Dobriyan be77e59307 net: fix tunnels in netns after ndo_ changes 16 years ago
Stephen Hemminger 23a12b1471 ipip: convert to net_device_ops 16 years ago
Jianjun Kong 5a5f3a8db9 net: clean up net/ipv4/ipip.c raw.c tcp.c tcp_minisocks.c tcp_yeah.c xfrm4_policy.c 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Rami Rosen 071f92d059 net: The world is not perfect patch. 17 years ago
Pavel Emelyanov 50f59cea07 ipip: Use on-device stats instead of private ones. 17 years ago
Pavel Emelyanov 0a826406d4 [IPIP]: Allow to create IPIP tunnels in net namespaces. 17 years ago
Pavel Emelyanov b99f0152e5 [IPIP]: Use proper net in (mostly) routing calls. 17 years ago
Pavel Emelyanov 44d3c299dc [IPIP]: Make tunnels hashes per net. 17 years ago
Pavel Emelyanov cec3ffae1a [IPIP]: Use proper net in hash-lookup functions. 17 years ago
Pavel Emelyanov b9fae5c913 [IPIP]: Add net/ipip_net argument to some functions. 17 years ago
Pavel Emelyanov b9855c54da [IPIP]: Make the fallback tunnel device per-net. 17 years ago
Pavel Emelyanov 10dc4c7bb7 [IPIP]: Introduce empty ipip_net structure and net init/exit ops. 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