summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openvswitch: fix flow actions reallocationAndrea Righi2019-03-291-2/+2
* Merge branch 'nfp-fix-retcode-and-disable-netpoll-on-representors'David S. Miller2019-03-291-2/+2
|\
| * nfp: disable netpoll on representorsJakub Kicinski2019-03-291-1/+1
| * nfp: validate the return code from dev_queue_xmit()Jakub Kicinski2019-03-291-1/+1
|/
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-293-8/+4
* qmi_wwan: add Olicard 600Bjørn Mork2019-03-291-0/+1
* net: dsa: Implement flow_dissect callback for tag_qcaxiaofeis2019-03-291-0/+10
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-03-286-60/+25
|\
| * fm10k: Fix a potential NULL pointer dereferenceYue Haibing2019-03-271-0/+2
| * i40e: fix WoL support checkStefan Assmann2019-03-271-2/+1
| * ixgbe: fix mdio bus registrationIvan Vecera2019-03-271-7/+9
| * igb: Fix WARN_ONCE on runtime suspendArvind Sankar2019-03-272-49/+10
| * i40e: fix i40e_ptp_adjtime when given a negative deltaJacob Keller2019-03-261-2/+3
* | Merge tag 'batadv-net-for-davem-20190328' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-03-284-15/+46
|\ \
| * | batman-adv: Fix genl notification for throughput_overrideSven Eckelmann2019-03-251-2/+5
| * | batman-adv: fix warning in function batadv_v_elp_get_throughputAnders Roxell2019-03-251-2/+4
| * | batman-adv: Reduce tt_global hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+15
| * | batman-adv: Reduce tt_local hash refcnt only for removed entrySven Eckelmann2019-03-251-5/+9
| * | batman-adv: Reduce claim hash refcnt only for removed entrySven Eckelmann2019-03-251-3/+13
* | | vrf: prevent adding upper devicesSabrina Dubroca2019-03-281-0/+1
* | | Merge branch 'thunderx-fix-receive-buffer-page-recycling'David S. Miller2019-03-281-16/+14
|\ \ \
| * | | thunderx: eliminate extra calls to put_page() for pages held for recyclingDean Nelson2019-03-281-4/+3
| * | | thunderx: enable page recycling for non-XDP caseDean Nelson2019-03-281-12/+11
|/ / /
* | | net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() helperClaudiu Manoil2019-03-281-1/+1
* | | net: hns3: fix compile errorXi Wang2019-03-282-2/+2
* | | ila: Fix rhashtable walker list corruptionHerbert Xu2019-03-281-0/+1
* | | MAINTAINERS: Fix documentation file name for PHY LibraryFlorian Fainelli2019-03-281-1/+1
* | | net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-281-1/+1
* | | net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmodeHeiner Kallweit2019-03-281-8/+16
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-27182-1137/+3121
|\ \ \ | | |/ | |/|
| * | dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei2019-03-261-4/+9
| * | chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2019-03-262-2/+2
| * | net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
| * | net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean2019-03-262-0/+29
| * | tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-03-261-4/+1
| * | net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2019-03-262-0/+23
| * | net: sched: Kconfig: update reference link for PIELeslie Monis2019-03-261-2/+1
| * | net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2019-03-262-1/+168
| * | net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter2019-03-261-18/+0
| * | dt-bindings: net: dsa: qca8k: support internal mdio-busChristian Lamparter2019-03-261-5/+64
| * | dt-bindings: net: dsa: qca8k: fix exampleChristian Lamparter2019-03-261-2/+2
| * | net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit2019-03-261-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-255-33/+92
| |\ \
| | * \ Merge branch 'libbpf-fixup'Alexei Starovoitov2019-03-252-14/+29
| | |\ \
| | | * | bpf, libbpf: clarify bump in libbpf version infoDaniel Borkmann2019-03-251-0/+1
| | | * | bpf, libbpf: fix version info and add it to shared objectDaniel Borkmann2019-03-251-14/+28
| | |/ /
| | * | bpf: verifier: propagate liveness on all framesJakub Kicinski2019-03-222-9/+36
| | * | bpf: do not restore dst_reg when cur_state is freedXu Yu2019-03-211-1/+1
| | * | bpf: Only print ref_obj_id for refcounted regMartin KaFai Lau2019-03-211-2/+11
| | * | bpf: Try harder when allocating memory for large mapsMartynas Pumputis2019-03-181-7/+15