aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-17net: ipv6: send unsolicited NA on admin upDavid Ahern1-0/+2
2017-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg5-13/+18
2017-04-12ipv6: Fix idev->addr_list corruptionRabin Vincent1-4/+7
2017-03-28net: ipv6: Add support for RTM_DELNETCONFDavid Ahern1-5/+15
2017-03-28net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2-15/+27
2017-03-28ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2-2/+55
2017-03-27ipv6: sr: select DST_CACHE by defaultDavid Lebrun2-18/+1
2017-03-24tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck1-2/+0
2017-03-24ipv6: sr: use dst_cache in seg6_inputDavid Lebrun1-1/+26
2017-03-24ipv6: sr: expand skb head only if necessaryDavid Lebrun1-2/+2
2017-03-24net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org4-5/+9
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-9/+11
2017-03-22net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2-0/+12
2017-03-22ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko1-1/+1
2017-03-22neighbour: fix nlmsg_pid in notificationsRoopa Prabhu1-1/+1
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2017-03-16net: ipv6: set route type for anycast routesDavid Ahern1-0/+2
2017-03-16tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh1-4/+1
2017-03-16tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh1-5/+0
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-8/+8
2017-03-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-18/+34
2017-03-13dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-03-13ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-13ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-13netfilter: nft_fib: Support existence checkPhil Sutter1-1/+1
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2-8/+8
2017-03-12net: ipv6: Add early demux handler for UDP unicastsubashab@codeaurora.org1-0/+59
2017-03-09udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev1-1/+1
2017-03-09tcp: rename *_sequence_number() to *_seq_and_tsoff()Alexey Kodanev1-11/+11
2017-03-09net/tunnel: set inner protocol in network gro hooksPaolo Abeni1-1/+3
2017-03-09net: ipv6: Remove redundant RTA_OIF in multipath routesDavid Ahern1-5/+6
2017-03-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-2/+6
2017-03-07ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-03-06ipv6: Provide ipv6 version of "disable_policy" sysctlDavid Forster1-0/+114
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-12/+32
2017-03-02ipv6: ignore null_entry in inet6_rtm_getroute() tooWANG Cong1-0/+6
2017-03-02ipv6: check for ip6_null_entry in __ip6_del_rt_siblings()WANG Cong1-5/+9
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-03-01ipv6: orphan skbs in reassembly unitEric Dumazet1-0/+1
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang1-0/+1
2017-03-01net/ipv6: avoid possible dead locking on addr_gen_mode sysctlFelix Jia1-7/+15
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-3/+12
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2017-02-26ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2017-02-24vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-02-22tcp: setup timestamp offset when write_seq already setAlexey Kodanev1-6/+10
2017-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2017-02-18ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-22/+140