index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kbuild
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-02-17
mptcp: mark ops structures as ro_after_init
Florian Westphal
1
-8
/
+7
2022-02-17
mptcp: constify a bunch of of helpers
Paolo Abeni
3
-32
/
+32
2022-02-17
mptcp: drop port parameter of mptcp_pm_add_addr_signal
Geliang Tang
3
-7
/
+7
2022-02-17
mptcp: drop unneeded type casts for hmac
Geliang Tang
2
-5
/
+2
2022-02-17
mptcp: drop unused sk in mptcp_get_options
Geliang Tang
3
-10
/
+8
2022-02-17
mptcp: mptcp_parse_option is no longer exported
Matthieu Baerts
1
-6
/
+0
2022-02-17
mptcp: add SNDTIMEO setsockopt support
Geliang Tang
1
-0
/
+2
2022-02-17
net: Fix an ignored error return from dm9051_get_regs()
Yang Li
1
-1
/
+1
2022-02-17
net: dsa: tag_8021q: only call skb_push/skb_pull around __skb_vlan_pop
Vladimir Oltean
1
-2
/
+2
2022-02-17
net: ethernet: altera: cleanup comments
Tom Rix
2
-5
/
+5
2022-02-17
net/smc: return ETIMEDOUT when smc_connect_clc() timeout
D. Wythe
1
-1
/
+7
2022-02-17
net: hns3: Remove unused inline function hclge_is_reset_pending()
YueHaibing
1
-5
/
+0
2022-02-16
net: dsa: offload bridge port VLANs on foreign interfaces
Vladimir Oltean
2
-26
/
+31
2022-02-16
net: dsa: add explicit support for host bridge VLANs
Vladimir Oltean
6
-47
/
+298
2022-02-16
net: switchdev: introduce switchdev_handle_port_obj_{add,del} for foreign int...
Vladimir Oltean
2
-8
/
+171
2022-02-16
net: switchdev: rename switchdev_lower_dev_find to switchdev_lower_dev_find_rcu
Vladimir Oltean
1
-9
/
+9
2022-02-16
net: bridge: switchdev: replay all VLAN groups
Vladimir Oltean
1
-41
/
+49
2022-02-16
net: bridge: make nbp_switchdev_unsync_objs() follow reverse order of sync()
Vladimir Oltean
1
-2
/
+2
2022-02-16
net: bridge: switchdev: differentiate new VLANs from changed ones
Vladimir Oltean
4
-9
/
+17
2022-02-16
net: bridge: vlan: notify switchdev only when something changed
Vladimir Oltean
1
-30
/
+65
2022-02-16
net: bridge: vlan: make __vlan_add_flags react only to PVID and UNTAGGED
Vladimir Oltean
1
-2
/
+4
2022-02-16
net: bridge: vlan: don't notify to switchdev master VLANs without BRENTRY flag
Vladimir Oltean
1
-3
/
+6
2022-02-16
net: bridge: vlan: check early for lack of BRENTRY flag in br_vlan_add_existing
Vladimir Oltean
1
-6
/
+4
2022-02-16
gve: enhance no queue page list detection
Haiyue Wang
1
-4
/
+2
2022-02-15
net: dm9051: Fix spelling mistake "eror" -> "error"
Colin Ian King
1
-2
/
+2
2022-02-15
dpaa2-eth: Simplify bool conversion
Yang Li
1
-2
/
+2
2022-02-15
net: bridge: vlan: check for errors from __vlan_del in __vlan_flush
Vladimir Oltean
1
-1
/
+8
2022-02-15
net: hso: Use GFP_KERNEL instead of GFP_ATOMIC when possible
Christophe JAILLET
1
-1
/
+1
2022-02-15
virtio_net: Fix code indent error
Michael Catanzaro
1
-2
/
+1
2022-02-15
net/mlx5e: Optimize the common case condition in mlx5e_select_queue
Maxim Mikityanskiy
1
-3
/
+8
2022-02-15
net/mlx5e: Optimize modulo in mlx5e_select_queue
Maxim Mikityanskiy
2
-3
/
+24
2022-02-15
net/mlx5e: Optimize mlx5e_select_queue
Maxim Mikityanskiy
1
-16
/
+42
2022-02-15
net/mlx5e: Use READ_ONCE/WRITE_ONCE for DCBX trust state
Maxim Mikityanskiy
2
-6
/
+8
2022-02-15
net/mlx5e: Move repeating code that gets TC prio into a function
Maxim Mikityanskiy
1
-21
/
+15
2022-02-15
net/mlx5e: Use select queue parameters to sync with control flow
Maxim Mikityanskiy
5
-73
/
+32
2022-02-15
net/mlx5e: Move mlx5e_select_queue to en/selq.c
Maxim Mikityanskiy
4
-113
/
+117
2022-02-15
net/mlx5e: Introduce select queue parameters
Maxim Mikityanskiy
6
-5
/
+165
2022-02-15
net/mlx5e: Sync txq2sq updates with mlx5e_xmit for HTB queues
Maxim Mikityanskiy
2
-4
/
+33
2022-02-15
net/mlx5e: Use a barrier after updating txq2sq
Maxim Mikityanskiy
1
-2
/
+9
2022-02-15
net/mlx5e: Disable TX queues before registering the netdev
Maxim Mikityanskiy
1
-0
/
+1
2022-02-15
net/mlx5e: Cleanup of start/stop all queues
Maxim Mikityanskiy
1
-3
/
+10
2022-02-15
net/mlx5e: Use FW limitation for max MPW WQEBBs
Aya Levin
8
-26
/
+35
2022-02-15
net/mlx5e: Read max WQEBBs on the SQ from firmware
Aya Levin
8
-26
/
+53
2022-02-15
net/mlx5e: Remove unused tstamp SQ field
Tariq Toukan
3
-3
/
+0
2022-02-15
net: dsa: mv88e6xxx: Fix validation of built-in PHYs on 6095/6097
Tobias Waldekranz
1
-2
/
+21
2022-02-14
selftests: net: cmsg_sender: Fix spelling mistake "MONOTINIC" -> "MONOTONIC"
Colin Ian King
1
-1
/
+1
2022-02-14
net: prestera: acl: add multi-chain support offload
Volodymyr Mytnyk
7
-39
/
+203
2022-02-14
net: wwan: iosm: drop debugfs dev reference
M Chetan Kumar
2
-2
/
+5
2022-02-14
net: wwan: debugfs obtained dev reference not dropped
M Chetan Kumar
2
-0
/
+38
2022-02-14
net: dsa: realtek: realtek-mdio: reset before setup
Luiz Angelo Daros de Luca
3
-4
/
+24
[next]