summaryrefslogtreecommitdiffstats
path: root/net/xdp/xsk.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-18mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata1-1/+33
2020-09-18mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata1-0/+59
2020-09-18mlxsw: spectrum_buffers: Support two headroom modesPetr Machata2-3/+30
2020-09-18netlink: add spaces around '&' in netlink_recv/sendmsg()Yang Yingliang1-4/+4
2020-09-18netdev: Remove unused functionsYueHaibing1-10/+0
2020-09-18mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofoYe Bin1-2/+3
2020-09-18dt-bindings: marvell,prestera: Add description for device-tree bindingsVadym Kochan1-0/+34
2020-09-18net: marvell: prestera: Add Switchdev driver implementationVadym Kochan7-4/+1807
2020-09-18net: marvell: prestera: Add ethtool interface supportVadym Kochan7-6/+1182
2020-09-18net: marvell: prestera: Add basic devlink supportVadym Kochan6-5/+165
2020-09-18net: marvell: prestera: Add PCI interface supportVadym Kochan3-0/+782
2020-09-18net: marvell: prestera: Add driver for Prestera family ASIC devicesVadym Kochan12-0/+2380
2020-09-18genetlink: Remove unused function genl_err_attr()YueHaibing1-8/+0
2020-09-18net/sched: Remove unused function qdisc_queue_drop_head()YueHaibing1-6/+0
2020-09-18selftests: mptcp: interpret \n as a new lineMatthieu Baerts2-4/+4
2020-09-18net/packet: Fix a comment about mac_headerXie He1-11/+12
2020-09-18net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin3-15/+16
2020-09-18net: hns3: use writel() to optimize the barrier operationYunsheng Lin2-8/+3
2020-09-18net: hns3: optimize the rx clean processYunsheng Lin1-30/+31
2020-09-18net: hns3: optimize the tx clean processYunsheng Lin3-45/+33
2020-09-18net: hns3: batch tx doorbell operationYunsheng Lin3-12/+39
2020-09-18net: hns3: batch the page reference count updatesYunsheng Lin2-8/+25
2020-09-17cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-81/+11
2020-09-17ionic: dynamic interrupt moderationShannon Nelson6-31/+112
2020-09-17net/smc: check variable before dereferencing in smc_close.cKarsten Graul1-3/+4
2020-09-17net: bridge: mcast: don't ignore return value of __grp_src_toex_exclNikolay Aleksandrov1-1/+1
2020-09-17net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang7-59/+132
2020-09-17mlxsw: spectrum_buffers: Manage internal buffer in the hdroom codePetr Machata4-64/+113
2020-09-17mlxsw: spectrum_buffers: Introduce shared buffer opsPetr Machata3-0/+21
2020-09-17mlxsw: spectrum_buffers: Convert mlxsw_sp_port_headroom_init()Petr Machata1-52/+23
2020-09-17mlxsw: spectrum_buffers: Inline mlxsw_sp_sb_max_headroom_cells()Petr Machata2-9/+1
2020-09-17mlxsw: spectrum_buffers: Move here the new headroom codePetr Machata2-201/+199
2020-09-17mlxsw: spectrum: Move here the three-step headroom configuration from DCBPetr Machata2-61/+61
2020-09-17mlxsw: spectrum_dcb: Convert mlxsw_sp_port_pg_prio_map() to hdroom codePetr Machata1-10/+19
2020-09-17mlxsw: spectrum_dcb: Convert ETS handler fully to mlxsw_sp_hdroom_configure()Petr Machata1-36/+6
2020-09-17mlxsw: spectrum: Split headroom autoresize out of buffer configurationPetr Machata4-31/+97
2020-09-17mlxsw: spectrum: Track buffer sizes in struct mlxsw_sp_hdroomPetr Machata2-5/+16
2020-09-17mlxsw: spectrum: Track lossiness in struct mlxsw_sp_hdroomPetr Machata5-49/+64
2020-09-17mlxsw: spectrum: Track priorities in struct mlxsw_sp_hdroomPetr Machata4-13/+35
2020-09-17mlxsw: spectrum: Track MTU in struct mlxsw_sp_hdroomPetr Machata5-20/+26
2020-09-17mlxsw: spectrum: Unify delay handling between PFC and pausePetr Machata4-45/+67
2020-09-17mlxsw: spectrum_buffers: Add struct mlxsw_sp_hdroomPetr Machata3-2/+25
2020-09-16selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletionIdo Schimmel1-0/+14
2020-09-16nexthop: Only emit a notification when nexthop is actually deletedIdo Schimmel1-2/+2
2020-09-16nexthop: Convert to blocking notification chainIdo Schimmel2-7/+8
2020-09-16nexthop: Remove NEXTHOP_EVENT_ADDIdo Schimmel1-1/+0
2020-09-16nexthop: Remove unused function declaration from header fileIdo Schimmel1-3/+0
2020-09-16chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4Geert Uytterhoeven1-0/+2
2020-09-16mlxsw: core: Introduce fw_fatal health reporterJiri Pirko5-0/+256
2020-09-16devlink: introduce the health reporter test commandJiri Pirko3-0/+35