summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2020-07-022-0/+6
* tcp: md5: allow changing MD5 keys in all socket statesEric Dumazet2020-07-021-4/+1
* net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne2020-07-021-0/+1
* tcp: fix SO_RCVLOWAT possible hangs under high mem pressureEric Dumazet2020-07-021-0/+2
* ip: Fix SO_MARK in RST, ACK and ICMP packetsWillem de Bruijn2020-07-023-5/+5
* tcp: md5: do not send silly options in SYNCOOKIESEric Dumazet2020-07-021-3/+5
* rds: If one path needs re-connection, check all and re-connectRao Shoaib2020-07-023-1/+20
* tcp: md5: refine tcp_md5_do_add()/tcp_md5_hash_key() barriersEric Dumazet2020-07-022-9/+18
* genetlink: remove genl_bindSean Tranchetti2020-07-022-57/+0
* hinic: fix passing non negative value to ERR_PTRLuo bin2020-07-011-0/+2
* net: qrtr: Fix an out of bounds read qrtr_endpoint_post()Dan Carpenter2020-07-011-1/+5
* tcp: md5: add missing memory barriers in tcp_md5_do_add()/tcp_md5_hash_key()Eric Dumazet2020-07-012-2/+8
* net: qrtr: free flow in __qrtr_node_releaseCarl Huang2020-07-011-1/+3
* net: cxgb4: fix return error value in t4_prep_fwLi Heng2020-07-011-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-3035-232/+486
|\
| * bpf: Add tests for PTR_TO_BTF_ID vs. null comparisonYonghong Song2020-06-304-2/+63
| * bpf: Fix an incorrect branch elimination by verifierYonghong Song2020-06-301-2/+1
| * bpf, netns: Fix use-after-free in pernet pre_exit callbackJakub Sitnicki2020-06-301-7/+3
| * Merge branch 'fix-sockmap-flow_dissector-uapi'Alexei Starovoitov2020-06-308-25/+103
| |\
| | * selftests: bpf: Pass program to bpf_prog_detach in flow_dissectorLorenz Bauer2020-06-301-2/+2
| | * selftests: bpf: Pass program and target_fd in flow_dissector_reattachLorenz Bauer2020-06-301-6/+6
| | * bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-304-8/+70
| | * bpf: sockmap: Check value of unused args to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| | * bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-303-9/+19
| | * bpf: flow_dissector: Check value of unused flags to BPF_PROG_ATTACHLorenz Bauer2020-06-301-0/+3
| |/
| * Merge branch 'bpf-multi-prog-prep'Alexei Starovoitov2020-06-305-76/+160
| |\
| | * selftests/bpf: Test updating flow_dissector link with same programJakub Sitnicki2020-06-301-4/+28
| | * bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-302-20/+24
| | * bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-303-48/+96
| | * flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-303-14/+22
| |/
| * bpf: Enforce BPF ringbuf size to be the power of 2Andrii Nakryiko2020-06-301-10/+8
| * xsk: Use dma_need_sync instead of reimplenting itChristoph Hellwig2020-06-301-47/+3
| * xsk: Remove a double pool->dev assignment in xp_dma_mapChristoph Hellwig2020-06-301-1/+0
| * xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-302-6/+5
| * dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-305-0/+30
| * Merge branch 'fix-sockmap'Alexei Starovoitov2020-06-283-9/+40
| |\
| | * bpf, sockmap: Add ingres skb tests that utilize merge skbsJohn Fastabend2020-06-282-1/+25
| | * bpf, sockmap: RCU dereferenced psock may be used outside RCU blockJohn Fastabend2020-06-281-1/+9
| | * bpf, sockmap: RCU splat with redirect and strparser error or TLSJohn Fastabend2020-06-281-7/+6
| |/
| * libbpf: Adjust SEC short cut for expected attach type BPF_XDP_DEVMAPJesper Dangaard Brouer2020-06-252-2/+2
| * bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-252-2/+7
| * bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-242-40/+42
| * bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...Maciej Żenczykowski2020-06-241-1/+1
| * bpf: Set the number of exception entries properly for subprogramsYonghong Song2020-06-241-1/+9
| * libbpf: Fix CO-RE relocs against .text sectionAndrii Nakryiko2020-06-242-2/+8
| * libbpf: Forward-declare bpf_stats_type for systems with outdated UAPI headersAndrii Nakryiko2020-06-221-0/+2
* | Merge branch 'net-ipa-three-bug-fixes'David S. Miller2020-06-305-10/+32
|\ \
| * | net: ipa: introduce ipa_cmd_tag_process()Alex Elder2020-06-303-0/+25
| * | net: ipa: no checksum offload for SDM845 LAN RXAlex Elder2020-06-301-1/+0
| * | net: ipa: always check for stopped channelAlex Elder2020-06-301-9/+7
|/ /