summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-141-1/+5
* net_sched: get rid of tcfa_rcuCong Wang2017-09-131-2/+0
* xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-2/+2
* perf/bpf: fix a clang compilation issueYonghong Song2017-09-111-0/+2
* Merge tag 'nfsd-4.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-09-093-5/+7
|\
| * rdma core: Add rdma_rw_mr_payload()Chuck Lever2017-09-051-0/+2
| * sunrpc: Const-ify struct sv_serv_opsChuck Lever2017-08-251-3/+3
| * sunrpc: Const-ify instances of struct svc_xprt_opsChuck Lever2017-08-251-2/+2
* | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2017-09-091-131/+200
|\ \
| * | btrfs: use BTRFS_FSID_SIZE for fsidAnand Jain2017-08-181-9/+9
| * | btrfs: Remove redundant argument of flush_spaceNikolay Borisov2017-08-161-8/+5
| * | btrfs: backref, add tracepoints for prelim_ref insertion and mergingJeff Mahoney2017-08-161-0/+58
| * | btrfs: constify tracepoint argumentsJeff Mahoney2017-08-161-114/+128
* | | Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-094-10/+60
|\ \ \
| * | | loop: add ioctl for changing logical block sizeOmar Sandoval2017-08-311-0/+1
| * | | string.h: add memcpy_and_pad()Martin Wilck2017-08-281-0/+30
| * | | nvmet-fc: simplify sg list handlingJames Smart2017-08-281-1/+1
| * | | nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2017-08-281-3/+3
| * | | nvme: add symbolic constants for CC identifiersMax Gurtovoy2017-08-281-9/+15
| * | | nvme: add support for NVMe 1.3 Timestamp FeatureJon Derrick2017-08-281-0/+2
| * | | nvme: define NVME_NSID_ALLArnav Dawn2017-08-281-0/+2
| * | | nvme: add support for FW activation without resetArnav Dawn2017-08-281-0/+9
| * | | Merge tag 'v4.13-rc7' into for-4.14/block-postmergeJens Axboe2017-08-2872-208/+442
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-096-23/+10
|\ \ \ \ \
| * | | | | bpf: make error reporting in bpf_warn_invalid_xdp_action more clearDaniel Borkmann2017-09-091-2/+2
| * | | | | bpf: add support for sockmap detach programsJohn Fastabend2017-09-091-4/+4
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-09-082-3/+1
| |\ \ \ \ \
| | * | | | | netfilter: nat: Revert "netfilter: nat: convert nat bysrc hash to rhashtable"Florian Westphal2017-09-082-3/+1
| * | | | | | udp: drop head states only when all skb references are gonePaolo Abeni2017-09-081-1/+1
| * | | | | | Merge tag 'mac80211-for-davem-2017-09-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-071-13/+2
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | mac80211: fix VLAN handling with TXQsJohannes Berg2017-09-051-13/+2
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-0945-176/+1430
|\ \ \ \ \ \ \
| * | | | | | | ipc: optimize semget/shmget/msgget for lots of keysGuillaume Knispel2017-09-092-0/+6
| * | | | | | | ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_tElena Reshetova2017-09-091-1/+2
| * | | | | | | ipc: convert ipc_namespace.count from atomic_t to refcount_tElena Reshetova2017-09-091-2/+3
| * | | | | | | drivers/pps: aesthetic tweaks to PPS-related contentRobert P. J. Day2017-09-093-12/+10
| * | | | | | | cpumask: make cpumask_next() out-of-lineAlexey Dobriyan2017-09-091-14/+1
| * | | | | | | kmod: split off umh headers into its own fileLuis R. Rodriguez2017-09-092-59/+70
| * | | | | | | autofs: remove unused AUTOFS_IOC_EXPIRE_DIRECT/INDIRECTTomohiro Kusumi2017-09-091-2/+0
| * | | | | | | autofs: make dev ioctl version and ismountpoint user accessibleIan Kent2017-09-091-1/+1
| * | | | | | | autofs: fix AT_NO_AUTOMOUNT not being honoredIan Kent2017-09-091-2/+1
| * | | | | | | lib/rhashtable: fix comment on locks_mul default valueDavidlohr Bueso2017-09-091-1/+1
| * | | | | | | bitmap: introduce BITMAP_FROM_U64()Yury Norov2017-09-091-0/+32
| * | | | | | | lib/interval-tree: correct comment wrt generic flavorDavidlohr Bueso2017-09-091-1/+1
| * | | | | | | lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-098-30/+64
| * | | | | | | locking/rtmutex: replace top-waiter and pi_waiters leftmost cachingDavidlohr Bueso2017-09-093-11/+8
| * | | | | | | rbtree: cache leftmost node internallyDavidlohr Bueso2017-09-092-3/+51
| * | | | | | | bitops: avoid integer overflow in GENMASK(_ULL)Matthias Kaehlcke2017-09-091-2/+3
| * | | | | | | include: warn for inconsistent endian config definitionBabu Moger2017-09-092-0/+8