aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend5-8/+53
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend1-0/+3
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend1-0/+2
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend1-5/+9
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend3-1/+65
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend4-45/+64
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend3-7/+22
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski1-4/+0
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski4-10/+19
2019-07-19libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko1-2/+7
2019-07-19libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko1-0/+6
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet4-6/+9
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun1-2/+2
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun1-1/+3
2019-07-18usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes1-0/+1
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan1-2/+5
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun1-0/+1
2019-07-18gve: replace kfree with kvfreeChuhong Yuan2-13/+13
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller32-195/+391
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich1-8/+9
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich1-1/+1
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan1-1/+1
2019-07-18MAINTAINERS: update netsec driverIlias Apalodimas1-0/+1
2019-07-18ipv6: Unlink sibling route in case of failureIdo Schimmel1-1/+17
2019-07-18Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-driversDavid S. Miller6-6/+93
2019-07-18liquidio: Replace vmalloc + memset with vzallocChuhong Yuan1-4/+2
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun1-1/+1
2019-07-18net: bcmgenet: use promisc for unsupported filtersJustin Chen1-31/+26
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern1-1/+1
2019-07-17tipc: initialize 'validated' field of received packetsJon Maloy1-0/+1
2019-07-17Merge branch 'ipv4-relax-source-validation-check-for-loopback-packets'David S. Miller2-1/+39
2019-07-17selftests: add a test case for rp_filterCong Wang1-1/+34
2019-07-17fib: relax source validation check for loopback packetsCong Wang1-0/+5
2019-07-17Merge branch 'mlxsw-Two-fixes'David S. Miller4-8/+25
2019-07-17mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel3-0/+17
2019-07-17mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata1-8/+8
2019-07-17net: ag71xx: Add missing headerRosen Penev1-0/+1
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang3-4/+1
2019-07-17Merge branch 'net-rds-RDMA-fixes'David S. Miller5-49/+109
2019-07-17net/rds: Initialize ic->i_fastreg_wrs upon allocationGerd Rausch1-1/+1
2019-07-17net/rds: Keep track of and wait for FRWR segments in use upon shutdownGerd Rausch3-6/+45
2019-07-17net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successfulGerd Rausch1-1/+2
2019-07-17net/rds: Fix NULL/ERR_PTR inconsistencyGerd Rausch1-2/+2
2019-07-17net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after posting IB_WR_LOCAL_INVGerd Rausch2-27/+40
2019-07-17net/rds: Get rid of "wait_clean_list_grace" and add lockingGerd Rausch2-38/+19
2019-07-17net/rds: Give fr_state a chance to transition to FRMR_IS_FREEGerd Rausch2-1/+27
2019-07-17net/sched: Make NET_ACT_CT depends on NF_NATYueHaibing1-1/+1
2019-07-17net: sctp: fix warning "NULL check before some freeing functions is not needed"Hariprasad Kelam1-8/+4
2019-07-17caif-hsi: fix possible deadlock in cfhsi_exit_module()Taehee Yoo1-1/+1
2019-07-16selftests/bpf: fix perf_buffer on s390Ilya Leoshkevich3-17/+11