aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-17net/ipv6: Flip FIB entries to fib6_infoDavid Ahern4-38/+38
2018-04-17net/ipv6: separate handling of FIB entries from dst based routesDavid Ahern2-5/+2
2018-04-17net/ipv6: introduce fib6_info struct and helpersDavid Ahern1-0/+55
2018-04-17net/ipv6: Cleanup exception and cache route handlingDavid Ahern1-1/+0
2018-04-17net/ipv6: Add gfp_flags to route add functionsDavid Ahern1-2/+4
2018-04-17net/ipv6: Create a neigh_lookup for FIB entriesDavid Ahern1-0/+3
2018-04-17net/ipv6: Move dst flags to booleans in fib entriesDavid Ahern1-1/+4
2018-04-17net/ipv6: Add fib6_null_entryDavid Ahern1-1/+2
2018-04-17net/ipv6: move expires into rt6_infoDavid Ahern1-4/+23
2018-04-17net/ipv6: move metrics from dst to rt6_infoDavid Ahern1-8/+9
2018-04-17net/ipv6: Move nexthop data to fib6_nhDavid Ahern2-7/+15
2018-04-17net/ipv6: Save route type in rt6_infoDavid Ahern1-0/+1
2018-04-17net/ipv6: Pass net namespace to route functionsDavid Ahern1-5/+7
2018-04-17net/ipv6: Pass net to fib6_update_sernumDavid Ahern1-1/+1
2018-04-17net: Move fib_convert_metrics to metrics fileDavid Ahern1-0/+3
2018-04-17vxlan: add ttl inherit supportHangbin Liu2-0/+12
2018-04-17ipv6: Count interface receive statistics on the ingress netdevStephen Suryaputra1-0/+14
2018-04-17net/ipv6: Make __inet6_bind staticDavid Ahern1-2/+0
2018-04-17xdp: transition into using xdp_frame for return APIJesper Dangaard Brouer1-1/+1
2018-04-17xdp: allow page_pool as an allocator type in xdp_return_frameJesper Dangaard Brouer2-0/+17
2018-04-17page_pool: refurbish version of page_pool codeJesper Dangaard Brouer1-0/+129
2018-04-17xdp: rhashtable with allocator ID to pointer mappingJesper Dangaard Brouer1-12/+2
2018-04-17bpf: cpumap convert to use generic xdp_frameJesper Dangaard Brouer1-0/+1
2018-04-17xdp: introduce a new xdp_frame typeJesper Dangaard Brouer1-0/+40
2018-04-17xdp: move struct xdp_buff from filter.h to xdp.hJesper Dangaard Brouer1-0/+22
2018-04-17xdp: introduce xdp_return_frame API and use in cpumapJesper Dangaard Brouer1-0/+27
2018-04-16tcp: implement mmap() for zero copy receiveEric Dumazet1-0/+2
2018-04-16tcp: avoid extra wakeups for SO_RCVLOWAT usersEric Dumazet1-0/+1
2018-04-16tcp: fix SO_RCVLOWAT and RCVBUF autotuningEric Dumazet1-0/+1
2018-04-11slip: Check if rstate is initialized before uncompressingTejaswi Tanikella1-0/+1
2018-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-16/+29
2018-04-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothDavid S. Miller1-1/+1
2018-04-08devlink: convert occ_get op to separate registrationJiri Pirko1-14/+26
2018-04-07soreuseport: initialise timewait reuseport fieldEric Dumazet1-0/+1
2018-04-07net: fix rtnh_ok()Eric Dumazet1-1/+1
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds2-1/+15
2018-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-04-05slab: make usercopy region 32-bitAlexey Dobriyan1-2/+2
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2018-04-04ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()Alexey Kodanev1-1/+2
2018-04-04ipv6: add a wrapper for ip6_dst_store() with flowi6 checksAlexey Kodanev1-0/+3
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds51-283/+803
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-1/+1
2018-04-02Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linuxLinus Torvalds1-11/+0
2018-04-02net: remove compat_sys_*() prototypes from net/compat.hDominik Brodowski1-11/+0
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+6
2018-04-01Bluetooth: Fix data type of appearenceJaganath Kanakkassery1-1/+1
2018-03-31tls: support for Inline tls recordAtul Gupta1-1/+31
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-0/+16
2018-03-31inet: frags: reorganize struct netns_fragsEric Dumazet1-4/+5