summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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-12sctp: Pass sk_buff_head explicitly to sctp_ulpq_tail_event().David Miller1-1/+1
2019-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller5-15/+157
2019-04-12ipv6: Change rt6_probe to take a fib6_nhDavid Ahern1-4/+4
2019-04-11bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire1-0/+10
2019-04-11bpf: fix missing bpf_check_uarg_tail_zero in BPF_PROG_TEST_RUNStanislav Fomichev1-8/+28
2019-04-11bpf: support input __sk_buff context in BPF_PROG_TEST_RUNStanislav Fomichev1-0/+7
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-16/+21
2019-04-10net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, tooPaolo Abeni1-0/+26
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-9/+14
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni1-1/+1
2019-04-10bpf: allow for key-less BTF in array mapDaniel Borkmann1-0/+1
2019-04-10bpf: add specification for BTF Var and DataSec kindsDaniel Borkmann1-4/+28
2019-04-10bpf: add syscall side map freeze supportDaniel Borkmann2-1/+3
2019-04-10bpf: add program side {rd, wr}only support for mapsDaniel Borkmann2-1/+34
2019-04-10bpf: implement lookup-free direct value access for mapsDaniel Borkmann3-1/+22
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-49/+56
2019-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2019-04-09ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich1-1/+1
2019-04-09KEYS: trusted: fix -Wvarags warningndesaulniers@google.com1-1/+1
2019-04-09ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-0/+2
2019-04-09ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+1
2019-04-09ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-0/+32
2019-04-09neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+3
2019-04-09ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-1/+4
2019-04-09ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-1/+4
2019-04-09ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-2/+3
2019-04-09ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+4
2019-04-09net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern3-7/+6
2019-04-09ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-0/+40
2019-04-09ipv6: Add fib6_nh_init and release to stubsDavid Ahern1-0/+6
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-08datagram: remove rendundant 'peeked' argumentPaolo Abeni2-6/+6
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-08Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds1-1/+4
2019-04-08Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into a...Olof Johansson1-1/+4
2019-04-07nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run...Kirill Smelkov1-0/+4
2019-04-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-25/+31
2019-04-06mm: writeback: use exact memcg dirty countsGreg Thelen1-1/+4
2019-04-06mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn1-1/+1
2019-04-06include/linux/bitrev.h: fix constant bitrevArnd Bergmann1-23/+23
2019-04-06lib/string.c: implement a basic bcmpNick Desaulniers1-0/+3
2019-04-06Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds3-20/+14