index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
message
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-10-28
devlink: Simplify internal devlink params implementation
Leon Romanovsky
1
-123
/
+46
2021-10-28
octeontx2-af: debugfs: Add channel and channel mask.
Rakesh Babu
3
-0
/
+9
2021-10-28
octeontx2-af: cn10k: debugfs for dumping LMTST map table
Harman Kalra
1
-0
/
+94
2021-10-28
octeontx2-af: debugfs: Minor changes.
Rakesh Babu Saladi
1
-11
/
+11
2021-10-28
net: phy: microchip_t1: add cable test support for lan87xx phy
Yuiko Oshino
1
-0
/
+239
2021-10-28
ptp: fix code indentation issues
Carlos Llamas
1
-3
/
+3
2021-10-28
net: cleanup __sk_stream_memory_free()
Eric Dumazet
1
-8
/
+2
2021-10-28
sky2: Remove redundant assignment and parentheses
luo penghao
1
-1
/
+1
2021-10-28
net: ipconfig: Release the rtnl_lock while waiting for carrier
Maxime Chevallier
1
-2
/
+10
2021-10-28
devlink: add documentation for octeontx2 driver
Subbaraya Sundeep
2
-0
/
+43
2021-10-28
sch_htb: Add extack messages for EOPNOTSUPP errors
Maxim Mikityanskiy
1
-2
/
+6
2021-10-28
net: mvpp2: clean up mvpp2_phylink_validate()
Russell King (Oracle)
1
-10
/
+7
2021-10-28
net: mvpp2: drop use of phylink_helper_basex_speed()
Russell King (Oracle)
1
-12
/
+7
2021-10-28
net: mvpp2: remove interface checks in mvpp2_phylink_validate()
Russell King (Oracle)
1
-26
/
+7
2021-10-28
net: mvpp2: populate supported_interfaces member
Russell King
1
-0
/
+34
2021-10-28
ipv6: enable net.ipv6.route.max_size sysctl in network namespace
Alexander Kuznetsov
1
-12
/
+12
2021-10-28
mpt fusion: use dev_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-28
firewire: don't write directly to netdev->dev_addr
Jakub Kicinski
1
-7
/
+7
2021-10-28
media: use eth_hw_addr_set()
Jakub Kicinski
1
-4
/
+4
2021-10-28
tcp: do not clear TCP_SKB_CB(skb)->sacked if already zero
Eric Dumazet
2
-6
/
+0
2021-10-28
tcp: do not clear skb->csum if already zero
Eric Dumazet
3
-3
/
+0
2021-10-28
tcp: factorize ip_summed setting
Eric Dumazet
3
-9
/
+2
2021-10-28
tcp: no longer set skb->reserved_tailroom
Eric Dumazet
2
-6
/
+0
2021-10-28
tcp: remove dead code from tcp_collapse_retrans()
Eric Dumazet
1
-7
/
+3
2021-10-28
tcp: cleanup tcp_remove_empty_skb() use
Eric Dumazet
3
-7
/
+8
2021-10-28
tcp: remove dead code from tcp_sendmsg_locked()
Eric Dumazet
1
-9
/
+1
2021-10-28
net: phy: Fix unsigned comparison with less than zero
Jiapeng Chong
1
-1
/
+1
2021-10-28
mptcp: drop unused sk in mptcp_push_release
Geliang Tang
1
-5
/
+4
2021-10-28
mptcp: allocate fwd memory separately on the rx and tx path
Paolo Abeni
2
-145
/
+95
2021-10-28
net: introduce sk_forward_alloc_get()
Paolo Abeni
4
-3
/
+14
2021-10-28
tcp: define macros for a couple reclaim thresholds
Paolo Abeni
1
-2
/
+7
2021-10-28
inet: remove races in inet{6}_getname()
Eric Dumazet
3
-17
/
+21
2021-10-28
xdp: Remove redundant warning
Yajun Deng
1
-2
/
+0
2021-10-28
net: thunderbolt: use eth_hw_addr_set()
Jakub Kicinski
1
-3
/
+5
2021-10-28
staging: use of_get_ethdev_address()
Jakub Kicinski
1
-1
/
+1
2021-10-28
net: macb: Fix mdio child node detection
Guenter Roeck
1
-1
/
+1
2021-10-28
net: sch: simplify condtion for selecting mini_Qdisc_pair buffer
Seth Forshee
1
-1
/
+1
2021-10-28
net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()
Seth Forshee
2
-20
/
+20
2021-10-27
net: sched: gred: dynamically allocate tc_gred_qopt_offload
Arnd Bergmann
1
-20
/
+30
2021-10-27
Revert "devlink: Remove not-executed trap policer notifications"
Leon Romanovsky
1
-5
/
+7
2021-10-27
Revert "devlink: Remove not-executed trap group notifications"
Leon Romanovsky
1
-5
/
+7
2021-10-27
net: switchdev: merge switchdev_handle_fdb_{add,del}_to_device
Vladimir Oltean
3
-202
/
+43
2021-10-27
net: bridge: create a common function for populating switchdev FDB entries
Vladimir Oltean
1
-19
/
+22
2021-10-27
net: bridge: move br_fdb_replay inside br_switchdev.c
Vladimir Oltean
3
-56
/
+54
2021-10-27
net: bridge: reduce indentation level in fdb_create
Vladimir Oltean
1
-14
/
+17
2021-10-27
net: bridge: rename br_fdb_insert to br_fdb_add_local
Vladimir Oltean
4
-8
/
+7
2021-10-27
net: bridge: rename fdb_insert to fdb_add_local
Vladimir Oltean
1
-7
/
+7
2021-10-27
net: bridge: remove fdb_insert forward declaration
Vladimir Oltean
1
-59
/
+57
2021-10-27
net: bridge: remove fdb_notify forward declaration
Vladimir Oltean
1
-124
/
+122
2021-10-27
net: mvneta: drop use of phylink_helper_basex_speed()
Russell King (Oracle)
1
-9
/
+3
[next]