summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tipc: optimize key switching time and logicTuong Lien2020-09-183-231/+165
* Merge branch 'ionic-add-devlink-dev-flash-support'David S. Miller2020-09-1810-35/+339
|\
| * ionic: add devlink firmware updateShannon Nelson2020-09-185-9/+239
| * ionic: update the fw update apiShannon Nelson2020-09-182-8/+29
| * netdevsim: devlink flash timeout messageShannon Nelson2020-09-181-0/+2
| * devlink: collect flash notify params into a structShannon Nelson2020-09-182-23/+50
| * devlink: add timeout information to status_notifyShannon Nelson2020-09-183-6/+30
|/
* net: use exponential backoff in netdev_wait_allrefsFrancesco Ruggeri2020-09-181-2/+10
* mptcp: fix integer overflow in mptcp_subflow_discard_data()Paolo Abeni2020-09-171-1/+1
* net/smc: fix double kfree in smc_listen_work()Ursula Braun2020-09-171-2/+2
* ionic: add DIMLIB to KconfigShannon Nelson2020-09-171-0/+1
* net: remove comments on struct rtnl_link_statsJakub Kicinski2020-09-171-16/+15
* net: mdio: octeon: Select MDIO_DEVRESAndrew Lunn2020-09-171-0/+1
* selftests: Set default protocol for raw sockets in nettestDavid Ahern2020-09-171-0/+2
* dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-171-57/+6
* net: hsr: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2020-09-171-19/+2
* Merge branch 'mlxsw-Support-dcbnl_setbuffer-dcbnl_getbuffer'David S. Miller2020-09-174-4/+122
|\
| * mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata2020-09-171-1/+33
| * mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata2020-09-171-0/+59
| * mlxsw: spectrum_buffers: Support two headroom modesPetr Machata2020-09-172-3/+30
|/
* netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang2020-09-171-4/+4
* netdev: Remove unused functionsYueHaibing2020-09-171-10/+0
* mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin2020-09-171-2/+3
* Merge branch 'net-marvell-prestera-Add-Switchdev-driver-for-Prestera-family-A...David S. Miller2020-09-1720-0/+6335
|\
| * dt-bindings: marvell,prestera: Add description for device-tree bindingsVadym Kochan2020-09-171-0/+34
| * net: marvell: prestera: Add Switchdev driver implementationVadym Kochan2020-09-177-4/+1807
| * net: marvell: prestera: Add ethtool interface supportVadym Kochan2020-09-177-6/+1182
| * net: marvell: prestera: Add basic devlink supportVadym Kochan2020-09-176-5/+165
| * net: marvell: prestera: Add PCI interface supportVadym Kochan2020-09-173-0/+782
| * net: marvell: prestera: Add driver for Prestera family ASIC devicesVadym Kochan2020-09-1712-0/+2380
|/
* genetlink: Remove unused function genl_err_attr()YueHaibing2020-09-171-8/+0
* net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing2020-09-171-6/+0
* selftests: mptcp: interpret \n as a new lineMatthieu Baerts2020-09-172-4/+4
* net/packet: Fix a comment about mac_headerXie He2020-09-171-11/+12
* Merge branch 'net-hns3-updates-for-next'David S. Miller2020-09-173-111/+140
|\
| * net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin2020-09-173-15/+16
| * net: hns3: use writel() to optimize the barrier operationYunsheng Lin2020-09-172-8/+3
| * net: hns3: optimize the rx clean processYunsheng Lin2020-09-171-30/+31
| * net: hns3: optimize the tx clean processYunsheng Lin2020-09-173-45/+33
| * net: hns3: batch tx doorbell operationYunsheng Lin2020-09-173-12/+39
| * net: hns3: batch the page reference count updatesYunsheng Lin2020-09-172-8/+25
|/
* cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin2020-09-161-81/+11
* ionic: dynamic interrupt moderationShannon Nelson2020-09-166-31/+112
* net/smc: check variable before dereferencing in smc_close.cKarsten Graul2020-09-161-3/+4
* net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov2020-09-161-1/+1
* net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang2020-09-167-59/+132
* Merge branch 'mlxsw-Refactor-headroom-management'David S. Miller2020-09-167-295/+470
|\
| * mlxsw: spectrum_buffers: Manage internal buffer in the hdroom codePetr Machata2020-09-164-64/+113
| * mlxsw: spectrum_buffers: Introduce shared buffer opsPetr Machata2020-09-163-0/+21
| * mlxsw: spectrum_buffers: Convert mlxsw_sp_port_headroom_init()Petr Machata2020-09-161-52/+23