aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+13
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller5-149/+446
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern1-0/+4
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek1-13/+24
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek3-3/+36
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun1-1/+0
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org1-9/+15
2017-04-20ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun1-0/+3
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-11/+6
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari1-3/+4
2017-04-19esp6: fix incorrect null pointer check on xoColin Ian King1-1/+1
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern3-16/+27
2017-04-17ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun1-0/+8
2017-04-17ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal1-2/+5
2017-04-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-6/+17
2017-04-17net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn1-9/+1
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-14xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert1-19/+23
2017-04-14xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2-0/+4
2017-04-14esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert1-2/+10
2017-04-14esp: Add gso handlers for esp4 and esp6Steffen Klassert2-2/+99
2017-04-14esp6: Reorganize esp_outputSteffen Klassert2-124/+243
2017-04-14esp6: Remame esp_input_done2Steffen Klassert1-3/+3
2017-04-14xfrm: Add an IPsec hardware offloading APISteffen Klassert2-3/+10
2017-04-14xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2-0/+57
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg5-13/+18
2017-04-126lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz1-1/+5
2017-04-12ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring1-5/+12
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