summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev2018-04-042-8/+18
* ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_threshEric Dumazet2018-04-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-016-34/+55
|\
| * net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
| * ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun2018-03-301-9/+7
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-291-13/+23
| |\
| | * vti6: Fix dev->max_mtu settingStefano Brivio2018-03-191-1/+1
| | * vti6: Keep set MTU on link creation or change, validate itStefano Brivio2018-03-191-8/+16
| | * vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio2018-03-191-4/+6
| * | ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni2018-03-251-4/+9
| * | net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel2018-03-251-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-03-241-2/+4
| |\ \
| | * | netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan2018-03-241-2/+4
| | |/
| * | ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* | | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data()Eric Dumazet2018-04-011-5/+12
* | | ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init()Alexey Kodanev2018-04-011-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-313-18/+84
|\ \ \
| * | | bpf: Post-hooks for sys_bindAndrey Ignatov2018-03-311-7/+14
| * | | bpf: Hooks for sys_connectAndrey Ignatov2018-03-313-0/+41
| * | | net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov2018-03-311-13/+24
| * | | bpf: Hooks for sys_bindAndrey Ignatov2018-03-311-0/+7
* | | | inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet2018-03-311-18/+11
* | | | ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet2018-03-311-18/+12
* | | | ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet2018-03-311-8/+16
* | | | inet: frags: break the 2GB limit for frags storageEric Dumazet2018-03-313-9/+9
* | | | inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet2018-03-312-6/+4
* | | | inet: frags: get rif of inet_frag_evicting()Eric Dumazet2018-03-311-4/+0
* | | | inet: frags: remove some helpersEric Dumazet2018-03-311-2/+3
* | | | inet: frags: use rhashtables for reassembly unitsEric Dumazet2018-03-312-97/+64
* | | | inet: frags: refactor ipv6_frag_init()Eric Dumazet2018-03-311-11/+14
* | | | inet: frags: add a pointer to struct netns_fragsEric Dumazet2018-03-312-17/+19
* | | | inet: frags: change inet_frags_init_net() return valueEric Dumazet2018-03-312-5/+18
* | | | ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi2018-03-301-0/+6
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-03-307-96/+39
|\ \ \ \
| * | | | Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal2018-03-301-16/+1
| * | | | netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso2018-03-301-0/+12
| * | | | netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso2018-03-303-69/+1
| * | | | netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso2018-03-303-7/+7
| * | | | netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso2018-03-303-3/+3
| * | | | netfilter: ctnetlink: synproxy supportPablo Neira Ayuso2018-03-201-1/+7
| * | | | netfilter: x_tables: ensure last rule in base chain matches underflow/policyFlorian Westphal2018-03-051-1/+16
| * | | | netfilter: compat: prepare xt_compat_init_offsets to return errorsFlorian Westphal2018-03-051-3/+7
| * | | | netfilter: x_tables: add counters allocation wrapperFlorian Westphal2018-03-051-1/+1
| * | | | netfilter: x_tables: move hook entry checks into coreFlorian Westphal2018-03-051-10/+3
| * | | | netfilter: x_tables: check standard verdicts in coreFlorian Westphal2018-03-051-5/+0
| * | | | netfilter: unlock xt_table earlier in __do_replaceXin Long2018-03-051-1/+2
* | | | | ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet2018-03-291-4/+0
* | | | | net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern2018-03-291-4/+12
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-291-0/+2
|\ \ \ \ \
| * | | | | esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmentingShannon Nelson2018-02-271-0/+2