Commit Graph

65 Commits (f8b3aaf2ba8ca9e27b47f8bfdff07c8b968f2c05)

Author SHA1 Message Date
Eric Dumazet 035320d547 ipmr: dont corrupt lists 15 years ago
Eric Dumazet 8ffb335e8d ip6mr: fix a typo in ip6mr_for_each_table() 15 years ago
Dan Carpenter ed0f160ad6 ipmr: off by one in __ipmr_fill_mroute() 15 years ago
Eric Dumazet d19d56ddc8 net: Introduce skb_tunnel_rx() helper 15 years ago
Patrick McHardy 5b285cac35 ipv6: ip6mr: add support for dumping routing tables over netlink 15 years ago
Patrick McHardy d1db275dd3 ipv6: ip6mr: support multiple tables 15 years ago
Patrick McHardy 6bd5214339 ipv6: ip6mr: move mroute data into seperate structure 15 years ago
Patrick McHardy f30a778421 ipv6: ip6mr: convert struct mfc_cache to struct list_head 15 years ago
Patrick McHardy b5aa30b191 ipv6: ip6mr: remove net pointer from struct mfc6_cache 15 years ago
Patrick McHardy c476efbcde ipv6: ip6mr: move unres_queue and timer to per-namespace data 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
Nicolas Dichtel 7438189baa net: ipmr/ip6mr: prevent out-of-bounds vif_table access 15 years ago
Jan Engelhardt b2e0b385d7 netfilter: ipv6: use NFPROTO values for NF_HOOK invocation 15 years ago
Patrick McHardy a50436f2cd net: ipmr/ip6mr: fix potential out-of-bounds vif_table access 15 years ago
Eric Dumazet c871e664ea ip6mr: Optimize multiple unregistration 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Alexey Dobriyan 41135cc836 net: constify struct inet6_protocol 16 years ago
Stephen Hemminger 5ca1b998d3 net: file_operations should be const 16 years ago
Stephen Hemminger 98147d527a net: seq_operations should be const 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
Tom Goff 403dbb97f6 PIM-SM: namespace changes 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Dave Jones 5d6e430d3b ipv6: compile fix for ip6mr.c 16 years ago
Thomas Goff 1d6e55f195 IPv6: Fix multicast routing bugs. 16 years ago
Ilpo Järvinen 8da73b73ef ip6mr: use goto to common label instead of opencoding 16 years ago
Benjamin Thery 8229efdaef netns: ip6mr: enable namespace support in ipv6 multicast forwarding code 16 years ago
Benjamin Thery 8b90fc7e5b netns: ip6mr: declare ip6mr /proc/net entries per-namespace 16 years ago
Benjamin Thery 950d5704e5 netns: ip6mr: declare reg_vif_num per-namespace 16 years ago
Benjamin Thery a21f3f997c netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace 16 years ago
Benjamin Thery 4045e57c19 netns: ip6mr: declare counter cache_resolve_queue_len per-namespace 16 years ago
Benjamin Thery 4a6258a0e3 netns: ip6mr: dynamically allocate mfc6_cache_array 16 years ago
Benjamin Thery 58701ad411 netns: ip6mr: store netns in struct mfc6_cache 16 years ago
Benjamin Thery 4e16880cb4 netns: ip6mr: dynamically allocates vif6_table 16 years ago
Benjamin Thery bd91b8bf37 netns: ip6mr: allocate mroute6_socket per-namespace. 16 years ago
Joe Perches 36cbac5909 net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset 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
Benjamin Thery eedd726efb ipv6: use seq_release_private for ip6mr.c /proc entries 16 years ago
Benjamin Thery 87b30a6530 ipv6: fix ip6_mr_init error path 16 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 17 years ago
Harvey Harrison 0c6ce78abf net: replace uses of NIP6_FMT with %p6 17 years ago
Denis V. Lunev 483a47d2fe ipv6: added net argument to IP6_INC_STATS_BH 17 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
Wang Chen 7af3db78a9 ipv6: Fix using after dev_put() 17 years ago
Wang Chen 5ae7b44413 ipv6: Check return of dev_set_allmulti 17 years ago
Wang Chen 623d1a1af7 ipv6: Do cleanup for ip6_mr_init. 17 years ago