aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-04net: bridge: fdb: eliminate extra port state tests from fast-pathNikolay Aleksandrov3-5/+9
2019-11-03Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller25-359/+393
2019-11-03mISDN: remove unused variable 'faxmodulation_s'YueHaibing1-1/+0
2019-11-03ptp: Add a ptp clock driver for IDT ClockMatrix.Vincent Cheng5-0/+2201
2019-11-03dt-bindings: ptp: Add device tree binding for IDT ClockMatrix based PTP clockVincent Cheng1-0/+69
2019-11-03net: icmp6: provide input address for traceroute6Francesco Ruggeri1-5/+17
2019-11-03tipc: improve message bundling algorithmTuong Lien3-104/+113
2019-11-03net: icmp: use input address in tracerouteFrancesco Ruggeri1-1/+2
2019-11-03Merge branch 'optimize-openvswitch-flow-looking-up'David S. Miller4-105/+361
2019-11-03net: openvswitch: simplify the ovs_dp_cmd_newTonghao Zhang1-22/+38
2019-11-03net: openvswitch: don't unlock mutex when changing the user_features failsTonghao Zhang1-1/+1
2019-11-03net: openvswitch: fix possible memleak on destroy flow-tableTonghao Zhang1-88/+98
2019-11-03net: openvswitch: add likely in flow_lookupTonghao Zhang1-2/+2
2019-11-03net: openvswitch: simplify the flow_hashTonghao Zhang1-5/+2
2019-11-03net: openvswitch: optimize flow-mask looking upTonghao Zhang1-51/+53
2019-11-03net: openvswitch: optimize flow mask cache hash collisionTonghao Zhang1-42/+53
2019-11-03net: openvswitch: shrink the mask array if necessaryTonghao Zhang1-10/+23
2019-11-03net: openvswitch: convert mask list in mask arrayTonghao Zhang3-51/+167
2019-11-03net: openvswitch: add flow-mask cache for performanceTonghao Zhang3-16/+107
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller41-476/+1863
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller623-3528/+5913
2019-11-02Merge branch 'bpf_probe_read_user'Alexei Starovoitov17-197/+597
2019-11-02bpf, testing: Add selftest to read/write sockaddr from user spaceDaniel Borkmann2-0/+104
2019-11-02bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helperDaniel Borkmann4-52/+57
2019-11-02bpf, samples: Use bpf_probe_read_user where appropriateDaniel Borkmann3-5/+5
2019-11-02bpf: Switch BPF probe insns to bpf_probe_read_kernelDaniel Borkmann1-4/+5
2019-11-02bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpersDaniel Borkmann3-126/+299
2019-11-02bpf: Make use of probe_user_write in probe write helperDaniel Borkmann1-4/+2
2019-11-02uaccess: Add strict non-pagefault kernel-space read functionDaniel Borkmann4-2/+72
2019-11-02uaccess: Add non-pagefault user-space write functionDaniel Borkmann2-4/+53
2019-11-02Merge branch 'map-pinning'Alexei Starovoitov7-81/+591
2019-11-02selftests: Add tests for automatic map pinningToke Høiland-Jørgensen3-0/+257
2019-11-02libbpf: Add auto-pinning of maps when loading BPF objectsToke Høiland-Jørgensen3-9/+156
2019-11-02libbpf: Move directory creation into _pin() functionsToke Høiland-Jørgensen1-27/+34
2019-11-02libbpf: Store map pin path and status in struct bpf_mapToke Høiland-Jørgensen3-41/+134
2019-11-02libbpf: Fix error handling in bpf_map__reuse_fd()Toke Høiland-Jørgensen1-4/+10
2019-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds213-1289/+2133
2019-11-01Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds7-9/+30
2019-11-01Merge tag 'for-linus-20191101' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+22
2019-11-01Merge tag 'riscv/for-v5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds24-18/+75
2019-11-02Merge branch 'bpf-xskmap-perf-improvements'Daniel Borkmann4-115/+106
2019-11-02xsk: Restructure/inline XSKMAP lookup/redirect/flushBjörn Töpel4-87/+70
2019-11-02bpf: Implement map_gen_lookup() callback for XSKMAPMaciej Fijalkowski1-0/+17
2019-11-02xsk: Store struct xdp_sock as a flexible array member of the XSKMAPBjörn Töpel1-32/+23
2019-11-01Merge branch 'parisc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-1/+1
2019-11-01Merge branch 'fix-BPF-offload-related-bugs'David S. Miller3-3/+13
2019-11-01net: fix installing orphaned programsJakub Kicinski1-1/+2
2019-11-01net: cls_bpf: fix NULL deref on offload filter removalJakub Kicinski1-2/+6
2019-11-01selftests: bpf: Skip write only files in debugfsJakub Kicinski1-0/+5
2019-11-01selftests: net: reuseport_dualstack: fix uninitalized parameterWei Wang1-1/+2