index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: phylink: Add PHYLINK_DEV operation type
Ioana Ciornei
2019-05-30
2
-5
/
+21
*
net: phylink: Add struct phylink_config to PHYLINK API
Ioana Ciornei
2019-05-30
8
-72
/
+128
*
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
2
-0
/
+30
*
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
*
net: sched: Introduce act_ctinfo action
Kevin 'ldir' Darbyshire-Bryant
2019-05-30
7
-0
/
+478
*
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
*
|
rhashtable: Add rht_ptr_rcu and improve rht_ptr
Herbert Xu
2019-05-29
1
-18
/
+18
*
|
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
*
|
Merge branch 'qed-Fix-inifinite-spinning-of-PTP-poll-thread'
David S. Miller
2019-05-29
5
-8
/
+38
|
\
\
|
|
/
|
/
|
|
*
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
|
*
igb/igc: warn when fatal read failure happens
Feng Tang
2019-05-29
2
-0
/
+2
*
|
Merge branch 'net-API-and-initial-implementation-for-nexthop-objects'
David S. Miller
2019-05-29
8
-2
/
+1765
|
\
\
|
*
|
nexthop: Add support for nexthop groups
David Ahern
2019-05-29
2
-24
/
+578
|
*
|
nexthop: Add support for lwt encaps
David Ahern
2019-05-29
2
-1
/
+39
|
*
|
nexthop: Add support for IPv6 gateways
David Ahern
2019-05-29
2
-0
/
+59
|
*
|
nexthop: Add support for IPv4 nexthops
David Ahern
2019-05-29
2
-0
/
+213
[next]