Commit Graph

88 Commits (85ac16d033370caf6f48d743c8dc8103700f5cc5)

Author SHA1 Message Date
Ilpo Järvinen 69ebbf58f3 ipmr: use goto to common label instead of opencoding 16 years ago
Benjamin Thery 4feb88e5c6 netns: ipmr: enable namespace support in ipv4 multicast routing code 16 years ago
Benjamin Thery f6bb451476 netns: ipmr: declare ipmr /proc/net entries per-namespace 16 years ago
Benjamin Thery 6c5143dbcf netns: ipmr: declare reg_vif_num per-namespace 16 years ago
Benjamin Thery 6f9374a934 netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace 16 years ago
Benjamin Thery 1e8fb3b6a4 netns: ipmr: declare counter cache_resolve_queue_len per-namespace 16 years ago
Benjamin Thery 2bb8b26c3e netns: ipmr: dynamically allocate mfc_cache_array 16 years ago
Benjamin Thery 5c0a66f5f3 netns: ipmr: store netns in struct mfc_cache 16 years ago
Benjamin Thery cf958ae377 netns: ipmr: dynamically allocate vif_table 16 years ago
Benjamin Thery 70a269e6c9 netns: ipmr: allocate mroute_socket per-namespace. 16 years ago
Ilpo Järvinen b1879204dd ipmr: merge common code 16 years ago
Benjamin Thery 999890b21a net: /proc/net/ip_mr_cache, display Iif as a signed short 16 years ago
Benjamin Thery 1ea472e2de net: fix /proc/net/ip_mr_cache display - V2 16 years ago
Stephen Hemminger 007c3838d9 ipmr: convert ipmr virtual interface to net_device_ops 16 years ago
Stephen Hemminger 5bc3eb7e2f ip: convert to net_device_ops for ioctl 16 years ago
Benjamin Thery c3e388964b net: fix ip_mr_init() error path 16 years ago
Jianjun Kong c354e12463 net: clean up net/ipv4/ipmr.c 17 years ago
Alan Cox 113aa838ec net: Rationalise email address: Network Specific Parts 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Pavel Emelyanov 7c73a6faff mib: add net to IP_INC_STATS_BH 17 years ago
Wang Chen 7dc00c82cb ipv4: Fix ipmr unregister device oops 17 years ago
Wang Chen d607032db0 ipv4: Check return of dev_set_allmulti 17 years ago
Wang Chen 03d2f897e9 ipv4: Do cleanup for ip_mr_init 17 years ago
Adrian Bunk 0b04082995 net: remove CVS keywords 17 years ago
Pavel Emelyanov cf3677ae19 ipmr: Use on-device stats instead of private ones. 17 years ago
Pavel Emelyanov 2f4c02d40c ipmr: Ipip tunnel uses on-device stats. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 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
Denis V. Lunev f206351a50 [NETNS]: Add namespace parameter to ip_route_output_key. 17 years ago
Denis V. Lunev 1ab352768f [NETNS]: Add namespace parameter to ip_dev_find. 17 years ago
Stephen Hemminger ba93ef7465 [IPV4]: ipmr sparse warnings 17 years ago
Joe Perches f97c1e0c6e [IPV4] net/ipv4: Use ipv4_is_<type> 17 years ago
Pavel Emelyanov 586f121152 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one 17 years ago
Denis V. Lunev 97c53cacf0 [NET]: Make rtnetlink infrastructure network namespace aware (v3) 17 years ago
Patrick McHardy 6e23ae2a48 [NETFILTER]: Introduce NF_INET_ hook values 17 years ago
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
Pavel Emelyanov cf7732e4cc [NET]: Make core networking code use seq_open_private 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Paul Mundt 20c2df83d2 mm: Remove slab destructors from kmem_cache_create(). 18 years ago
Herbert Xu 71e27da961 [IPV4]: Restore old behaviour of default config values 18 years ago
Herbert Xu 42f811b8bc [IPV4]: Convert IPv4 devconf to an array 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo dc5fc579b9 [NETLINK]: Use nlmsg_trim() where appropriate 18 years ago
Arnaldo Carvalho de Melo 27a884dc3c [SK_BUFF]: Convert skb->tail to sk_buff_data_t 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 ddc7b8e32b [SK_BUFF]: Some more layer header conversions 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago