aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-25bpf: permit multiple bpf attachments for a single perf eventYonghong Song2-9/+64
2017-10-24tcp: Configure TFO without cookie per socket and/or per routeChristoph Paasch1-1/+2
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller17-55/+168
2017-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+4
2017-10-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2-0/+10
2017-10-22drivers, connector: convert cn_callback_entry.refcnt from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-22drivers, net, mlx5: convert mlx5_cq.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-22drivers, net, mlx4: convert mlx4_srq.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_qp.refcount from atomic_t to refcount_tElena Reshetova1-1/+1
2017-10-22drivers, net, mlx4: convert mlx4_cq.refcount from atomic_t to refcount_tElena Reshetova1-2/+2
2017-10-21net: sched: add block bind/unbind notif. and extended block_get/putJiri Pirko1-0/+1
2017-10-20Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2017-10-20selinux: bpf: Add addtional check for bpf object file receiveChenbo Feng1-0/+3
2017-10-20security: bpf: Add LSM hooks for bpf object related syscallChenbo Feng3-0/+105
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng1-3/+5
2017-10-20net: Add extack to validator_info structs used for address notifierDavid Ahern1-0/+1
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-1/+1
2017-10-20Merge branch 'fixes-v4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-17/+30
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney3-9/+16
2017-10-19membarrier: Provide register expedited private commandMathieu Desnoyers2-0/+19
2017-10-19Input: allow matching device IDs on property bitsDmitry Torokhov2-0/+7
2017-10-19Input: factor out and export input_device_id matching codeDmitry Torokhov1-0/+3
2017-10-19Merge tag 'mvebu-fixes-4.14-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann1-2/+2
2017-10-19dql: make dql_init return voidStephen Hemminger1-1/+1
2017-10-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-0/+10
2017-10-19Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5James Morris1-17/+30
2017-10-18bpf: move knowledge about post-translation offsets out of verifierJakub Kicinski1-0/+3
2017-10-18bpf: remove the verifier ops from program structureJakub Kicinski2-1/+1
2017-10-18bpf: split verifier and program opsJakub Kicinski2-19/+24
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer1-0/+1
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer1-1/+30
2017-10-18bpf: introduce new bpf cpu map type BPF_MAP_TYPE_CPUMAPJesper Dangaard Brouer1-0/+1
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells1-17/+30
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+10
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-0/+3
2017-10-16Merge tag 'mlx5-updates-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller1-0/+24
2017-10-15Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2017-10-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+0
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-0/+24
2017-10-13kmemleak: clear stale pointers from task stacksKonstantin Khlebnikov1-1/+1
2017-10-13fs/mpage.c: fix mpage_writepage() for pages with buffersMatthew Wilcox1-0/+1
2017-10-13linux/kernel.h: add/correct kernel-doc notationRandy Dunlap1-16/+74
2017-10-13include/linux/of.h: provide of_n_{addr,size}_cells wrappers for !CONFIG_OFArnd Bergmann1-0/+10
2017-10-13i40e/i40evf: don't trust VF to reset itselfAlan Brady1-2/+2
2017-10-12net: phy: broadcom: support new device flag for setting master modeRafał Miłecki1-0/+1
2017-10-12bus: mbus: fix window size calculation for 4GB windowsJan Luebbe1-2/+2
2017-10-11Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-0/+1
2017-10-10bpf: write back the verifier log buffer as it gets filledJakub Kicinski1-1/+3
2017-10-10bpf: move global verifier log into verifier environmentJakub Kicinski1-0/+2
2017-10-10bpf: encapsulate verifier log state into a structureJakub Kicinski1-0/+13