summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-315-38/+47
|\
| * net: correct zerocopy refcnt with udp MSG_MOREWillem de Bruijn2019-05-301-2/+2
| * ipv6_sockglue: Fix a missing-check bug in ip6_ra_control()Gen Zhang2019-05-251-0/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-05-231-14/+2
| |\
| | * netfilter: nft_fib: Fix existence check supportPhil Sutter2019-05-211-14/+2
| * | ipv6: Fix redirect with VRFDavid Ahern2019-05-221-0/+6
| * | Validate required parameters in inet6_validate_link_afMaxim Mikityanskiy2019-05-221-22/+35
* | | netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=yPablo Neira Ayuso2019-05-311-1/+1
* | | netfilter: nf_conntrack_bridge: add support for IPv6Pablo Neira Ayuso2019-05-301-0/+123
* | | net: ipv6: split skbuff into fragments transformerPablo Neira Ayuso2019-05-301-76/+107
* | | net: ipv6: add skbuff fraglist splitterPablo Neira Ayuso2019-05-301-55/+77
* | | inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2019-05-281-1/+1
* | | net: dynamically allocate fqdir structuresEric Dumazet2019-05-263-27/+28
* | | net: add a net pointer to struct fqdirEric Dumazet2019-05-262-9/+5
* | | net: rename inet_frags_init_net() to fdir_init()Eric Dumazet2019-05-262-4/+2
* | | netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysct...Eric Dumazet2019-05-261-12/+7
* | | ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[]Eric Dumazet2019-05-261-10/+5
* | | net: rename struct fqdir fieldsEric Dumazet2019-05-263-42/+42
* | | net: rename inet_frags_exit_net() to fqdir_exit()Eric Dumazet2019-05-262-4/+4
* | | inet: rename netns_frags to fqdirEric Dumazet2019-05-262-5/+5
* | | ipv6: Refactor ip6_route_del for cached routesDavid Ahern2019-05-241-15/+21
* | | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-244-81/+85
* | | ipv6: Move exception bucket to fib6_nhDavid Ahern2019-05-242-68/+123
* | | ipv6: Refactor exception functionsDavid Ahern2019-05-241-48/+86
* | | ipv6: Refactor fib6_drop_pcpu_fromDavid Ahern2019-05-241-10/+25
* | | ipv6: Move pcpu cached routes to fib6_nhDavid Ahern2019-05-243-33/+36
* | | net: Set strict_start_type for routes and rulesDavid Ahern2019-05-221-0/+1
* | | ipv6: export function to send route updatesDavid Ahern2019-05-223-4/+37
* | | ipv6: Add hook to bump sernum for a route to stubsDavid Ahern2019-05-222-0/+9
* | | ipv6: Add delete route hook to stubsDavid Ahern2019-05-222-0/+7
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-0/+2
|\ \
| * | ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning2019-05-211-0/+2
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2119-98/+19
|\ \ \ | |/ / |/| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-217-94/+7
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3Thomas Gleixner2019-05-211-4/+1
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-213-0/+3
| * | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-215-0/+5
| * | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-213-0/+3
* | | net: Treat sock->sk_drops as an unsigned int when printingPatrick Talbert2019-05-191-1/+1
| |/ |/|
* | ipv6: fix src addr routing with the exception tableWei Wang2019-05-161-24/+27
* | ipv6: prevent possible fib6 leaksEric Dumazet2019-05-162-3/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-1/+1
|\
| * vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
* | net: use indirect calls helpers at early demux stagePaolo Abeni2019-05-053-3/+6
* | net: use indirect calls helpers for L3 handler hooksPaolo Abeni2019-05-053-3/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-025-48/+62
|\|
| * ipv6: A few fixes on dereferencing rt->fromMartin KaFai Lau2019-05-011-20/+18
| * ipv6: fix races in ip6_dst_destroy()Eric Dumazet2019-04-302-10/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-302-4/+10
| |\
| | * xfrm: clean up xfrm protocol checksCong Wang2019-03-261-1/+1