summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-0/+2
* net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-181-1/+1
* net: phy: add support for reset-controllerDavid Bauer2019-04-181-0/+1
* net: skb: remove unused assertsJakub Kicinski2019-04-181-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-1712-34/+65
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-171-0/+3
| |\
| | * failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-101-0/+3
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-04-161-4/+6
| |\ \
| | * | KVM: fix spectrev1 gadgetsPaolo Bonzini2019-04-161-4/+6
| | |/
| * | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-142-5/+20
| |\ \
| | * | fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-4/+6
| | * | mm: add 'try_get_page()' helper functionLinus Torvalds2019-04-141-0/+9
| | * | mm: make page ref count overflow check tighter and more explicitLinus Torvalds2019-04-141-1/+5
| * | | Merge tag 'for-linus-20190412' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-134-14/+30
| |\ \ \
| | * | | nvmet: fix discover log page when offsets are usedKeith Busch2019-04-111-2/+7
| | * | | blk-mq: introduce blk_mq_complete_request_sync()Ming Lei2019-04-101-0/+1
| | * | | block: don't use for-inside-for in bio_for_each_segment_allMing Lei2019-04-082-12/+22
| | | |/ | | |/|
| * | | Merge tag 'nfs-for-5.1-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-04-131-8/+0
| |\ \ \
| | * | | Revert "SUNRPC: Micro-optimise when the task is known not to be sleeping"Trond Myklebust2019-04-111-8/+0
| * | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-04-131-0/+3
| |\ \ \ \
| | * | | | clk: x86: Add system specific quirk to mark clocks as criticalDavid Müller2019-04-101-0/+3
| * | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-04-121-2/+2
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()Jann Horn2019-04-031-2/+2
| * | | | | virtio: Honour 'may_reduce_num' in vring_create_virtqueueCornelia Huck2019-04-081-1/+1
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-04-156-8/+32
|\ \ \ \ \
| * | | | | bridge: broute: make broute a real ebtables tableFlorian Westphal2019-04-121-3/+0
| * | | | | netfilter: make two functions staticFlorian Westphal2019-04-081-1/+0
| * | | | | netfilter: nft_osf: Add version option supportFernando Fernandez Mancera2019-04-081-3/+8
| * | | | | netfilter: replace NF_NAT_NEEDED with IS_ENABLED(CONFIG_NF_NAT)Florian Westphal2019-04-081-1/+1
| * | | | | netfilter: nf_tables: merge route type into coreFlorian Westphal2019-04-081-0/+15
| * | | | | netfilter: optimize nf_inet_addr_cmpLi RongQing2019-04-081-0/+7
| * | | | | time: Introduce jiffies64_to_msecs()Li RongQing2019-04-081-0/+1
* | | | | | rhashtable: use BIT(0) for locking.NeilBrown2019-04-121-11/+24
* | | | | | rhashtable: replace rht_ptr_locked() with rht_assign_locked()NeilBrown2019-04-121-3/+6
* | | | | | rhashtable: move dereference inside rht_ptr()NeilBrown2019-04-121-27/+42
* | | | | | rhashtable: reorder some inline functions and macros.NeilBrown2019-04-121-71/+71
* | | | | | rhashtable: fix some __rcu annotation errorsNeilBrown2019-04-121-5/+6
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-113-9/+94
|\ \ \ \ \ \
| * | | | | | bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev2019-04-111-8/+28
| * | | | | | bpf: allow for key-less BTF in array mapDaniel Borkmann2019-04-091-0/+1
| * | | | | | bpf: add syscall side map freeze supportDaniel Borkmann2019-04-091-1/+2
| * | | | | | bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2019-04-091-0/+29
| * | | | | | bpf: implement lookup-free direct value access for mapsDaniel Borkmann2019-04-092-0/+10
| * | | | | | bpf: increase complexity limit and maximum program sizeAlexei Starovoitov2019-04-041-0/+1
| * | | | | | bpf: improve verification speed by droping statesAlexei Starovoitov2019-04-041-0/+2
| * | | | | | bpf: add verifier stats and log_level bit 2Alexei Starovoitov2019-04-041-0/+21
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-086-28/+43
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov2019-04-061-0/+4
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-04-054-25/+31
| |\ \ \ \ \ \
| | * | | | | | mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-051-1/+4