summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopXin Long1-4/+1
2019-03-26net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2-0/+23
2019-03-26net: sched: Kconfig: update reference link for PIELeslie Monis1-2/+1
2019-03-26net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2-1/+168
2019-03-26net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter1-18/+0
2019-03-26dt-bindings: net: dsa: qca8k: support internal mdio-busChristian Lamparter1-5/+64
2019-03-26dt-bindings: net: dsa: qca8k: fix exampleChristian Lamparter1-2/+2
2019-03-25net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2019-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-33/+92
2019-03-24Merge branch 'libbpf-fixup'Alexei Starovoitov2-14/+29
2019-03-24bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann1-0/+1
2019-03-24bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann1-14/+28
2019-03-23rxrpc: avoid clang -Wuninitialized warningArnd Bergmann1-6/+5
2019-03-23tipc: tipc clang warningJon Maloy1-3/+4
2019-03-23net: sched: fix cleanup NULL pointer exception in act_mirrJohn Hurley1-2/+5
2019-03-23r8169: fix cable re-plugging issueHeiner Kallweit1-1/+1
2019-03-23net: ethernet: ti: fix possible object reference leakWen Yang1-2/+6
2019-03-23net: ibm: fix possible object reference leakWen Yang1-0/+1
2019-03-23net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-03-23net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli1-0/+3
2019-03-22r8169: don't read interrupt mask register in interrupt handlerHeiner Kallweit1-2/+4
2019-03-21bpf: verifier: propagate liveness on all framesJakub Kicinski2-9/+36
2019-03-21net: hns3: fix for not calculating tx bd num correctlyYunsheng Lin2-8/+6
2019-03-21rhashtable: Still do rehash when we get EEXISTHerbert Xu1-2/+6
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai1-5/+9
2019-03-21Merge branch 'net-sched-validate-the-control-action-with-all-the-other-parame...David S. Miller36-121/+749
2019-03-21net/sched: let actions use RCU to access 'goto_chain'Davide Caratti4-10/+13
2019-03-21net/sched: don't dereference a->goto_chain to read the chain indexDavide Caratti1-1/+1
2019-03-21net/sched: act_vlan: validate the control action inside init()Davide Caratti2-3/+42
2019-03-21net/sched: act_tunnel_key: validate the control action inside init()Davide Caratti2-2/+41
2019-03-21net/sched: act_skbmod: validate the control action inside init()Davide Caratti2-3/+41
2019-03-21net/sched: act_skbedit: validate the control action inside init()Davide Caratti2-3/+41
2019-03-21net/sched: act_simple: validate the control action inside init()Davide Caratti2-14/+63
2019-03-21net/sched: act_sample: validate the control action inside init()Davide Caratti2-3/+41
2019-03-21net/sched: act_police: validate the control action inside init()Davide Caratti2-1/+36
2019-03-21net/sched: act_pedit: validate the control action inside init()Davide Caratti2-2/+65
2019-03-21net/sched: act_nat: validate the control action inside init()Davide Caratti2-1/+36
2019-03-21net/sched: act_connmark: validate the control action inside init()Davide Caratti2-3/+43
2019-03-21net/sched: act_mirred: validate the control action inside init()Davide Caratti2-4/+42
2019-03-21net/sched: act_ife: validate the control action inside init()Davide Caratti2-13/+45
2019-03-21net/sched: act_gact: validate the control action inside init()Davide Caratti2-1/+37
2019-03-21net/sched: act_csum: validate the control action inside init()Davide Caratti2-3/+42
2019-03-21net/sched: act_bpf: validate the control action inside init()Davide Caratti2-5/+43
2019-03-21net/sched: prepare TC actions to properly validate the control actionDavide Caratti18-56/+84
2019-03-21net: macb: Add null check for PCLK and HCLKHarini Katakam1-2/+8
2019-03-21net: phy: Add DP83825I to the DP83822 driverDan Murphy1-14/+20
2019-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller10-34/+54
2019-03-21genetlink: Fix a memory leak on error pathYueHaibing1-1/+2
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-03-21bpf: do not restore dst_reg when cur_state is freedXu Yu1-1/+1