summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1466-350/+494
|\
| * net: openvswitch: introduce common code for flushing flowsTonghao Zhang2020-08-143-21/+27
| * af_packet: TPACKET_V3: fix fill status rwlock imbalanceJohn Ogness2020-08-141-2/+7
| * random32: add a tracepoint for prandom_u32()Eric Dumazet2020-08-142-0/+19
| * Revert "ipv4: tunnel: fix compilation on ARCH=um"David S. Miller2020-08-121-1/+0
| * net: accept an empty mask in /sys/class/net/*/queues/rx-*/rps_cpusEric Dumazet2020-08-121-5/+7
| * Merge branch 'net-stmmac-Fix-multicast-filter-on-IPQ806x'David S. Miller2020-08-122-0/+4
| |\
| | * net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| | * net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| |/
| * ipv4: tunnel: fix compilation on ARCH=umJohannes Berg2020-08-121-0/+1
| * vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella2020-08-121-1/+1
| * sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * Merge branch 'net-initialize-fastreuse-on-inet_inherit_port'David S. Miller2020-08-123-44/+58
| |\
| | * net: initialize fastreuse on inet_inherit_portTim Froidcoeur2020-08-121-0/+1
| | * net: refactor bind_bucket fastreuse into helperTim Froidcoeur2020-08-122-44/+57
| |/
| * net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-121-11/+7
| * net: Fix potential memory leak in proto_register()Miaohe Lin2020-08-121-10/+15
| * net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
| * net/nfc/rawsock.c: add CAP_NET_RAW check.Qingyu Li2020-08-111-2/+5
| * hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
| * drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He2020-08-111-0/+14
| * net/tls: Fix kmap usageIra Weiny2020-08-111-1/+2
| * bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski2020-08-101-1/+1
| * tcp: correct read of TFO keys on big endian systemsJason Baron2020-08-104-24/+33
| * nfp: update maintainerJakub Kicinski2020-08-101-1/+2
| * vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi2020-08-101-1/+2
| * net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-103-37/+9
| * net: Convert to use the fallthrough macroMiaohe Lin2020-08-081-3/+3
| * net: Use helper function ip_is_fragment()Miaohe Lin2020-08-081-1/+1
| * net: Remove meaningless jump label out_fsMiaohe Lin2020-08-081-2/+1
| * net: Set fput_needed iff FDPUT_FPUT is setMiaohe Lin2020-08-081-1/+1
| * net: Use helper function fdput()Miaohe Lin2020-08-081-4/+2
| * net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
| * net/tls: allow MSG_CMSG_COMPAT in sendmsgRouven Czerwinski2020-08-081-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-08-0824-135/+216
| |\
| | * bpf: Delete repeated words in commentsRandy Dunlap2020-08-072-2/+2
| | * selftests/bpf: Fix silent Makefile outputAndrii Nakryiko2020-08-071-22/+26
| | * bpf, doc: Remove references to warning message when using bpf_trace_printk()Alan Maguire2020-08-071-11/+0
| | * bpf: Fix compilation warning of selftestsJianlin Lv2020-08-073-14/+21
| | * selftests: bpf: Switch off timeoutJiri Benc2020-08-071-0/+1
| | * bpf: Remove inline from bpf_do_trace_printkStanislav Fomichev2020-08-071-1/+1
| | * bpf: Add missing return to resolve_btfidsStanislav Fomichev2020-08-071-0/+1
| | * libbf: Fix uninitialized pointer at btf__parse_raw()Daniel T. Lee2020-08-071-1/+1
| | * Merge branch 'bpf_iter-uapi-fix'Alexei Starovoitov2020-08-0713-82/+160
| | |\
| | | * tools/bpf: Support new uapi for map element bpf iteratorYonghong Song2020-08-077-25/+58
| | | * bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-076-57/+102
| | |/
| | * selftests/bpf: Prevent runqslower from racing on building bpftoolAndrii Nakryiko2020-08-071-2/+3
| * | mptcp: fix warn at shutdown time for unaccepted msk socketsPaolo Abeni2020-08-081-3/+3
| * | mptcp: more stable diag self-testsPaolo Abeni2020-08-081-4/+5