index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-18
mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscs
Petr Machata
1
-1
/
+33
2020-09-18
mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbuffer
Petr Machata
1
-0
/
+59
2020-09-18
mlxsw: spectrum_buffers: Support two headroom modes
Petr Machata
2
-3
/
+30
2020-09-18
netlink: add spaces around '&' in netlink_recv/sendmsg()
Yang Yingliang
1
-4
/
+4
2020-09-18
netdev: Remove unused functions
YueHaibing
1
-10
/
+0
2020-09-18
mptcp: Fix unsigned 'max_seq' compared with zero in mptcp_data_queue_ofo
Ye Bin
1
-2
/
+3
2020-09-18
dt-bindings: marvell,prestera: Add description for device-tree bindings
Vadym Kochan
1
-0
/
+34
2020-09-18
net: marvell: prestera: Add Switchdev driver implementation
Vadym Kochan
7
-4
/
+1807
2020-09-18
net: marvell: prestera: Add ethtool interface support
Vadym Kochan
7
-6
/
+1182
2020-09-18
net: marvell: prestera: Add basic devlink support
Vadym Kochan
6
-5
/
+165
2020-09-18
net: marvell: prestera: Add PCI interface support
Vadym Kochan
3
-0
/
+782
2020-09-18
net: marvell: prestera: Add driver for Prestera family ASIC devices
Vadym Kochan
12
-0
/
+2380
2020-09-18
genetlink: Remove unused function genl_err_attr()
YueHaibing
1
-8
/
+0
2020-09-18
net/sched: Remove unused function qdisc_queue_drop_head()
YueHaibing
1
-6
/
+0
2020-09-18
selftests: mptcp: interpret \n as a new line
Matthieu Baerts
2
-4
/
+4
2020-09-18
net/packet: Fix a comment about mac_header
Xie He
1
-11
/
+12
2020-09-18
net: hns3: use napi_consume_skb() when cleaning tx desc
Yunsheng Lin
3
-15
/
+16
2020-09-18
net: hns3: use writel() to optimize the barrier operation
Yunsheng Lin
2
-8
/
+3
2020-09-18
net: hns3: optimize the rx clean process
Yunsheng Lin
1
-30
/
+31
2020-09-18
net: hns3: optimize the tx clean process
Yunsheng Lin
3
-45
/
+33
2020-09-18
net: hns3: batch tx doorbell operation
Yunsheng Lin
3
-12
/
+39
2020-09-18
net: hns3: batch the page reference count updates
Yunsheng Lin
2
-8
/
+25
2020-09-17
cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macro
Liu Shixin
1
-81
/
+11
2020-09-17
ionic: dynamic interrupt moderation
Shannon Nelson
6
-31
/
+112
2020-09-17
net/smc: check variable before dereferencing in smc_close.c
Karsten Graul
1
-3
/
+4
2020-09-17
net: bridge: mcast: don't ignore return value of __grp_src_toex_excl
Nikolay Aleksandrov
1
-1
/
+1
2020-09-17
net: stmmac: Add support to Ethtool get/set ring parameters
Song, Yoong Siang
7
-59
/
+132
2020-09-17
mlxsw: spectrum_buffers: Manage internal buffer in the hdroom code
Petr Machata
4
-64
/
+113
2020-09-17
mlxsw: spectrum_buffers: Introduce shared buffer ops
Petr Machata
3
-0
/
+21
2020-09-17
mlxsw: spectrum_buffers: Convert mlxsw_sp_port_headroom_init()
Petr Machata
1
-52
/
+23
2020-09-17
mlxsw: spectrum_buffers: Inline mlxsw_sp_sb_max_headroom_cells()
Petr Machata
2
-9
/
+1
2020-09-17
mlxsw: spectrum_buffers: Move here the new headroom code
Petr Machata
2
-201
/
+199
2020-09-17
mlxsw: spectrum: Move here the three-step headroom configuration from DCB
Petr Machata
2
-61
/
+61
2020-09-17
mlxsw: spectrum_dcb: Convert mlxsw_sp_port_pg_prio_map() to hdroom code
Petr Machata
1
-10
/
+19
2020-09-17
mlxsw: spectrum_dcb: Convert ETS handler fully to mlxsw_sp_hdroom_configure()
Petr Machata
1
-36
/
+6
2020-09-17
mlxsw: spectrum: Split headroom autoresize out of buffer configuration
Petr Machata
4
-31
/
+97
2020-09-17
mlxsw: spectrum: Track buffer sizes in struct mlxsw_sp_hdroom
Petr Machata
2
-5
/
+16
2020-09-17
mlxsw: spectrum: Track lossiness in struct mlxsw_sp_hdroom
Petr Machata
5
-49
/
+64
2020-09-17
mlxsw: spectrum: Track priorities in struct mlxsw_sp_hdroom
Petr Machata
4
-13
/
+35
2020-09-17
mlxsw: spectrum: Track MTU in struct mlxsw_sp_hdroom
Petr Machata
5
-20
/
+26
2020-09-17
mlxsw: spectrum: Unify delay handling between PFC and pause
Petr Machata
4
-45
/
+67
2020-09-17
mlxsw: spectrum_buffers: Add struct mlxsw_sp_hdroom
Petr Machata
3
-2
/
+25
2020-09-16
selftests: fib_nexthops: Test cleanup of FDB entries following nexthop deletion
Ido Schimmel
1
-0
/
+14
2020-09-16
nexthop: Only emit a notification when nexthop is actually deleted
Ido Schimmel
1
-2
/
+2
2020-09-16
nexthop: Convert to blocking notification chain
Ido Schimmel
2
-7
/
+8
2020-09-16
nexthop: Remove NEXTHOP_EVENT_ADD
Ido Schimmel
1
-1
/
+0
2020-09-16
nexthop: Remove unused function declaration from header file
Ido Schimmel
1
-3
/
+0
2020-09-16
chelsio/chtls: Re-add dependencies on CHELSIO_T4 to fix modular CHELSIO_T4
Geert Uytterhoeven
1
-0
/
+2
2020-09-16
mlxsw: core: Introduce fw_fatal health reporter
Jiri Pirko
5
-0
/
+256
2020-09-16
devlink: introduce the health reporter test command
Jiri Pirko
3
-0
/
+35
[next]