Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2016-10-24net: ip, diag -- Add diag interface for raw socketsCyrill Gorcunov
2016-10-24lwt: Remove unused len fieldThomas Graf
2016-10-23udp: use it's own memory accounting schemaPaolo Abeni
2016-10-20ipv4/6: use core net MTU range checkingJarod Wilson
2016-10-20ila: Fix tailroom allocation of lwtstateThomas Graf
2016-10-17ila: Don't use dest cache when gateway is setTom Herbert
2016-10-16ila: Cache a route to translated addressTom Herbert
2016-10-13ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2016-10-08ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski
2016-10-03ipv6 addrconf: remove addrconf_sysctl_hop_limit()Maciej Żenczykowski
2016-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-30ipv6 addrconf: implement RFC7559 router solicitation backoffMaciej Żenczykowski
2016-09-30ipv6: Remove useless parameter in __snmp6_fill_statsdevJia He
2016-09-30proc: Reduce cache miss in snmp6_seq_showJia He
2016-09-26ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-09-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...Pablo Neira Ayuso
2016-09-26netfilter: nf_log: get rid of XT_LOG_* macrosLiping Zhang
2016-09-26netfilter: nft_log: complete NFTA_LOG_FLAGS attr supportLiping Zhang
2016-09-25gre: use nla_get_be32() to extract flowinfoLance Richardson
2016-09-24netfilter: Remove explicit rcu_read_lock in nf_hook_slowAaron Conole
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-21vti6: fix input pathNicolas Dichtel
2016-09-21ipmr, ip6mr: return lastuse relative to nowNikolay Aleksandrov
2016-09-20net: ipv6: fallback to full lookup if table lookup is unsuitableVincent Bernat
2016-09-20gso: Support partial splitting at the frag_list pointerSteffen Klassert
2016-09-19ipv6: Export p6_route_input_lookup symbolMahesh Bandewar
2016-09-17ip6_tunnel: add collect_md mode to IPv6 tunnelsAlexei Starovoitov
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2016-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-12netfilter: Add the missed return value check of nft_register_chain_typeGao Feng
2016-09-12netfilter: nf_tables: don't drop IPv6 packets that cannot parse transportPablo Neira Ayuso
2016-09-11net: ipv6: Remove l3mdev_get_saddr6David Ahern
2016-09-11net: l3mdev: remove redundant callsDavid Ahern
2016-09-11net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern
2016-09-11net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern
2016-09-11net: l3mdev: Add hook to output pathDavid Ahern
2016-09-11net: flow: Add l3mdev flow updateDavid Ahern
2016-09-10ipv6: report NLM_F_CREATE and NLM_F_EXCL flags in RTM_NEWROUTE eventsGuillaume Nault
2016-09-09vti: use right inner_mode for inbound inter address family policy checksthomas.zeitlhofer+lkml@ze-it.at
2016-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-09-07ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun
2016-09-06ipv6: release dst in ping_v6_sendmsgDave Jones
2016-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2016-09-06netfilter: nft_chain_route: re-route before skb is queued to userspaceLiping Zhang
2016-09-02ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit()Eli Cooper
2016-09-02netconf: add a notif when settings are createdNicolas Dichtel
2016-09-02ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel
2016-09-02ila: make nla_policy conststephen hemminger