index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-11
net: mscc: ocelot: refactor adjust_link into a netdev-independent function
Vladimir Oltean
1
-10
/
+17
2019-11-11
net: mscc: ocelot: initialize list of multicast addresses in common code
Claudiu Manoil
2
-1
/
+1
2019-11-11
net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stop
Vladimir Oltean
1
-10
/
+26
2019-11-11
net: mscc: ocelot: move port initialization into separate function
Vladimir Oltean
1
-21
/
+24
2019-11-11
net: mscc: ocelot: limit vlan ingress filtering to actual number of ports
Vladimir Oltean
1
-1
/
+2
2019-11-11
net: mscc: ocelot: refactor ethtool callbacks
Vladimir Oltean
1
-17
/
+47
2019-11-11
net: mscc: ocelot: separate net_device related items out of ocelot_port
Vladimir Oltean
6
-190
/
+233
2019-11-11
net: mscc: ocelot: refactor struct ocelot_port out of function prototypes
Vladimir Oltean
4
-65
/
+59
2019-11-11
net: mscc: ocelot: change prototypes of switchdev port attribute handlers
Vladimir Oltean
1
-43
/
+45
2019-11-11
net: mscc: ocelot: change prototypes of hwtstamping ioctls
Vladimir Oltean
1
-12
/
+13
2019-11-11
net: mscc: ocelot: break out fdb operations into abstract implementations
Vladimir Oltean
1
-46
/
+78
2019-11-11
net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}
Vladimir Oltean
1
-18
/
+42
2019-11-11
net: mscc: ocelot: break apart ocelot_vlan_port_apply
Vladimir Oltean
1
-68
/
+100
2019-11-11
can: flexcan: flexcan_mailbox_read() make use of flexcan_write64() to mark th...
Marc Kleine-Budde
1
-8
/
+3
2019-11-11
can: flexcan: flexcan_irq(): add support for TX mailbox in iflag1
Marc Kleine-Budde
1
-2
/
+15
2019-11-11
can: flexcan: flexcan_read_reg_iflag_rx(): optimize reading
Marc Kleine-Budde
1
-11
/
+17
2019-11-11
can: flexcan: introduce struct flexcan_priv::tx_mask and make use of it
Marc Kleine-Budde
1
-6
/
+8
2019-11-11
can: flexcan: convert struct flexcan_priv::rx_mask{1,2} to rx_mask
Marc Kleine-Budde
1
-17
/
+13
2019-11-11
can: flexcan: remove TX mailbox bit from struct flexcan_priv::rx_mask{1,2}
Marc Kleine-Budde
1
-9
/
+5
2019-11-11
can: flexcan: rename struct flexcan_priv::reg_imask{1,2}_default to rx_mask{1,2}
Marc Kleine-Budde
1
-11
/
+11
2019-11-11
can: flexcan: flexcan_irq(): rename variable reg_iflag -> reg_iflag_rx
Marc Kleine-Budde
1
-3
/
+3
2019-11-11
can: flexcan: rename macro FLEXCAN_IFLAG_MB() -> FLEXCAN_IFLAG2_MB()
Marc Kleine-Budde
1
-5
/
+5
2019-11-11
can: flexcan: flexcan_irq_state(): only read timestamp if needed
Marc Kleine-Budde
1
-2
/
+2
2019-11-11
can: flexcan: use devm_platform_ioremap_resource() to simplify code
Joakim Zhang
1
-3
/
+1
2019-11-11
can: rx-offload: Prepare for CAN FD support
Joakim Zhang
4
-69
/
+60
2019-11-11
can: rx-offload: can_rx_offload_reset(): remove no-op function
Marc Kleine-Budde
2
-8
/
+0
2019-11-11
can: rx-offload: can_rx_offload_irq_offload_timestamp(): don't use assignment...
Marc Kleine-Budde
1
-2
/
+2
2019-11-11
can: rx-offload: can_rx_offload_compare(): fix typo
Marc Kleine-Budde
1
-1
/
+1
2019-11-11
can: rx-offload: fix long lines
Marc Kleine-Budde
1
-13
/
+26
2019-11-11
can: sun4i: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-11-11
can: rcar: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2
-6
/
+2
2019-11-11
can: ifi: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-11-11
can: grcan: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-11-11
can: m_can: add support for handling arbitration error
Pankaj Sharma
1
-0
/
+42
2019-11-11
can: m_can: add support for one shot mode
Pankaj Sharma
1
-3
/
+9
2019-11-11
can: xilinx_can: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-11-11
can: xilinx_can: avoid non-requested bus error frames
Anssi Hannula
1
-41
/
+48
2019-11-11
can: xilinx_can: fix checkpatch warnings
Marc Kleine-Budde
1
-5
/
+4
2019-11-11
can: peak_canfd: provide hw timestamps in rx skbs
Stephane Grosjean
1
-2
/
+16
2019-11-11
can: peak_canfd: fix checkpatch warnings
Marc Kleine-Budde
3
-9
/
+7
2019-11-11
can: c_can: c_can_plaform: fix checkpatch warnings
Marc Kleine-Budde
1
-10
/
+11
2019-11-11
can: mcp251x: only reset hardware as required
Timo Schlüßler
1
-7
/
+44
2019-11-11
can: mcp251x: add mcp251x_write_2regs() and make use of it
Timo Schlüßler
1
-2
/
+13
2019-11-11
can: mcp251x: get rid of legacy platform data
Andy Shevchenko
4
-35
/
+14
2019-11-11
can: dev: can_restart(): remove unused code
Gustavo A. R. Silva
1
-3
/
+2
2019-11-11
Merge branch 'net-dsa-mv88e6xxx-Add-support-for-port-mirroring'
David S. Miller
6
-20
/
+188
2019-11-11
net: dsa: mv88e6xxx: Add support for port mirroring
Iwan R Timmer
5
-4
/
+136
2019-11-11
net: dsa: mv88e6xxx: Split monitor port configuration
Iwan R Timmer
4
-16
/
+52
2019-11-11
Support LAN743x PTP periodic output on any GPIO
John Efstathiades
2
-96
/
+230
2019-11-11
Merge branch 'Unlock-new-potential-in-SJA1105-with-PTP-system-timestamping'
David S. Miller
5
-52
/
+177
[prev]
[next]