summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Increment OUTxxx counters after netfilter hookJeff Barnhill2018-04-051-2/+5
* vti6: better validate user provided tunnel namesEric Dumazet2018-04-051-2/+5
* ip6_tunnel: better validate user provided tunnel namesEric Dumazet2018-04-051-4/+7
* ip6_gre: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* ipv6: sit: better validate user provided tunnel namesEric Dumazet2018-04-051-3/+5
* inet: frags: fix ip6frag_low_thresh boundaryEric Dumazet2018-04-042-4/+0
* net: avoid unneeded atomic operation in ip*_append_data()Paolo Abeni2018-04-041-1/+2
* ipv6: udp: set dst cache for a connected sk if current not validAlexey Kodanev2018-04-041-19/+2
* ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()Alexey Kodanev2018-04-041-5/+5
* ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev2018-04-043-5/+14
* 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