summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Rename fib6_info struct elementsDavid Ahern2018-04-192-32/+32
* net: pskb_trim_rcsum() and CHECKSUM_COMPLETE are friendsEric Dumazet2018-04-191-3/+2
* tcp: export packets delivery infoYuchung Cheng2018-04-192-0/+7
* tcp: track total bytes delivered with ECN CE marksYuchung Cheng2018-04-191-0/+1
* soc: ti: K2G: provide APIs to support driver probe deferralMurali Karicheri2018-04-182-0/+13
* net/ipv6: Remove unused code and variables for rt6_infoDavid Ahern2018-04-171-57/+3
* net/ipv6: Flip FIB entries to fib6_infoDavid Ahern2018-04-174-38/+38
* net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2018-04-172-5/+2
* net/ipv6: introduce fib6_info struct and helpersDavid Ahern2018-04-171-0/+55
* net/ipv6: Cleanup exception and cache route handlingDavid Ahern2018-04-171-1/+0
* net/ipv6: Add gfp_flags to route add functionsDavid Ahern2018-04-171-2/+4
* net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern2018-04-171-0/+3
* net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern2018-04-171-1/+4
* net/ipv6: Add fib6_null_entryDavid Ahern2018-04-171-1/+2
* net/ipv6: move expires into rt6_infoDavid Ahern2018-04-171-4/+23
* net/ipv6: move metrics from dst to rt6_infoDavid Ahern2018-04-171-8/+9
* net/ipv6: Move nexthop data to fib6_nhDavid Ahern2018-04-172-7/+15
* net/ipv6: Save route type in rt6_infoDavid Ahern2018-04-171-0/+1
* net/ipv6: Pass net namespace to route functionsDavid Ahern2018-04-171-5/+7
* net/ipv6: Pass net to fib6_update_sernumDavid Ahern2018-04-171-1/+1
* net: Move fib_convert_metrics to metrics fileDavid Ahern2018-04-171-0/+3
* vxlan: add ttl inherit supportHangbin Liu2018-04-173-0/+13
* ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra2018-04-171-0/+14
* net/ipv6: Make __inet6_bind staticDavid Ahern2018-04-171-2/+0
* xdp: transition into using xdp_frame for ndo_xdp_xmitJesper Dangaard Brouer2018-04-171-2/+2
* xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer2018-04-171-1/+1
* xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2018-04-172-0/+17
* page_pool: refurbish version of page_pool codeJesper Dangaard Brouer2018-04-171-0/+129
* xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer2018-04-171-12/+2
* bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer2018-04-171-0/+1
* tun: convert to use generic xdp_frame and xdp_return_frame APIJesper Dangaard Brouer2018-04-171-2/+2
* xdp: introduce a new xdp_frame typeJesper Dangaard Brouer2018-04-171-0/+40
* xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer2018-04-172-23/+23
* xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer2018-04-171-0/+27
* net: Remove unused tcp_set_state tracepointAndrey Ignatov2018-04-161-47/+0
* PCI: Add two more values for PCIe Max_Read_Request_SizeHeiner Kallweit2018-04-161-0/+2
* tcp: implement mmap() for zero copy receiveEric Dumazet2018-04-161-0/+2
* tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet2018-04-161-0/+1
* tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet2018-04-162-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-121-0/+1
|\
| * slip: Check if rstate is initialized before uncompressingTejaswi Tanikella2018-04-111-0/+1
* | Merge tag 'for-linus-4.17-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-04-122-0/+25
|\ \
| * | xen/pvh: Indicate XENFEAT_linux_rsdp_unrestricted to XenBoris Ostrovsky2018-04-101-0/+23
| * | xen/acpi: upload _PSD info for non Dom0 CPUs tooJoao Martins2018-03-211-0/+2
* | | Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-121-0/+1
|\ \ \
| * | | kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-0/+1
* | | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2018-04-121-18/+143
|\ \ \ \
| * | | | io: change writeX_relaxed() to remove barriersSinan Kaya2018-04-101-4/+20
| * | | | io: change readX_relaxed() to remove barriersSinan Kaya2018-04-101-4/+20
| * | | | io: change inX() to have their own IO barrier overridesSinan Kaya2018-04-061-3/+18