summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ibmvnic-Fixes-for-device-reset-handling'David S. Miller2019-06-091-7/+12
|\
| * ibmvnic: Fix unchecked return codes of memory allocationsThomas Falcon2019-06-091-6/+7
| * ibmvnic: Refresh device multicast list after resetThomas Falcon2019-06-091-0/+3
| * ibmvnic: Do not close unopened driver during resetThomas Falcon2019-06-091-1/+2
|/
* Merge tag 'mlx5-fixes-2019-06-07' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-06-098-22/+58
|\
| * net/mlx5e: Support tagged tunnel over bondEli Britstein2019-06-071-5/+6
| * net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel2019-06-071-0/+5
| * net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem2019-06-071-3/+0
| * net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin2019-06-073-6/+8
| * net/mlx5e: Add ndo_set_feature for uplink representorChris Mi2019-06-073-6/+8
| * net/mlx5: Avoid reloading already removed devicesAlaa Hleihel2019-06-071-2/+23
| * net/mlx5: Update pci error handler entries and command translationEdward Srouji2019-06-071-0/+8
* | Merge tag 'linux-can-fixes-for-5.2-20190607' of git://git.kernel.org/pub/scm/...David S. Miller2019-06-098-25/+65
|\ \
| * | can: purge socket error queue on sock destructWillem de Bruijn2019-06-071-0/+1
| * | can: flexcan: Remove unneeded registration messageFabio Estevam2019-06-071-3/+0
| * | can: af_can: Fix error path of can_init()YueHaibing2019-06-071-3/+21
| * | can: m_can: implement errata "Needless activation of MRAF irq"Eugen Hristev2019-06-071-0/+21
| * | can: mcp251x: add support for mcp25625Sean Nyekjaer2019-06-072-11/+19
| * | dt-bindings: can: mcp251x: add mcp25625 supportSean Nyekjaer2019-06-071-0/+1
| * | can: xilinx_can: use correct bittiming_const for CAN FD coreAnssi Hannula2019-06-071-1/+1
| * | can: flexcan: fix timeout when set small bitrateJoakim Zhang2019-06-071-1/+1
| * | can: usb: Kconfig: Remove duplicate menu entryAlexander Dahl2019-06-071-6/+0
* | | mpls: fix warning with multi-label encapGeorge Wilkie2019-06-091-1/+1
* | | net: phy: rename Asix Electronics PHY driverMichael Schmitz2019-06-094-3/+3
* | | ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet2019-06-091-3/+4
* | | net: ipv4: fib_semantics: fix uninitialized variableEnrico Weigelt2019-06-091-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-0728-64/+887
|\ \ \ | |/ / |/| |
| * | Merge branch 'fix-unconnected-udp'Alexei Starovoitov2019-06-0616-26/+264
| |\ \
| | * | bpf: expand section tests for test_section_namesDaniel Borkmann2019-06-061-0/+10
| | * | bpf: more msg_name rewrite tests to test_sock_addrDaniel Borkmann2019-06-061-16/+197
| | * | bpf, bpftool: enable recvmsg attach typesDaniel Borkmann2019-06-065-6/+15
| | * | bpf, libbpf: enable recvmsg attach typesDaniel Borkmann2019-06-061-0/+4
| | * | bpf: sync tooling uapi headerDaniel Borkmann2019-06-061-0/+2
| | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-067-4/+36
| |/ /
| * | tools: bpftool: Fix JSON output when lookup failsKrzesimir Nowak2019-06-051-0/+2
| * | selftests/bpf: move test_lirc_mode2_user to TEST_GEN_PROGS_EXTENDEDHangbin Liu2019-06-051-3/+4
| * | Merge branch 'reuseport-fixes'Alexei Starovoitov2019-06-032-3/+7
| |\ \
| | * | bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2019-06-032-2/+6
| | * | bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau2019-06-031-1/+1
| |/ /
| * | bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arshLuke Nelson2019-05-311-0/+18
| * | libbpf: Return btf_fd for load_sk_storage_btfMichal Rostecki2019-05-313-23/+22
| * | selftests: bpf: fix compiler warning in flow_dissector testAlakesh Haloi2019-05-291-0/+1
| * | Merge branch 'bpf-subreg-tests'Daniel Borkmann2019-05-292-39/+533
| |\ \
| | * | selftests: bpf: complete sub-register zero extension checksJiong Wang2019-05-291-11/+505
| | * | selftests: bpf: move sub-register zero extension checks into subreg.cJiong Wang2019-05-292-39/+39
| |/ /
| * | bpf: sockmap, fix use after free from sleep in psock backlog workqueueJohn Fastabend2019-05-241-0/+1
| * | bpf: sockmap, restore sk_write_space when psock gets droppedJakub Sitnicki2019-05-231-0/+2
| * | selftests: bpf: add zero extend checks for ALU32 and/or/xorBjörn Töpel2019-05-231-0/+39
| * | bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32Björn Töpel2019-05-231-0/+6
| * | samples, bpf: suppress compiler warningMatteo Croce2019-05-211-1/+1