summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-224-8/+13
|\| | |
| * | | ip6mr: fix notification device destructionNikolay Aleksandrov2017-04-211-7/+6Star
| * | | net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-04-211-0/+4
| * | | ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun2017-04-211-1/+0Star
| * | | ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun2017-04-201-0/+3
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-215-149/+446
|\ \ \ \
| * | | | esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari2017-04-191-3/+4
| * | | | esp6: fix incorrect null pointer check on xoColin Ian King2017-04-191-1/+1
| * | | | xfrm: Prepare the GRO codepath for hardware offloading.Steffen Klassert2017-04-141-19/+23
| * | | | xfrm: Add encapsulation header offsets while SKB is not encryptedIlan Tayari2017-04-142-0/+4
| * | | | esp: Use a synchronous crypto algorithm on offloading.Steffen Klassert2017-04-141-2/+10
| * | | | esp: Add gso handlers for esp4 and esp6Steffen Klassert2017-04-142-2/+99
| * | | | esp6: Reorganize esp_outputSteffen Klassert2017-04-142-124/+243
| * | | | esp6: Remame esp_input_done2Steffen Klassert2017-04-141-3/+3
| * | | | xfrm: Add an IPsec hardware offloading APISteffen Klassert2017-04-142-3/+10
| * | | | xfrm: Add mode handlers for IPsec on layer 2Steffen Klassert2017-04-142-0/+57
| | |/ / | |/| |
* | | | ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-211-13/+24
* | | | ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-213-3/+36
* | | | net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org2017-04-201-9/+15
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-202-11/+6Star
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: drop non loopback packets claiming to originate from ::1Florian Westphal2017-04-171-2/+5
| * | | net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-04-171-9/+1Star
* | | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-173-16/+27
* | | | ipv6: sr: fix BUG due to headroom too small after SRH pushDavid Lebrun2017-04-171-0/+8
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2017-04-171-6/+17
|\ \ \ \
| * | | | 6lowpan: Fix IID format for BluetoothLuiz Augusto von Dentz2017-04-121-1/+5
| * | | | ipv6: addrconf: fix 48 bit 6lowpan autoconfigurationAlexander Aring2017-04-121-5/+12
| | |/ / | |/| |
* | | | net: ipv6: send unsolicited NA on admin upDavid Ahern2017-04-171-0/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-161-4/+7
|\ \ \ \ | | |/ / | |/| |
| * | | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
* | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-135-13/+18
| |/ / |/| |
* | | net: ipv6: Add support for RTM_DELNETCONFDavid Ahern2017-03-291-5/+15
* | | net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2017-03-292-15/+27
* | | ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2017-03-292-2/+55
* | | ipv6: sr: select DST_CACHE by defaultDavid Lebrun2017-03-282-18/+1Star
* | | tcp: Record Rx hash and NAPI ID in tcp_child_processAlexander Duyck2017-03-251-2/+0Star
* | | ipv6: sr: use dst_cache in seg6_inputDavid Lebrun2017-03-241-1/+26
* | | ipv6: sr: expand skb head only if necessaryDavid Lebrun2017-03-241-2/+2
* | | net: Add sysctl to toggle early demux for tcp and udpsubashab@codeaurora.org2017-03-244-5/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-03-244-9/+11
|\| |
| * | ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-221-1/+1
| * | net: ipv6: set route type for anycast routesDavid Ahern2017-03-171-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-03-152-8/+8
| |\ \
| | * | netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang2017-03-132-8/+8
| | |/
* | | net: ipv6: Add sysctl for minimum prefix len acceptable in RIOs.Joel Scherpelz2017-03-222-0/+12
* | | neighbour: fix nlmsg_pid in notificationsRoopa Prabhu2017-03-221-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-03-211-1/+1
|\ \ \
| * | | netfilter: nft_fib: Support existence checkPhil Sutter2017-03-131-1/+1
| | |/ | |/|
* | | tcp: remove tcp_tw_recycleSoheil Hassas Yeganeh2017-03-171-4/+1Star