summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: sched: red: don't reset the backlog on every stat dumpJakub Kicinski2018-01-171-0/+1
* net/mlx5: Fix build breakSaeed Mahameed2018-01-171-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-1714-16/+48
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-01-169-11/+41
| |\
| | * net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann2018-01-161-0/+2
| | * Merge tag 'mac80211-for-davem-2018-01-15' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-01-161-0/+2
| | |\
| | | * mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-0/+2
| | * | netlink: extack: avoid parenthesized string constant warningJohannes Berg2018-01-151-2/+2
| | * | ipv4: Make neigh lookup keys for loopback/point-to-point devices be INADDR_ANYJim Westfall2018-01-151-0/+3
| | * | Revert "openvswitch: Add erspan tunnel support."William Tu2018-01-151-1/+0
| | * | net/tls: Fix inverted error codes to avoid endless loopr.hering@avm.de2018-01-151-1/+1
| | * | ptr_ring: document usage around __ptr_ring_peekMichael S. Tsirkin2018-01-151-4/+10
| | |/
| | * net/mlx5: Fix get vector affinity helper functionSaeed Mahameed2018-01-121-1/+18
| | * {net,ib}/mlx5: Don't disable local loopback multicast traffic when neededEran Ben Elisha2018-01-121-2/+3
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-0/+7
| |\ \
| | * | sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-081-0/+7
| * | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-131-0/+2
| |\ \ \
| | * | | kdump: write correct address of mem_section into vmcoreinfoKirill A. Shutemov2018-01-131-0/+2
| | | |/ | | |/|
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-01-123-7/+0
| |\ \ \ | | |/ / | |/| |
| | * | locking/lockdep: Remove cross-release leftoversIngo Molnar2018-01-083-7/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-168-25/+144
|\ \ \ \
| * | | | bpf: offload: add map offload infrastructureJakub Kicinski2018-01-143-0/+66
| * | | | bpf: rename bpf_dev_offload -> bpf_prog_offloadJakub Kicinski2018-01-141-2/+2
| * | | | bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-0/+1
| * | | | bpf: add map_alloc_check callbackJakub Kicinski2018-01-141-0/+1
| * | | | error-injection: Add injectable error typesMasami Hiramatsu2018-01-124-6/+28
| * | | | error-injection: Separate error-injection from kprobeMasami Hiramatsu2018-01-126-22/+51
| * | | | bpf: simplify xdp_convert_ctx_access for xdp_rxq_infoJesper Dangaard Brouer2018-01-131-1/+1
* | | | | net: remove prototype of qdisc_lookup_class()Jakub Kicinski2018-01-161-1/+0
* | | | | devlink: Add relation between dpipe and resourceArkadi Sharshevsky2018-01-162-0/+19
* | | | | devlink: Add support for reloadArkadi Sharshevsky2018-01-162-0/+6
* | | | | devlink: Add support for resource abstractionArkadi Sharshevsky2018-01-162-0/+114
* | | | | devlink: Add per devlink instance lockArkadi Sharshevsky2018-01-161-0/+1
* | | | | phy: add helpers for setting/clearing bits in PHY registersHeiner Kallweit2018-01-161-0/+49
* | | | | Merge tag 'linux-can-next-for-4.16-20180105' of ssh://gitolite.kernel.org/pub...David S. Miller2018-01-151-2/+2
|\ \ \ \ \
| * | | | | can: af_can: give struct holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2018-01-051-2/+2
* | | | | | net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-151-4/+4
* | | | | | net: phy: remove parameter new_link from phy_mac_interrupt()Heiner Kallweit2018-01-151-1/+1
* | | | | | net: sch: prio: Add offload ability to PRIO qdiscNogah Frankel2018-01-142-0/+26
| |/ / / / |/| | | |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-111-8/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-01-101-8/+18
| |\ \ \ \
| | * | | | bpf: avoid false sharing of map refcount with max_entriesDaniel Borkmann2018-01-091-8/+16
| | * | | | bpf: prevent out-of-bounds speculationAlexei Starovoitov2018-01-091-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-01-111-0/+3
|\ \ \ \ \ \
| * | | | | | bpf: export function to write into verifier log bufferQuentin Monnet2018-01-101-0/+3
* | | | | | | net: sch: red: Change the name of the stats struct to be genericNogah Frankel2018-01-101-5/+6
* | | | | | | tuntap: fix for "tuntap: XDP transmission"Stephen Rothwell2018-01-101-2/+2
* | | | | | | net: fix xdp_rxq_info build issue when CONFIG_SYSFS is not setJesper Dangaard Brouer2018-01-101-3/+0
* | | | | | | net/dim: use struct net_dim_sample as arg to net_dimAndy Gospodarek2018-01-101-7/+3
* | | | | | | net/mlx5e: Move dynamic interrupt coalescing code to include/linuxAndy Gospodarek2018-01-101-0/+377