index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_ins
YueHaibing
2019-05-30
1
-2
/
+1
*
net: stmmac: Switch to devm_alloc_etherdev_mqs
Jisheng Zhang
2019-05-30
1
-8
/
+3
*
tua6100: Avoid build warnings.
David S. Miller
2019-05-30
1
-11
/
+11
*
net: phy: sfp: enable i2c-bus detection on ACPI based systems
Ruslan Babayev
2019-05-30
1
-8
/
+27
*
i2c: acpi: export i2c_acpi_find_adapter_by_handle
Ruslan Babayev
2019-05-30
1
-1
/
+2
*
net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()
Marek Vasut
2019-05-30
1
-22
/
+2
*
net: ethernet: ti: cpsw: correct .ndo_open error path
Ivan Khoronzhuk
2019-05-30
1
-2
/
+5
*
net: dsa: sja1105: Fix broken fixed-link interfaces on user ports
Vladimir Oltean
2019-05-30
1
-5
/
+6
*
net: phylink: Add phylink_{printk, err, warn, info, dbg} macros
Ioana Ciornei
2019-05-30
1
-60
/
+77
*
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
2019-05-30
1
-5
/
+20
*
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2019-05-30
4
-38
/
+68
*
net: phylink: Add phylink_mac_link_{up, down} wrapper functions
Ioana Ciornei
2019-05-30
1
-18
/
+32
*
net: phy: Add phy_standalone sysfs entry
Ioana Ciornei
2019-05-30
1
-0
/
+22
*
net: phy: Check against net_device being NULL
Ioana Ciornei
2019-05-30
1
-0
/
+6
*
net: phy: Guard against the presence of a netdev
Ioana Ciornei
2019-05-30
1
-10
/
+23
*
net: phy: Add phy_sysfs_create_links helper function
Vladimir Oltean
2019-05-30
1
-17
/
+26
*
r8169: remove 1000/Half from supported modes
Heiner Kallweit
2019-05-30
1
-1
/
+4
*
net: mscc: ocelot: Implement port policers via tc command
Joergen Andreasen
2019-05-30
7
-3
/
+460
*
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...
David S. Miller
2019-05-29
16
-276
/
+1129
|
\
|
*
ice: Add a helper to trigger software interrupt
Brett Creeley
2019-05-29
3
-15
/
+25
|
*
ice: Configure RSS LUT key only if RSS is enabled
Md Fahad Iqbal Polash
2019-05-29
1
-0
/
+7
|
*
ice: Add ice_get_fw_log_cfg to init FW logging
Dan Nowlin
2019-05-29
2
-0
/
+49
|
*
ice: Minor cleanup in ice_switch.h
Anirudh Venkataramanan
2019-05-29
1
-4
/
+3
|
*
ice: Remove redundant and premature event config
Dave Ertman
2019-05-29
1
-6
/
+0
|
*
ice: Change message level
Mitch Williams
2019-05-29
1
-1
/
+1
|
*
ice: Check all VFs for MDD activity, don't disable
Mitch Williams
2019-05-29
1
-12
/
+11
|
*
ice: Refactor interrupt tracking
Brett Creeley
2019-05-29
6
-218
/
+263
|
*
ice: Add handler for ethtool selftest
Anirudh Venkataramanan
2019-05-29
11
-13
/
+752
|
*
ice: Don't call ice_cfg_itr() for SR-IOV
Brett Creeley
2019-05-29
1
-1
/
+2
|
*
ice: Set minimum default Rx descriptor count to 512
Brett Creeley
2019-05-29
1
-6
/
+13
|
*
ice: Resolve static analysis warning
Bruce Allan
2019-05-29
1
-4
/
+4
|
*
ice: Implement toggling ethtool rx-vlan-filter
Tony Nguyen
2019-05-29
1
-0
/
+7
|
*
ice: Remove direct write for GLLAN_RCTL_0
Anirudh Venkataramanan
2019-05-29
1
-3
/
+0
|
*
ice: Fix LINE_SPACING style issue
Bruce Allan
2019-05-29
1
-1
/
+0
*
|
net: stmmac: Fix build error without CONFIG_INET
YueHaibing
2019-05-29
1
-0
/
+1
*
|
net: stmmac: use dev_info() before netdev is registered
Jisheng Zhang
2019-05-29
1
-2
/
+2
*
|
qed: fix spelling mistake "inculde" -> "include"
Colin Ian King
2019-05-29
1
-1
/
+1
*
|
qede: Handle infinite driver spinning for Tx timestamp.
Sudarsana Reddy Kalluru
2019-05-29
4
-7
/
+36
*
|
qed: Reduce the severity of ptp debug message.
Sudarsana Reddy Kalluru
2019-05-29
1
-1
/
+2
|
/
*
macvlan: Replace strncpy() by strscpy()
Gustavo A. R. Silva
2019-05-29
1
-1
/
+1
*
Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...
David S. Miller
2019-05-29
8
-94
/
+47
|
\
|
*
igc: Cleanup the redundant code
Sasha Neftin
2019-05-29
1
-20
/
+3
|
*
igc: Add flow control support
Sasha Neftin
2019-05-29
2
-0
/
+24
|
*
e1000e: start network tx queue only when link is up
Konstantin Khlebnikov
2019-05-29
1
-2
/
+4
|
*
Revert "e1000e: fix cyclic resets at link up with active tx"
Konstantin Khlebnikov
2019-05-29
1
-6
/
+9
|
*
igc: Remove the obsolete workaround
Sasha Neftin
2019-05-29
2
-58
/
+3
|
*
igc: Clean up unused pointers
Sasha Neftin
2019-05-29
1
-3
/
+0
|
*
igc: Fix double definitions
Sasha Neftin
2019-05-29
1
-3
/
+0
|
*
igb: mark expected switch fall-through
Gustavo A. R. Silva
2019-05-29
1
-1
/
+1
|
*
igb: mark expected switch fall-through
Gustavo A. R. Silva
2019-05-29
1
-1
/
+1
[next]