summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-037-52/+148
|\
| * bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-012-0/+6
| * bpf: Fix bpf_ringbuf_output() signature to return longAndrii Nakryiko2020-07-281-1/+1
| * bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-252-10/+0
| * bpf: Implement BPF XDP link-specific introspection APIsAndrii Nakryiko2020-07-251-0/+3
| * bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-252-1/+10
| * bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-251-2/+15
| * bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko2020-07-251-26/+55
| * bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-251-4/+8
| * bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-1/+2
| * bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-0/+2
| * bpf: Implement bpf iterator for map elementsYonghong Song2020-07-252-0/+23
| * bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-251-0/+6
| * bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-2/+8
| * bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-7/+10
| * bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-251-0/+1
* | Merge tag 'mlx5-updates-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-08-031-0/+5
|\ \
| * | udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+5
* | | net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli2020-08-031-0/+1
* | | net: dsa: loop: Move data structures to headerFlorian Fainelli2020-08-031-0/+40
* | | devlink: Pass extack when setting trap's action and group's parametersIdo Schimmel2020-08-031-2/+4
* | | devlink: Add early_drop trapAmit Cohen2020-08-031-0/+3
* | | Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/sc...David S. Miller2020-08-031-0/+2
|\ \ \
| * | | mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-0/+2
| |/ /
* | | seg6_iptunnel: Refactor seg6_lwt_headroom out of uapi headerIoana-Ruxandra Stăncioi2020-08-031-21/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-08-032-1/+30
|\ \ \
| * | | netfilter: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-291-1/+1
| * | | ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim2020-07-221-0/+29
* | | | net: openvswitch: make masks cache size configurableEelco Chaudron2020-08-031-0/+1
* | | | net: openvswitch: add masks cache hit counterEelco Chaudron2020-08-031-1/+1
* | | | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-032-1/+3
* | | | net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-031-0/+2
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-0210-47/+82
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-015-44/+45
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2020-07-311-6/+9
| | |\ \ \
| | | * | | xfrm: Fix crash when the hold queue is used.Steffen Klassert2020-07-211-2/+2
| | | * | | xfrm: policy: match with both mark and mask on user interfacesXin Long2020-06-241-4/+7
| | * | | | ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-07-301-0/+1
| | * | | | mlxsw: spectrum: Use different trap group for externally routed packetsIdo Schimmel2020-07-291-0/+3
| | * | | | rhashtable: Restore RCU marking on rhash_lock_headHerbert Xu2020-07-281-32/+24
| | * | | | rhashtable: Fix unprotected RCU dereference in __rht_ptrHerbert Xu2020-07-281-12/+13
| | * | | | net/mlx5e: Modify uplink state on interface up/downRon Diskin2020-07-281-0/+1
| * | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-07-311-1/+1
| |\ \ \ \ \
| | * | | | | i2c: also convert placeholder function to return errnoWolfram Sang2020-07-271-1/+1
| | |/ / / /
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-07-311-0/+19
| |\ \ \ \ \
| | * | | | | IB/rdmavt: Fix RQ counting issues causing use of an invalid RWQEMike Marciniszyn2020-07-291-0/+19
| | |/ / / /
| * | | | | random: fix circular include dependency on arm64 after addition of percpu.hWilly Tarreau2020-07-301-1/+1
| * | | | | random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds2020-07-291-1/+1
| * | | | | Merge tag 'drm-fixes-2020-07-29' of git://anongit.freedesktop.org/drm/drm int...Linus Torvalds2020-07-291-0/+12
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-291-0/+12
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |