summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2016-11-10udp: provide udp{4,6}_lib_lookup for nf_socket_ipv{4,6}Arnd Bergmann1-1/+2
2016-11-10netfilter: conntrack: simplify init/uninit of L4 protocol trackersDavide Caratti1-54/+24
2016-11-03netfilter: nf_tables: use hook state from xt_action_param structurePablo Neira Ayuso5-14/+16
2016-11-03netfilter: x_tables: move hook state into xt_action_param structurePablo Neira Ayuso5-18/+20
2016-11-02ila: Fix crash caused by rhashtable changesTom Herbert1-3/+13
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+443
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso3-0/+159
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal3-0/+284
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-99/+124
2016-10-29ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper1-0/+1
2016-10-29inet: Fix missing return value in inet6_hashCraig Gallek1-2/+4
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-2/+4
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-20/+48
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg1-10/+14
2016-10-27genetlink: no longer support using static family IDsJohannes Berg1-1/+0
2016-10-27udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2
2016-10-24net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov1-2/+5
2016-10-24lwt: Remove unused len fieldThomas Graf1-3/+1
2016-10-24ipv6: do not increment mac header when it's unsetJason A. Donenfeld1-1/+2
2016-10-23udp: use it's own memory accounting schemaPaolo Abeni1-26/+8
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong2-6/+14
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson3-32/+7
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet2-2/+2
2016-10-20net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-10-20ipv6: properly prevent temp_prefered_lft sysctl raceJiri Bohac1-5/+4
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf1-1/+1
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert1-0/+8
2016-10-17net: Require exact match for TCP socket lookups if dif is l3mdevDavid Ahern1-3/+4
2016-10-16ila: Cache a route to translated addressTom Herbert1-6/+74
2016-10-14IPv6: fix DESYNC_FACTORJiri Bohac1-8/+31
2016-10-14IPv6: Drop the temporary address regen_timerJiri Bohac1-52/+9
2016-10-14ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-10-14ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-10-08ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski1-1/+3
2016-10-03ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski1-17/+14
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+6
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski1-7/+44
2016-09-30ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He1-6/+6
2016-09-30proc: Reduce cache miss in snmp6_seq_showJia He1-8/+22
2016-09-26ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso20-106/+271
2016-09-26netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang1-7/+7
2016-09-26netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang2-3/+3
2016-09-25gre: use nla_get_be32() to extract flowinfoLance Richardson1-1/+1
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole2-2/+2
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-16/+49