index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-07
Bluetooth: btusb: Add support for Foxconn QCA 0xe0d0
Aaron Ma
1
-0
/
+3
2022-01-07
Bluetooth: btintel: Fix broken LED quirk for legacy ROM devices
Tedd Ho-Jeong An
3
-13
/
+22
2022-01-06
Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evt
Luiz Augusto von Dentz
2
-15
/
+10
2022-01-06
Bluetooth: btbcm: disable read tx power for MacBook Air 8,1 and 8,2
Aditya Garg
1
-0
/
+12
2022-01-06
Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe
Miaoqian Lin
1
-3
/
+3
2022-01-06
Bluetooth: hci_bcm: Check for error irq
Jiasheng Jiang
1
-1
/
+6
2022-01-06
veth: Do not record rx queue hint in veth_xmit
Daniel Borkmann
1
-1
/
+0
2022-01-06
ethernet: ibmveth: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-06
sfc: Use swap() instead of open coding it
Jiapeng Chong
1
-10
/
+4
2022-01-06
ethtool: use phydev variable
Tom Rix
1
-4
/
+4
2022-01-06
net: macb: use .mac_select_pcs() interface
Russell King (Oracle)
2
-15
/
+14
2022-01-06
gro: add ability to control gro max packet size
Coco Li
6
-1
/
+41
2022-01-06
net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets
Miroslav Lichvar
3
-13
/
+18
2022-01-06
net: dsa: warn about dsa_port and dsa_switch bit fields being non atomic
Vladimir Oltean
1
-0
/
+8
2022-01-06
net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commas
Vladimir Oltean
1
-58
/
+56
2022-01-06
net: dsa: setup master before ports
Vladimir Oltean
1
-10
/
+13
2022-01-06
net: dsa: first set up shared ports, then non-shared ports
Vladimir Oltean
1
-13
/
+37
2022-01-06
net: dsa: hold rtnl_mutex when calling dsa_master_{setup,teardown}
Vladimir Oltean
2
-2
/
+10
2022-01-06
net: dsa: stop updating master MTU from master.c
Vladimir Oltean
1
-24
/
+1
2022-01-06
net: dsa: merge rtnl_lock sections in dsa_slave_create
Vladimir Oltean
1
-3
/
+1
2022-01-06
net: dsa: reorder PHY initialization with MTU setup in slave.c
Vladimir Oltean
1
-7
/
+7
2022-01-06
net: lantiq_xrx200: convert to build_skb
Aleksander Jan Bajkowski
1
-20
/
+36
2022-01-06
net: lantiq_xrx200: increase napi poll weigth
Aleksander Jan Bajkowski
1
-2
/
+4
2022-01-06
MIPS: lantiq: dma: increase descritor count
Aleksander Jan Bajkowski
1
-1
/
+1
2022-01-06
testptp: set pin function before other requests
Miroslav Lichvar
1
-12
/
+12
2022-01-05
net: gemini: allow any RGMII interface mode
Russell King (Oracle)
1
-3
/
+6
2022-01-05
net: phy: marvell: configure RGMII delays for 88E1118
Russell King (Oracle)
1
-0
/
+6
2022-01-05
net: phy: marvell: use phy_write_paged() to set MSCR
Russell King (Oracle)
1
-14
/
+8
2022-01-05
selftests: set amt.sh executable
Taehee Yoo
1
-0
/
+0
2022-01-05
Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"
Aaron Ma
1
-3
/
+6
2022-01-05
netlink: do not allocate a device refcount tracker in ethnl_default_notify()
Eric Dumazet
1
-1
/
+0
2022-01-05
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
1
-1
/
+1
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
3
-49
/
+13
2022-01-05
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
3
-106
/
+20
2022-01-05
net: dsa: fix incorrect function pointer check for MRP ring roles
Vladimir Oltean
1
-2
/
+2
2022-01-05
mlxsw: pci: Avoid flow control for EMAD packets
Danielle Ratson
2
-1
/
+17
2022-01-05
net: dsa: combine two holes in struct dsa_switch_tree
Vladimir Oltean
1
-3
/
+3
2022-01-05
net: dsa: move dsa_switch_tree :: ports and lags to first cache line
Vladimir Oltean
1
-7
/
+9
2022-01-05
net: dsa: make dsa_switch :: num_ports an unsigned int
Vladimir Oltean
2
-2
/
+2
2022-01-05
net: dsa: merge all bools of struct dsa_switch into a single u32
Vladimir Oltean
1
-46
/
+51
2022-01-05
net: dsa: move dsa_port :: type near dsa_port :: index
Vladimir Oltean
1
-2
/
+4
2022-01-05
net: dsa: merge all bools of struct dsa_port into a single u8
Vladimir Oltean
1
-7
/
+10
2022-01-05
net: dsa: move dsa_port :: stp_state near dsa_port :: mac
Vladimir Oltean
1
-1
/
+3
2022-01-05
net: hns3: create new common cmd code for PF and VF modules
Jie Wang
7
-329
/
+279
2022-01-05
net: hns3: refactor VF tqp stats APIs with new common tqp stats APIs
Jie Wang
2
-134
/
+11
2022-01-05
net: hns3: refactor PF tqp stats APIs with new common tqp stats APIs
Jie Wang
2
-156
/
+17
2022-01-05
net: hns3: create new set of common tqp stats APIs for PF and VF reuse
Jie Wang
4
-2
/
+161
2022-01-05
net: hns3: refactor VF rss init APIs with new common rss init APIs
Jie Wang
2
-176
/
+25
2022-01-05
net: hns3: refactor PF rss init APIs with new common rss init APIs
Jie Wang
2
-131
/
+11
2022-01-05
net: hns3: create new set of common rss init APIs for PF and VF reuse
Jie Wang
3
-5
/
+213
[next]