summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-273-12/+20
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-211-0/+6
| |\
| | * netfilter: ip6t_srh: fix NULL pointer dereferencesKangjie Lu2019-03-181-0/+6
| * | ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULLXin Long2019-03-201-8/+10
| * | tcp: do not use ipv6 header for ipv4 flowEric Dumazet2019-03-191-4/+4
| |/
* | inet: switch IP ID generator to siphashEric Dumazet2019-03-271-14/+16
* | tcp: add one skb cache for rxEric Dumazet2019-03-231-3/+9
* | genetlink: make policy common to familyJohannes Berg2019-03-222-8/+2
* | ipv6: Remove fallback argument from ip6_hold_safeDavid Ahern2019-03-211-7/+6
* | ipv6: Change addrconf_f6i_alloc to use ip6_route_info_createDavid Ahern2019-03-211-26/+16
* | ipv6: Move setting default metric for routesDavid Ahern2019-03-211-4/+4
* | ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra2019-03-202-2/+15
* | ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra2019-03-192-0/+13
* | tcp: add tcp_inet6_sk() helperEric Dumazet2019-03-191-18/+26
|/
* net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2019-03-081-2/+2
* net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-041-1/+2
* ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
* net: ipv6: add socket option IPV6_ROUTER_ALERT_ISOLATEFrancesco Ruggeri2019-03-032-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-03-028-985/+4
|\
| * netfilter: nf_tables: merge ipv4 and ipv6 nat chain typesFlorian Westphal2019-03-013-95/+0
| * netfilter: nf_tables: nat: merge nft_masq protocol specific modulesFlorian Westphal2019-03-013-101/+0
| * netfilter: nf_tables: nat: merge nft_redir protocol specific modulesFlorian Westphal2019-03-013-92/+0
| * netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.hFlorian Westphal2019-02-272-9/+5
| * netfilter: nat: merge nf_nat_ipv4,6 into nat coreFlorian Westphal2019-02-273-383/+2
| * netfilter: nat: move nlattr parse and xfrm session decode to coreFlorian Westphal2019-02-271-60/+0
| * netfilter: nat: merge ipv4 and ipv6 masquerade functionalityFlorian Westphal2019-02-273-250/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-022-1/+7
|\ \ | |/ |/|
| * net: sit: fix memory leak in sit_init_net()Mao Wenan2019-03-021-0/+1
| * ipv4: Add ICMPv6 support when parse route ipprotoHangbin Liu2019-03-011-1/+2
| * ipv6: Return error for RTA_VIA attributeDavid Ahern2019-02-261-0/+4
* | net: remove unused struct inet_frag_queue.fragments fieldPeter Oskolkov2019-02-262-2/+0
* | tcp: clean up SOCK_DEBUG()Yafang Shao2019-02-251-2/+0
* | ipv6: icmp: use percpu allocationKefeng Wang2019-02-241-6/+5
* | ipv6: icmp: use icmpv6_sk_exit()Kefeng Wang2019-02-241-14/+11
* | ila: Fix uninitialised return value in ila_xlat_nl_cmd_flushHerbert Xu2019-02-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-246-34/+55
|\|
| * udpv6: fix possible user after free in error handlerPaolo Abeni2019-02-221-4/+6
| * fou6: fix proto error handler argument typePaolo Abeni2019-02-221-1/+1
| * udpv6: add the required annotation to mib typePaolo Abeni2019-02-221-1/+1
| * net: Set rtm_table to RT_TABLE_COMPAT for ipv6 for tables > 255Kalash Nainwal2019-02-221-1/+1
| * ipv6: route: purge exception on removalPaolo Abeni2019-02-221-1/+12
| * net: ip6_gre: fix possible NULL pointer dereference in ip6erspan_set_versionLorenzo Bianconi2019-02-221-0/+3
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-02-212-2/+2
| |\
| | * xfrm: destroy xfrm_state synchronously on net exit pathCong Wang2019-02-051-1/+1
| | * esp: Skip TX bytes accounting when sending from a request socketMartin Willi2019-01-281-1/+1
| * | net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-02-211-18/+18
| * | ipv6: route: enforce RCU protection in ip6_route_check_nh_onlink()Paolo Abeni2019-02-211-1/+5
| * | ipv6: route: enforce RCU protection in rt6_update_exception_stamp_rt()Paolo Abeni2019-02-211-5/+6
* | | rhashtable: Remove obsolete rhashtable_walk_init functionHerbert Xu2019-02-221-12/+3