summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-23selftests/bpf: add another gso_segs accessEric Dumazet
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-07-23bpf: fix narrower loads on s390Ilya Leoshkevich
2019-07-22selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich
2019-07-22libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo
2019-07-22libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo
2019-07-22Merge branch 'bpf-sockmap-tls-fixes'Daniel Borkmann
2019-07-22selftests/tls: add shutdown testsJakub Kicinski
2019-07-22selftests/tls: close the socket with open recordJakub Kicinski
2019-07-22selftests/tls: add a bidirectional testJakub Kicinski
2019-07-22selftests/tls: test error codes around TLS ULP installationJakub Kicinski
2019-07-22selftests/tls: add a test for ULP but no keysJakub Kicinski
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend
2019-07-22net/tls: fix transition through disconnect with closeJohn Fastabend
2019-07-22net/tls: remove sock unlock/lock around strp_done()John Fastabend
2019-07-22net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend
2019-07-22net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski
2019-07-22net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski
2019-07-19libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko
2019-07-19libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-07-18ag71xx: fix return value check in ag71xx_probe()Wei Yongjun
2019-07-18ag71xx: fix error return code in ag71xx_probe()Wei Yongjun
2019-07-18usb: qmi_wwan: add D-Link DWM-222 A2 device IDRogan Dawes
2019-07-18bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips.Michael Chan
2019-07-18net: dsa: sja1105: Fix missing unlock on error in sk_buff()Wei Yongjun
2019-07-18gve: replace kfree with kvfreeChuhong Yuan
2019-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-18selftests/bpf: fix test_xdp_noinline on s390Ilya Leoshkevich
2019-07-18selftests/bpf: fix "valid read map access into a read-only array 1" on s390Ilya Leoshkevich
2019-07-18net/mlx5: Replace kfree with kvfreeChuhong Yuan
2019-07-18MAINTAINERS: update netsec driverIlias Apalodimas
2019-07-18ipv6: Unlink sibling route in case of failureIdo Schimmel
2019-07-18Merge tag 'wireless-drivers-for-davem-2019-07-18' of git://git.kernel.org/pub...David S. Miller
2019-07-18liquidio: Replace vmalloc + memset with vzallocChuhong Yuan
2019-07-18udp: Fix typo in net/ipv4/udp.cSu Yanjun
2019-07-18net: bcmgenet: use promisc for unsupported filtersJustin Chen
2019-07-17ipv6: rt6_check should return NULL if 'from' is NULLDavid Ahern
2019-07-17tipc: initialize 'validated' field of received packetsJon Maloy
2019-07-17Merge branch 'ipv4-relax-source-validation-check-for-loopback-packets'David S. Miller
2019-07-17selftests: add a test case for rp_filterCong Wang
2019-07-17fib: relax source validation check for loopback packetsCong Wang
2019-07-17Merge branch 'mlxsw-Two-fixes'David S. Miller
2019-07-17mlxsw: spectrum: Do not process learned records with a dummy FIDIdo Schimmel
2019-07-17mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removedPetr Machata
2019-07-17net: ag71xx: Add missing headerRosen Penev
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang