summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-03-31inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CBEric Dumazet
2018-03-31ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CBEric Dumazet
2018-03-31ipv6: frags: rewrite ip6_expire_frag_queue()Eric Dumazet
2018-03-31inet: frags: break the 2GB limit for frags storageEric Dumazet
2018-03-31inet: frags: remove inet_frag_maybe_warn_overflow()Eric Dumazet
2018-03-31inet: frags: get rif of inet_frag_evicting()Eric Dumazet
2018-03-31inet: frags: remove some helpersEric Dumazet
2018-03-31inet: frags: use rhashtables for reassembly unitsEric Dumazet
2018-03-31inet: frags: refactor ipv6_frag_init()Eric Dumazet
2018-03-31inet: frags: add a pointer to struct netns_fragsEric Dumazet
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow...Florian Westphal
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso
2018-03-29ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet
2018-03-29net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz
2018-03-26ip6mr: Add API for default_rule fibYuval Mintz
2018-03-26ip6mr: Support fib notificationsYuval Mintz
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu
2018-03-09ip6gre: add erspan v2 to tunnel lookupWilliam Tu