summaryrefslogtreecommitdiff
path: root/include/net/netns/ipv6.h
AgeCommit message (Expand)Author
2018-08-24netfilter: ipv6: nf_defrag: reduce struct net memory wasteEric Dumazet
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat
2017-08-03ipv6: fib: Add FIB notifiers callbacksIdo Schimmel
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6David Lebrun
2016-03-08ipv6: per netns FIB garbage collectionMichal Kubeček
2016-03-08ipv6: per netns fib6 walkersMichal Kubeček
2015-07-09ipv6: Nonlocal bindTom Herbert
2015-05-03ipv6: Flow label state rangesTom Herbert
2015-03-23ipv6: introduce idgen_delay and idgen_retries knobsHannes Frederic Sowa
2015-02-27multicast: Extend ip address command to enable multicast group join/leave onMadhu Challa
2014-10-07ipv6: make fib6 serial number per namespaceHannes Frederic Sowa
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert
2014-05-13net: add a sysctl to reflect the fwmark on repliesLorenzo Colitti
2014-01-19ipv6: add flowlabel_consistency sysctlFlorent Fourcot
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du
2013-03-24ipv6: provide addr and netconf dump consistency infoNicolas Dichtel
2013-02-06xfrm: make gc_thresh configurable in all namespacesMichal Kubecek
2012-09-19ipv6: add a new namespace for nf_conntrack_reasmAmerigo Wang
2012-08-30netfilter: ipv6: add IPv6 NAT supportPatrick McHardy
2012-06-08inetpeer: add namespace support for inetpeerGao feng
2012-04-20net ipv6: Don't use sysctl tables with .child entries.Eric W. Biederman
2010-05-11ipv6: ip6mr: support multiple tablesPatrick McHardy
2010-05-11ipv6: ip6mr: move mroute data into seperate structurePatrick McHardy
2010-05-11ipv6: ip6mr: convert struct mfc_cache to struct list_headPatrick McHardy
2010-05-11ipv6: ip6mr: move unres_queue and timer to per-namespace dataPatrick McHardy
2010-01-18netfilter: netns: #ifdef ->iptable_security, ->ip6table_securityAlexey Dobriyan
2009-09-01netns: embed ip6_dst_ops directlyAlexey Dobriyan
2008-12-10netns: ip6mr: declare reg_vif_num per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: declare counter cache_resolve_queue_len per-namespaceBenjamin Thery
2008-12-10netns: ip6mr: dynamically allocate mfc6_cache_arrayBenjamin Thery
2008-12-10netns: ip6mr: dynamically allocates vif6_tableBenjamin Thery
2008-12-10netns: ip6mr: allocate mroute6_socket per-namespace.Benjamin Thery
2008-07-22netns: dont alloc ipv6 fib timer listStephen Hemminger
2008-06-09netfilter: ip6_tables: add ip6tables security tableJames Morris
2008-03-07[NETNS][IPV6] mcast - handle several network namespaceDaniel Lezcano
2008-03-07[NETNS][IPV6] tcp6 - make socket control per namespaceDaniel Lezcano
2008-03-07[NETNS][IPV6] ndisc - make socket control per namespaceDaniel Lezcano
2008-03-04[NETNS][IPV6] route6 - make garbage collection work with multiple network nam...Benjamin Thery
2008-03-04[NETNS][IPV6] route6 - move ip6_dst_ops inside the network namespaceBenjamin Thery
2008-03-04[NETNS][IPV6] rt6_info - move rt6_info structure inside the namespaceDaniel Lezcano
2008-03-03[NETNS][IPV6] rt6_stats - make the stats per network namespaceBenjamin Thery
2008-03-03[NETNS][IPV6] fib6_rules - handle several network namespacesDaniel Lezcano
2008-03-03[NETNS][IPV6] ip6_fib - gc timer per namespaceDaniel Lezcano
2008-03-03[NETNS][IPV6] ip6_fib - make it per network namespaceDaniel Lezcano
2008-02-29[NETNS]: Make icmpv6_sk per namespace.Denis V. Lunev