summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-2618-94/+480
|\
| * libbpf: silence GCC8 warning about string truncationAndrii Nakryiko2019-07-251-2/+2
| * libbpf: fix using uninitialized ioctl resultsIlya Maximets2019-07-241-4/+3
| * Merge branch 'fix-gso_segs'Alexei Starovoitov2019-07-232-3/+14
| |\
| | * selftests/bpf: add another gso_segs accessEric Dumazet2019-07-231-0/+11
| | * bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
| |/
| * bpf: fix narrower loads on s390Ilya Leoshkevich2019-07-232-2/+15
| * selftests/bpf: fix sendmsg6_prog on s390Ilya Leoshkevich2019-07-221-2/+1
| * libbpf: Avoid designated initializers for unnamed union membersArnaldo Carvalho de Melo2019-07-221-7/+7
| * libbpf: Fix endianness macro usage for some compilersArnaldo Carvalho de Melo2019-07-222-4/+6
| * Merge branch 'bpf-sockmap-tls-fixes'Daniel Borkmann2019-07-2210-68/+419
| |\
| | * selftests/tls: add shutdown testsJakub Kicinski2019-07-221-0/+27
| | * selftests/tls: close the socket with open recordJakub Kicinski2019-07-221-0/+10
| | * selftests/tls: add a bidirectional testJakub Kicinski2019-07-221-0/+31
| | * selftests/tls: test error codes around TLS ULP installationJakub Kicinski2019-07-221-0/+52
| | * selftests/tls: add a test for ULP but no keysJakub Kicinski2019-07-221-0/+74
| | * bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-225-8/+53
| | * bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-07-221-0/+3
| | * bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-07-221-0/+2
| | * bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-07-221-5/+9
| | * net/tls: fix transition through disconnect with closeJohn Fastabend2019-07-223-1/+65
| | * net/tls: remove sock unlock/lock around strp_done()John Fastabend2019-07-224-45/+64
| | * net/tls: remove close callback sock unlock/lock around TX work flushJohn Fastabend2019-07-223-7/+22
| | * net/tls: don't call tls_sk_proto_close for hw record offloadJakub Kicinski2019-07-221-4/+0
| | * net/tls: don't arm strparser immediately in tls_set_sw_offload()Jakub Kicinski2019-07-224-10/+19
| |/
| * libbpf: sanitize VAR to conservative 1-byte INTAndrii Nakryiko2019-07-191-2/+7
| * libbpf: fix SIGSEGV when BTF loading fails, but .BTF.ext existsAndrii Nakryiko2019-07-191-0/+6
* | ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-07-261-0/+3
* | selftests/net: add missing gitignores (ipv6_flowlabel)Jakub Kicinski2019-07-261-2/+2
* | bnx2x: Disable multi-cos feature.Sudarsana Reddy Kalluru2019-07-261-2/+1
* | fsl/fman: Remove comment referring to non-existent functionChris Packham2019-07-251-3/+0
* | st_nci_hci_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* | st21nfca_connectivity_event_received: null check the allocationNavid Emamdoost2019-07-251-0/+2
* | tun: mark small packets as owned by the tap sockAlexis Bauvin2019-07-251-3/+6
* | Merge branch 'dim-fixes'David S. Miller2019-07-257-63/+63
|\ \
| * | lib/dim: Fix -Wunused-const-variable warningsLeon Romanovsky2019-07-252-56/+56
| * | linux/dim: Fix overflow in dim calculationYamin Friedman2019-07-255-7/+7
|/ /
* | ife: error out when nla attributes are emptyCong Wang2019-07-251-0/+5
* | netrom: hold sock when setting skb->destructorCong Wang2019-07-251-0/+1
* | ovs: datapath: hide clang frame-overflow warningsArnd Bergmann2019-07-251-7/+8
* | net/tls: add myself as a co-maintainerJakub Kicinski2019-07-251-0/+1
* | net: phy: mscc: initialize stats arrayAndreas Schwab2019-07-251-8/+8
* | net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha2019-07-241-4/+4
* | Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller2019-07-246-57/+98
|\ \
| * | can: gw: Fix error path of cgw_module_initYueHaibing2019-07-241-15/+33
| * | can: peak_usb: fix potential double kfree_skb()Stephane Grosjean2019-07-241-4/+4
| * | can: flexcan: fix stop mode acknowledgmentJoakim Zhang2019-07-241-4/+27
| * | can: flexcan: fix an use-after-free in flexcan_setup_stop_mode()Wen Yang2019-07-241-3/+5
| * | can: mcp251x: add error check when wq alloc failedWeitao Hou2019-07-241-27/+22
| * | can: rcar_canfd: fix possible IRQ storm on high loadNikita Yushchenko2019-07-241-4/+5