aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2014-01-15ipv6 addrconf: don't cleanup prefix route for IFA_F_NOPREFIXROUTEThomas Haller
2014-01-15ipv6 addrconf: add IFA_F_NOPREFIXROUTE flag to suppress creation of IP6 routesThomas Haller
2014-01-15ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helperLi RongQing
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail
2014-01-14ipv6: addrconf spelling fixesstephen hemminger
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-14ipv6: copy traffic class from ping request to replyHannes Frederic Sowa
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-13ipv6: introduce ip6_dst_mtu_forward and protect forwarding path with itHannes Frederic Sowa
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-01-09ipv6: add link-local, sit and loopback address with INFINITY_LIFE_TIMEHannes Frederic Sowa
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-09netfilter: nf_tables: fix error path in the init functionsPablo Neira Ayuso
2014-01-09netfilter: nf_tables: rename nft_do_chain_pktinfo() to nft_do_chain()Patrick McHardy
2014-01-09netfilter: nf_tables: minor nf_chain_type cleanupsPatrick McHardy
2014-01-09netfilter: nf_tables: constify chain type definitions and pointersPatrick McHardy
2014-01-09netfilter: nf_tables: add missing module references to chain typesPatrick McHardy
2014-01-07netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy
2014-01-07netfilter: nf_tables: add support for multi family tablesPatrick McHardy
2014-01-07netfilter: nf_tables: make chain types override the default AF functionsPatrick McHardy
2014-01-07net-gre-gro: Add GRE support to the GRO stackJerry Chu
2014-01-07IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail
2014-01-07ipv6: pcpu_tstats.syncp should be initialised in ip6_vti.cLi RongQing
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-01-06ipv6: don't install anycast address for /128 addresses on routersHannes Frederic Sowa
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller
2014-01-04net: unify the pcpu_tstats and br_cpu_netstats as oneLi RongQing
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_vti.cLi RongQing
2014-01-02ipv6: fix the use of pcpu_tstats in ip6_tunnelLi RongQing
2014-01-02ipv6 addrconf: fix preferred lifetime state-changing behavior while valid_lft...Yasushi Asano
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing
2014-01-01ipv6: namespace cleanupsstephen hemminger
2014-01-01netlink: cleanup rntl_af_registerstephen hemminger
2014-01-01ipv6: fix the use of pcpu_tstats in sitLi RongQing
2014-01-01netfilter: add help information to new nf_tables Kconfig optionsPablo Neira Ayuso
2013-12-31ipv6: unneccessary to get address prefix in addrconf_get_prefix_routeLi RongQing
2013-12-30netfilter: REJECT: separate reusable codeEric Leblond
2013-12-27ipv6: release dst properly in ipip6_tunnel_xmitLi RongQing
2013-12-26ipv6: cleanup for tcp_ipv6.cWeilong Chen
2013-12-22netconf: add support for IPv6 proxy_ndpstephen hemminger
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing
2013-12-18ipv6: sit: update mtu check to take care of gso packetsEric Dumazet
2013-12-18ipv6: pmtudisc setting not respected with UFO/CORKHannes Frederic Sowa
2013-12-18ipv6: support IPV6_PMTU_INTERFACE on socketsHannes Frederic Sowa
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-15net-ipv6: Fix alleged compiler warning in ipv6_exthdrs_len()Jerry Chu
2013-12-14ipv6: fix compiler warning in ipv6_exthdrs_lenHannes Frederic Sowa