index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
mesh.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-18
Documentation: Add documentation for new devlink-rate attributes
Michal Wilczynski
1
-1
/
+32
2022-11-18
ice: Add documentation for devlink-rate implementation
Michal Wilczynski
1
-0
/
+115
2022-11-18
ice: Prevent ADQ, DCB coexistence with Custom Tx scheduler
Michal Wilczynski
6
-0
/
+111
2022-11-18
ice: Implement devlink-rate API
Michal Wilczynski
3
-0
/
+426
2022-11-18
ice: Add an option to pre-allocate memory for ice_sched_node
Michal Wilczynski
4
-11
/
+24
2022-11-18
ice: Introduce new parameters in ice_sched_node
Michal Wilczynski
5
-7
/
+116
2022-11-18
devlink: Allow to set up parent in devl_rate_leaf_create()
Michal Wilczynski
4
-5
/
+14
2022-11-18
devlink: Allow for devlink-rate nodes parent reassignment
Michal Wilczynski
1
-5
/
+7
2022-11-18
devlink: Enable creation of the devlink-rate nodes from the driver
Michal Wilczynski
2
-0
/
+48
2022-11-18
devlink: Introduce new attribute 'tx_weight' to devlink-rate
Michal Wilczynski
3
-0
/
+40
2022-11-18
devlink: Introduce new attribute 'tx_priority' to devlink-rate
Michal Wilczynski
3
-0
/
+38
2022-11-18
net: dsa: autoload tag driver module on tagging protocol change
Vladimir Oltean
4
-5
/
+7
2022-11-18
net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()
Vladimir Oltean
3
-3
/
+3
2022-11-18
net: dsa: strip sysfs "tagging" string of trailing newline
Vladimir Oltean
3
-4
/
+15
2022-11-18
net: dsa: provide a second modalias to tag proto drivers based on their name
Vladimir Oltean
18
-51
/
+98
2022-11-18
net: dsa: rename tagging protocol driver modalias
Vladimir Oltean
2
-4
/
+5
2022-11-18
net: dsa: stop exposing tag proto module helpers to the world
Vladimir Oltean
2
-70
/
+70
2022-11-18
dt-bindings: net: ipq4019-mdio: document required clock-names
Robert Marko
1
-0
/
+6
2022-11-18
dt-bindings: net: ipq4019-mdio: require and validate clocks
Robert Marko
1
-7
/
+20
2022-11-18
dt-bindings: net: ipq4019-mdio: add IPQ8074 compatible
Robert Marko
1
-0
/
+1
2022-11-18
dt-bindings: net: ipq4019-mdio: document IPQ6018 compatible
Robert Marko
1
-3
/
+9
2022-11-18
net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user ports
Rasmus Villemoes
1
-1
/
+1
2022-11-18
net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DT
Rasmus Villemoes
1
-1
/
+1
2022-11-18
net: dsa: refactor name assignment for user ports
Rasmus Villemoes
2
-5
/
+11
2022-11-18
ethtool: doc: clarify what drivers can implement in their get_drvinfo()
Vincent Mailhol
3
-17
/
+8
2022-11-17
net: ethernet: renesas: Fix return type in rswitch_etha_wait_link_verification()
Dan Carpenter
1
-1
/
+1
2022-11-17
wifi: ath10k: Remove redundant argument offset
Zhi-Jun You
1
-12
/
+7
2022-11-17
wifi: ath10k: Fix return value in ath10k_pci_init()
Xiu Jianfeng
1
-8
/
+12
2022-11-17
NFC: nci: Allow to create multiple virtual nci devices
Dmitry Vyukov
1
-76
/
+71
2022-11-17
sundance: remove unused variable cnt
Colin Ian King
1
-2
/
+0
2022-11-17
sctp: sm_statefuns: Remove pointer casts of the same type
Li zeming
1
-1
/
+1
2022-11-17
net: use struct_group to copy ip/ipv6 header addresses
Hangbin Liu
4
-6
/
+10
2022-11-17
net: usb: smsc95xx: fix external PHY reset
Alexandru Tachici
1
-4
/
+42
2022-11-17
net: usb: qmi_wwan: add Telit 0x103a composition
Enrico Sau
1
-0
/
+1
2022-11-16
netdevsim: Fix memory leak of nsim_dev->fa_cookie
Wang Yufen
1
-0
/
+1
2022-11-16
mlxsw: update adjfine to use adjust_by_scaled_ppm
Jacob Keller
1
-15
/
+3
2022-11-16
tcp: annotate data-race around queue->synflood_warned
Eric Dumazet
1
-1
/
+1
2022-11-16
ax25: af_ax25: Remove unnecessary (void*) conversions
Li zeming
1
-2
/
+2
2022-11-16
tcp: configurable source port perturb table size
Gleb Mazovetskiy
2
-5
/
+15
2022-11-16
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
2
-7
/
+14
2022-11-16
ipv4: tunnels: use DEV_STATS_INC()
Eric Dumazet
5
-38
/
+38
2022-11-16
ipv6: tunnels: use DEV_STATS_INC()
Eric Dumazet
4
-35
/
+28
2022-11-16
ipv6/sit: use DEV_STATS_INC() to avoid data-races
Eric Dumazet
1
-11
/
+11
2022-11-16
net: add atomic_long_t to net_device_stats fields
Eric Dumazet
3
-37
/
+40
2022-11-16
net: __sock_gen_cookie() cleanup
Eric Dumazet
1
-6
/
+6
2022-11-16
net: adopt try_cmpxchg() in napi_{enable|disable}()
Eric Dumazet
1
-9
/
+5
2022-11-16
net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()
Eric Dumazet
1
-6
/
+4
2022-11-16
net: net_{enable|disable}_timestamp() optimizations
Eric Dumazet
1
-12
/
+6
2022-11-16
ipv6: fib6_new_sernum() optimization
Eric Dumazet
1
-4
/
+3
2022-11-16
net: mm_account_pinned_pages() optimization
Eric Dumazet
1
-3
/
+2
[prev]
[next]