summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-07-17net: Remove all references to SKB_GSO_UDP.David S. Miller1-5/+0
2017-07-17net: add notifier hooks for devmap bpf mapJohn Fastabend1-1/+1
2017-07-17xdp: Add batching support to redirect mapJohn Fastabend3-1/+13
2017-07-17bpf: add bpf_redirect_map helper routineJohn Fastabend1-0/+3
2017-07-17bpf: add devmap, a map for storing net device referencesJohn Fastabend1-0/+3
2017-07-17xdp: add trace event for xdp redirectJohn Fastabend1-1/+3
2017-07-17net: implement XDP_REDIRECT for xdp genericJohn Fastabend1-0/+1
2017-07-17xdp: add bpf_redirect helper functionJohn Fastabend2-0/+10
2017-07-17jhash: fix -Wimplicit-fallthrough warningsJakub Kicinski1-15/+14
2017-07-17Merge branch 'drm-misc-next-fixes' into drm-misc-fixesSean Paul24-125/+246
2017-07-17arch_topology: Change return type of topology_parse_cpu_capacity() to boolViresh Kumar1-1/+3
2017-07-17fpga: Add flag to indicate bitstream needs decompressionAnatolij Gustschin1-0/+2
2017-07-17lib: add bitrev8x4()Joshua Clayton1-0/+19
2017-07-17fpga: Add flag to indicate SPI bitstream is bit-reversedAnatolij Gustschin1-0/+2
2017-07-17vmbus: eliminate duplicate cached indexStephen Hemminger1-14/+0
2017-07-17vmbus: refactor hv_signal_on_readStephen Hemminger1-49/+0
2017-07-17vmbus: drop unused ring_buffer_info elementsStephen Hemminger1-2/+0
2017-07-17netfilter: remove old pre-netns era hook apiFlorian Westphal1-9/+0
2017-07-17debugfs: Add dummy implementation of few helpersViresh Kumar1-0/+16
2017-07-17block: order /proc/devices by major numberLogan Gunthorpe1-2/+2
2017-07-17char_dev: order /proc/devices by major numberLogan Gunthorpe1-1/+1
2017-07-17char_dev: extend dynamic allocation of majors into a higher rangeLogan Gunthorpe1-0/+4
2017-07-17mmc: host: omap_hsmmc: remove unused platform callbacksFaiz Abbas1-10/+0
2017-07-17libceph: fix old style declaration warningsArnd Bergmann1-4/+4
2017-07-17EDAC: Get rid of mci->mod_verBorislav Petkov1-1/+0
2017-07-17extcon: cros-ec: Add extcon-cros-ec driver to support display outBenson Leung1-0/+75
2017-07-17VFS: Differentiate mount flags (MS_*) from internal superblock flagsDavid Howells1-9/+36
2017-07-17vfs: Add sb_rdonly(sb) to query the MS_RDONLY flag on s_flagsDavid Howells1-1/+2
2017-07-17sctp: remove the typedef sctp_hmac_algo_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_chunks_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_random_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_supported_ext_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_adaptation_ind_param_tXin Long1-2/+2
2017-07-17sctp: remove struct sctp_ecn_capable_paramXin Long1-5/+0
2017-07-17sctp: remove the typedef sctp_supported_addrs_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_hostname_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_cookie_preserve_param_tXin Long1-3/+3
2017-07-17sctp: remove the typedef sctp_ipv6addr_param_tXin Long1-2/+2
2017-07-17sctp: remove the typedef sctp_ipv4addr_param_tXin Long1-3/+3
2017-07-17cgroup: distinguish local and children populated statesTejun Heo2-5/+10
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington1-1/+0
2017-07-16semtimedop(): move compat to nativeAl Viro1-9/+0
2017-07-16msgrcv(2), msgsnd(2): move compat to nativeAl Viro1-8/+0
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-0/+30
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds4-10/+10
2017-07-15Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2017-07-15Merge tag 'kvm-4.13-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-6/+11
2017-07-15Merge tag 'devprop-fix-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+4
2017-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2017-07-15replace incorrect strscpy use in FORTIFY_SOURCEDaniel Micay1-11/+12