summaryrefslogtreecommitdiff
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2018-01-291-4/+4
|\
| * build_bug.h: remove BUILD_BUG_ON_NULL()Masahiro Yamada2018-01-261-4/+4
* | Merge remote-tracking branch 'kspp/for-next/kspp'Stephen Rothwell2018-01-291-0/+2
|\ \
| * | ip: Define usercopy region in IP proto slab cacheDavid Windsor2018-01-151-0/+2
* | | Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell2018-01-291-6/+1
|\ \ \
| * \ \ Merge branch 'core/rcu'Ingo Molnar2018-01-281-6/+1
| |\ \ \
| | * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-6/+1
| | |\ \ \
| | | * | | netfilter: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-6/+1
| | | |/ /
* | | | | Merge remote-tracking branch 'net-next/master'Stephen Rothwell2018-01-2944-569/+1816
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | net/ipv6: Add support for onlink flagDavid Ahern2018-01-261-1/+50
| * | | | net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern2018-01-261-4/+8
| * | | | net/ipv6: Move gateway validation into helperDavid Ahern2018-01-261-36/+49
| * | | | net: erspan: use bitfield instead of mask and offsetWilliam Tu2018-01-251-23/+13
| * | | | net/ipv6: Do not allow route add with a device that is downDavid Ahern2018-01-251-0/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-243-2/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-233-0/+9
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-219-58/+216
| |\ \ \ \ \
| | * | | | | netfilter: remove messages print and boot/module load timePablo Neira Ayuso2018-01-191-1/+0
| | * | | | | netfilter: nf_defrag: move NF_CONNTRACK bits into #ifdefArnd Bergmann2018-01-161-1/+1
| | * | | | | netfilter: nf_defrag: mark xt_table structures 'const' againArnd Bergmann2018-01-161-5/+19
| | * | | | | netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460Subash Abhinov Kasiviswanathan2018-01-161-5/+10
| | * | | | | netfilter: nf_defrag: Skip defrag if NOTRACK is setSubash Abhinov Kasiviswanathan2018-01-112-1/+15
| | * | | | | netfilter: improve flow table Kconfig dependenciesArnd Bergmann2018-01-101-1/+2
| | * | | | | netfilter: add IPv6 segment routing header 'srh' matchAhmed Abdelsalam2018-01-103-0/+171
| | * | | | | netfilter: remove duplicated includeWei Yongjun2018-01-101-1/+0
| | * | | | | netfilter: nf_tables: get rid of struct nft_af_info abstractionPablo Neira Ayuso2018-01-101-22/+2
| | * | | | | netfilter: nf_tables: get rid of pernet familiesPablo Neira Ayuso2018-01-101-32/+8
| | * | | | | netfilter: nf_tables: remove nhooks field from struct nft_af_infoPablo Neira Ayuso2018-01-101-1/+0
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-9/+15
| |\ \ \ \ \ \
| * | | | | | | ipv6: mcast: remove dead codeEric Dumazet2018-01-191-2/+0
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-173-5/+8
| |\ \ \ \ \ \ \
| * | | | | | | | net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-1611-16/+0
| * | | | | | | | ipv6: Fix build with gcc-4.4.5Ido Schimmel2018-01-151-2/+6
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-113-11/+41
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-4/+7
| * | | | | | | | | ipv6: Use hash-threshold instead of modulo-NIdo Schimmel2018-01-101-23/+13
| * | | | | | | | | ipv6: Use a 31-bit multipath hashIdo Schimmel2018-01-101-2/+2
| * | | | | | | | | ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-102-6/+98
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King2018-01-091-1/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-092-22/+28
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-01-0815-111/+335
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | netfilter: flow table support for the mixed IPv4/IPv6 familyPablo Neira Ayuso2018-01-081-1/+2
| | * | | | | | | | | netfilter: flow table support for IPv6Pablo Neira Ayuso2018-01-084-1/+290
| | * | | | | | | | | netfilter: remove defensive check on malformed packets from raw socketsPablo Neira Ayuso2018-01-084-36/+1
| | * | | | | | | | | netfilter: remove struct nf_afinfo and its helper functionsPablo Neira Ayuso2018-01-081-6/+1
| | * | | | | | | | | netfilter: remove route_key_size field in struct nf_afinfoPablo Neira Ayuso2018-01-081-1/+0
| | * | | | | | | | | netfilter: move reroute indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-3/+3
| | * | | | | | | | | netfilter: move route indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-082-8/+6
| | * | | | | | | | | netfilter: remove saveroute indirection in struct nf_afinfoPablo Neira Ayuso2018-01-081-26/+0
| | * | | | | | | | | netfilter: move checksum_partial indirection to struct nf_ipv6_opsPablo Neira Ayuso2018-01-081-5/+5