index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-11
net: sfp: allow sfp to probe slow to initialise GPON modules
Russell King
1
-10
/
+28
2019-11-11
net: sfp: move module insert reporting out of probe
Russell King
1
-18
/
+40
2019-11-11
net: sfp: split power mode switching from probe
Russell King
1
-37
/
+64
2019-11-11
net: sfp: track upstream's attachment state in state machine
Russell King
1
-13
/
+29
2019-11-11
net: sfp: ensure TX_FAULT has deasserted before probing the PHY
Russell King
1
-6
/
+25
2019-11-11
net: sfp: allow fault processing to transition to other states
Russell King
1
-6
/
+6
2019-11-11
net: sfp: eliminate mdelay() from PHY probe
Russell King
1
-12
/
+40
2019-11-11
net: sfp: split the PHY probe from sfp_sm_mod_init()
Russell King
1
-8
/
+13
2019-11-11
net: sfp: control TX_DISABLE and phy only from main state machine
Russell King
1
-8
/
+1
2019-11-11
net: sfp: avoid power switch on address-change modules
Russell King
1
-11
/
+20
2019-11-11
net: sfp: parse SFP power requirement earlier
Russell King
1
-13
/
+29
2019-11-11
net: sfp: rename T_PROBE_WAIT to T_SERIAL
Russell King
1
-7
/
+6
2019-11-11
net: sfp: handle module remove outside state machine
Russell King
1
-7
/
+9
2019-11-11
net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()
Russell King
1
-8
/
+8
2019-11-11
net: sfp: move tx disable on device down to main state machine
Russell King
1
-8
/
+2
2019-11-11
net: sfp: move sfp sub-state machines into separate functions
Russell King
1
-31
/
+43
2019-11-11
net: sfp: fix sfp_bus_put() kernel documentation
Russell King
1
-1
/
+1
2019-11-11
r8169: respect EEE user setting when restarting network
Heiner Kallweit
1
-3
/
+15
2019-11-11
net: mscc: ocelot: don't hardcode the number of the CPU port
Vladimir Oltean
1
-4
/
+7
2019-11-11
net: mscc: ocelot: split assignment of the cpu port into a separate function
Vladimir Oltean
3
-22
/
+57
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
3
-66
/
+57
2019-11-11
can: rx-offload: can_rx_offload_reset(): remove no-op function
Marc Kleine-Budde
1
-7
/
+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
[prev]
[next]