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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-31
isdn: gigaset: remove i4l support
Arnd Bergmann
3
-707
/
+7
2019-05-30
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
16
-218
/
+754
2019-05-30
net: phy: export phy_queue_state_machine
Heiner Kallweit
1
-3
/
+5
2019-05-30
net: phy: add callback for custom interrupt handler to struct phy_driver
Heiner Kallweit
1
-2
/
+7
2019-05-30
net: phy: enable interrupts when PHY is attached already
Heiner Kallweit
2
-15
/
+23
2019-05-30
qed: Fix static checker warning
Michal Kalderon
1
-12
/
+12
2019-05-30
r8169: decouple rtl_phy_write_fw from actual driver code
Heiner Kallweit
1
-20
/
+28
2019-05-30
r8169: improve rtl_fw_format_ok
Heiner Kallweit
1
-14
/
+9
2019-05-30
r8169: enable WoL speed down on more chip versions
Heiner Kallweit
1
-24
/
+2
2019-05-30
net: dsa: sja1105: Make static_config_check_memory_size static
YueHaibing
1
-1
/
+1
2019-05-30
mlxsw: core: Reduce buffer size in transactions for SFP modules temperature r...
Vadim Pasternak
3
-74
/
+33
2019-05-30
mlxsw: core: Extend the index size for temperature sensors readout
Vadim Pasternak
1
-3
/
+4
2019-05-30
mlxsw: core: Extend hwmon interface with inter-connect temperature attributes
Vadim Pasternak
1
-5
/
+96
2019-05-30
mlxsw: reg: Add Management General Peripheral Information Register
Vadim Pasternak
1
-0
/
+52
2019-05-30
mlxsw: reg: Extend sensor index field size of Management Temperature Register
Vadim Pasternak
1
-2
/
+3
2019-05-30
mlxsw: core: Re-order initialization sequence
Ido Schimmel
1
-10
/
+11
2019-05-30
mlxsw: i2c: Allow flexible setting of I2C transactions size
Vadim Pasternak
1
-18
/
+46
2019-05-30
mlxsw: i2c: Extend initialization with querying firmware info
Vadim Pasternak
2
-0
/
+30
2019-05-30
net: stmmac: selftests: Use kfree_skb() instead of kfree()
Jose Abreu
1
-1
/
+1
2019-05-30
net: stmmac: selftests: Fix sparse warning
Jose Abreu
1
-1
/
+1
2019-05-30
net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_ins
YueHaibing
1
-2
/
+1
2019-05-30
net: stmmac: Switch to devm_alloc_etherdev_mqs
Jisheng Zhang
1
-8
/
+3
2019-05-30
tua6100: Avoid build warnings.
David S. Miller
1
-11
/
+11
2019-05-30
net: phy: sfp: enable i2c-bus detection on ACPI based systems
Ruslan Babayev
1
-8
/
+27
2019-05-30
i2c: acpi: export i2c_acpi_find_adapter_by_handle
Ruslan Babayev
1
-1
/
+2
2019-05-30
ice: Trivial cosmetic changes
Anirudh Venkataramanan
12
-54
/
+53
2019-05-30
ice: Recognize higher speeds
Anirudh Venkataramanan
2
-1
/
+7
2019-05-30
ice: Use a different ICE_DBG bit for firmware log messages
Jacob Keller
2
-3
/
+4
2019-05-30
ice: Update function header
Anirudh Venkataramanan
1
-0
/
+4
2019-05-30
ice: Move define for ICE_AQC_DRIVER_UNLOADING
Anirudh Venkataramanan
1
-1
/
+1
2019-05-30
ice: Align to updated AQ command formats
Anirudh Venkataramanan
1
-7
/
+8
2019-05-30
ice: Use continue instead of an else block
Anirudh Venkataramanan
1
-3
/
+5
2019-05-30
ice: Change minimum descriptor count value for Tx/Rx rings
Preethi Banala
1
-1
/
+1
2019-05-30
ice: Add switch rules to handle LLDP packets
Dave Ertman
5
-6
/
+89
2019-05-29
ice: Cleanup ice_update_link_info
Bruce Allan
1
-17
/
+18
2019-05-29
ice: Use right type for ice_cfg_vsi_lan return
Akeem G Abodunrin
1
-8
/
+10
2019-05-29
ice: Add support for Forward Error Correction (FEC)
Paul Greenwalt
6
-3
/
+349
2019-05-29
ice: Add support for virtchnl_vector_map.[rxq|txq]_map
Anirudh Venkataramanan
3
-44
/
+115
2019-05-29
ice: Introduce ice_init_mac_fltr and move ice_napi_del
Tony Nguyen
3
-44
/
+79
2019-05-29
ice: Use GLINT_DYN_CTL to disable VF's interrupts
Brett Creeley
1
-28
/
+13
2019-05-29
net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()
Marek Vasut
1
-22
/
+2
2019-05-29
net: ethernet: ti: cpsw: correct .ndo_open error path
Ivan Khoronzhuk
1
-2
/
+5
2019-05-29
net: dsa: sja1105: Fix broken fixed-link interfaces on user ports
Vladimir Oltean
1
-5
/
+6
2019-05-29
net: phylink: Add phylink_{printk, err, warn, info, dbg} macros
Ioana Ciornei
1
-60
/
+77
2019-05-29
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
1
-5
/
+20
2019-05-29
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
4
-38
/
+68
2019-05-29
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
1
-18
/
+32
2019-05-29
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
1
-0
/
+22
2019-05-29
net: phy: Check against net_device being NULL
Ioana Ciornei
1
-0
/
+6
2019-05-29
net: phy: Guard against the presence of a netdev
Ioana Ciornei
1
-10
/
+23
[next]