summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-0/+2
2019-04-19net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-1/+1
2019-04-19net: phy: add support for reset-controllerDavid Bauer1-0/+1
2019-04-19net: skb: remove unused assertsJakub Kicinski1-2/+0
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-34/+65
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+3
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-4/+6
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini1-4/+6
2019-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-8/+32
2019-04-15Merge branch 'page-refs' (page ref overflow)Linus Torvalds2-5/+20
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-4/+6
2019-04-14mm: add 'try_get_page()' helper functionLinus Torvalds1-0/+9
2019-04-14mm: make page ref count overflow check tighter and more explicitLinus Torvalds1-1/+5
2019-04-14Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds4-14/+30
2019-04-14Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-8/+0
2019-04-14Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+3
2019-04-13Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2019-04-13rhashtable: use BIT(0) for locking.NeilBrown1-11/+24
2019-04-13rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown1-3/+6
2019-04-13rhashtable: move dereference inside rht_ptr()NeilBrown1-27/+42
2019-04-13rhashtable: reorder some inline functions and macros.NeilBrown1-71/+71
2019-04-13rhashtable: fix some __rcu annotation errorsNeilBrown1-5/+6
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-9/+94
2019-04-12bridge: broute: make broute a real ebtables tableFlorian Westphal1-3/+0
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-11Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust1-8/+0
2019-04-11nvmet: fix discover log page when offsets are usedKeith Busch1-2/+7
2019-04-11failover: allow name change on IFF_UP slave interfacesSi-Wei Liu1-0/+3
2019-04-11clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller1-0/+3
2019-04-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei1-0/+1
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann1-1/+2
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann1-0/+29
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann2-0/+10
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-28/+43
2019-04-09net: phy: improve link partner capability detectionHeiner Kallweit1-0/+2
2019-04-09Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller5-32/+64
2019-04-09netfilter: make two functions staticFlorian Westphal1-1/+0
2019-04-09netfilter: nft_osf: Add version option supportFernando Fernandez Mancera1-3/+8
2019-04-09virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck1-1/+1
2019-04-09netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal1-1/+1
2019-04-09netfilter: nf_tables: merge route type into coreFlorian Westphal1-0/+15
2019-04-08netfilter: optimize nf_inet_addr_cmpLi RongQing1-0/+7
2019-04-08time: Introduce jiffies64_to_msecs()Li RongQing1-0/+1
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-3/+3
2019-04-08block: don't use for-inside-for in bio_for_each_segment_allMing Lei2-12/+22
2019-04-08rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-17/+34
2019-04-08rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-98/+165
2019-04-08rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-2/+9
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4