aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-31inet: frags: change inet_frags_init_net() return valueEric Dumazet2-5/+18
2018-03-31bpf: Post-hooks for sys_bindAndrey Ignatov1-7/+14
2018-03-31bpf: Hooks for sys_connectAndrey Ignatov3-0/+41
2018-03-31net: Introduce __inet_bind() and __inet6_bindAndrey Ignatov1-13/+24
2018-03-31bpf: Hooks for sys_bindAndrey Ignatov1-0/+7
2018-03-30net/ipv6: Fix route leaking between VRFsDavid Ahern1-0/+3
2018-03-30ipv6: sr: fix seg6 encap performances with TSO enabledDavid Lebrun1-9/+7
2018-03-30ipv6: do not set routes if disable_ipv6 has been enabledLorenzo Bianconi1-0/+6
2018-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller7-96/+39
2018-03-30Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy"Florian Westphal1-16/+1
2018-03-30netfilter: nf_tables: enable conntrack if NAT chain is registeredPablo Neira Ayuso1-0/+12
2018-03-30netfilter: nf_tables: build-in filter chain typePablo Neira Ayuso3-69/+1
2018-03-30netfilter: nf_tables: nft_register_chain_type() returns voidPablo Neira Ayuso3-7/+7
2018-03-30netfilter: nf_tables: rename struct nf_chain_typePablo Neira Ayuso3-3/+3
2018-03-29ipv6: export ip6 fragments sysctl to unprivileged usersEric Dumazet1-4/+0
2018-03-29net/ipv6: Move call_fib6_entry_notifiers up for route addsDavid Ahern1-4/+12
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-0/+2
2018-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-13/+23
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai36-39/+0
2018-03-27ipv6: addrconf: Use normal debugging styleJoe Perches1-20/+8
2018-03-26ip6mr: Add refcounting to mfcYuval Mintz1-2/+4
2018-03-26ip6mr: Add API for default_rule fibYuval Mintz1-0/+7
2018-03-26ip6mr: Support fib notificationsYuval Mintz1-8/+104
2018-03-26net: Use octal not symbolic permissionsJoe Perches7-10/+10
2018-03-25ipv6: the entire IPv6 header chain must fit the first fragmentPaolo Abeni1-4/+9
2018-03-25net/ipv4: disable SMC TCP option with SYN CookiesHans Wippel1-0/+2
2018-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-2/+4
2018-03-24netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}Subash Abhinov Kasiviswanathan1-2/+4
2018-03-23ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet1-6/+7
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-44/+79
2018-03-22gre: fix TUNNEL_SEQ bit check on sequence numberingColin Ian King1-1/+1
2018-03-22net/ipv6: Handle onlink flag with multipath routesDavid Ahern1-0/+1
2018-03-22ipv6: sr: fix NULL pointer dereference when setting encap source addressDavid Lebrun1-2/+3
2018-03-22ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel stateDavid Lebrun1-1/+1
2018-03-22net: Convert nf_ct_net_opsKirill Tkhai1-0/+1
2018-03-20ipv6: old_dport should be a __be16 in __ip6_datagram_connect()Stefano Brivio1-1/+1
2018-03-20netfilter: ctnetlink: synproxy supportPablo Neira Ayuso1-1/+7
2018-03-19vti6: Fix dev->max_mtu settingStefano Brivio1-1/+1
2018-03-19vti6: Keep set MTU on link creation or change, validate itStefano Brivio1-8/+16
2018-03-19vti6: Properly adjust vti6 MTU from MTU of lower deviceStefano Brivio1-4/+6
2018-03-16udp: Move the udp sysctl to namespace.Tonghao Zhang1-26/+26
2018-03-16net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flagsDavid Ahern1-0/+15
2018-03-16net/ipv6: Change address check to always take a device argumentDavid Ahern6-17/+41
2018-03-16net/ipv6: Refactor gateway validation on route addDavid Ahern1-54/+66
2018-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-3/+9
2018-03-12net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni1-7/+14
2018-03-12ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash().David S. Miller1-1/+1
2018-03-09ip6erspan: make sure enough headroom at xmit.William Tu1-0/+3
2018-03-09ip6erspan: improve error handling for erspan version number.William Tu1-0/+2
2018-03-09ip6gre: add erspan v2 to tunnel lookupWilliam Tu1-1/+2