summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* selftests: net: tls: remove recv_rcvbuf testThadeu Lima de Souza Cascardo2019-12-151-28/+0
* Merge branch 'gtp-fix-several-bugs-in-gtp-module'Jakub Kicinski2019-12-151-46/+63
|\
| * gtp: avoid zero size hashtableTaehee Yoo2019-12-151-2/+5
| * gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo2019-12-151-17/+17
| * gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo2019-12-151-17/+19
| * gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo2019-12-151-10/+22
|/
* bonding: fix active-backup transition after link failureMahesh Bandewar2019-12-151-3/+0
* Merge branch 'bnx2x-bug-fixes'Jakub Kicinski2019-12-144-3/+24
|\
| * bnx2x: Fix logic to get total no. of PFs per engineManish Chopra2019-12-141-1/+1
| * bnx2x: Do not handle requests from VFs after parityManish Chopra2019-12-143-2/+23
|/
* net: ethernet: ti: build cpsw-common for switchdevArnd Bergmann2019-12-141-0/+1
* net: ethernet: ti: select PAGE_POOL for switchdev driverArnd Bergmann2019-12-141-0/+1
* hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang2019-12-141-3/+3
* net: marvell: mvpp2: phylink requires the link interruptRussell King2019-12-141-1/+1
* Merge branch 'tcp-take-care-of-empty-skbs-in-write-queue'Jakub Kicinski2019-12-143-7/+23
|\
| * tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2019-12-141-4/+2
| * tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-142-3/+13
| * tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-141-0/+8
|/
* 6pack,mkiss: fix possible deadlockEric Dumazet2019-12-142-4/+4
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-146-15/+65
* net/ibmvnic: Fix typo in retry checkThomas Falcon2019-12-141-1/+1
* ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu2019-12-141-4/+4
* ptp: clockmatrix: add I2C dependencyArnd Bergmann2019-12-141-1/+1
* bnxt: apply computed clamp value for coalece parameterJonathan Lemon2019-12-141-1/+1
* mailmap: add entry for myselfVivien Didelot2019-12-141-0/+1
* MAINTAINERS: Add maintainers for rmnetSubash Abhinov Kasiviswanathan2019-12-141-0/+9
* qede: Fix multicast mac configurationManish Chopra2019-12-121-1/+1
* net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan2019-12-121-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-12-1210-18/+126
|\
| * samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee2019-12-121-2/+16
| * samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee2019-12-121-2/+2
| * selftests/bpf: Test function_graph tracer and bpf trampoline togetherAlexei Starovoitov2019-12-121-0/+39
| * bpf: Make BPF trampoline use register_ftrace_direct() APIAlexei Starovoitov2019-12-122-6/+59
| * bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen2019-12-112-2/+2
| * bpf: Fix build in minimal configurations, againArnd Bergmann2019-12-111-0/+1
| * bpf, mips: Limit to 33 tail callsPaul Chaignon2019-12-111-4/+5
| * bpf, riscv: Limit to 33 tail callsPaul Chaignon2019-12-111-2/+2
|/
* net: ena: fix napi handler misbehavior when the napi budget is zeroNetanel Belgazal2019-12-111-3/+7
* Merge branch 'tipc-fix-some-issues'David S. Miller2019-12-114-126/+215
|\
| * tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-111-3/+3
| * tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-111-14/+18
| * tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-111-9/+15
| * tipc: fix name table rbtree issuesTuong Lien2019-12-111-100/+179
|/
* Merge branch 'bnxt_en-Error-recovery-fixes'David S. Miller2019-12-116-60/+146
|\
| * bnxt_en: Add missing devlink health reporters for VFs.Vasundhara Volam2019-12-112-14/+22
| * bnxt_en: Fix the logic that creates the health reporters.Vasundhara Volam2019-12-113-21/+56
| * bnxt_en: Remove unnecessary NULL checks for fw_healthVasundhara Volam2019-12-112-9/+3
| * bnxt_en: Fix bp->fw_health allocation and free logic.Vasundhara Volam2019-12-111-10/+26
| * bnxt_en: Return error if FW returns more data than dump lengthVasundhara Volam2019-12-112-8/+34
| * bnxt_en: Free context memory in the open path if firmware has been reset.Michael Chan2019-12-111-0/+3