index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igc
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb/igc: use ktime accessors for skb->tstamp
Jacob Keller
2019-11-08
1
-2
/
+2
*
igb/igc: Don't warn on fatal read failures when the device is removed
Lyude Paul
2019-10-31
1
-1
/
+2
*
igc: Add tx_csum offload functionality
Sasha Neftin
2019-09-09
4
-0
/
+114
*
igc: Remove unneeded PCI bus defines
Sasha Neftin
2019-09-09
1
-4
/
+0
*
igc: Add NVM checksum validation
Sasha Neftin
2019-09-09
1
-0
/
+9
*
igc: Remove useless forward declaration
Sasha Neftin
2019-09-09
2
-136
/
+129
*
ethernet: Delete unnecessary checks before the macro call “dev_kfree_skb”
Markus Elfring
2019-08-22
1
-2
/
+1
*
igc: Add more SKUs for i225 device
Sasha Neftin
2019-07-24
3
-0
/
+9
*
igc: Update the MAC reset flow
Sasha Neftin
2019-07-24
2
-2
/
+2
*
igc: Remove the unused field from a device specification structure
Sasha Neftin
2019-07-24
1
-5
/
+0
*
igc: Remove the polarity field from a PHY information structure
Sasha Neftin
2019-07-24
1
-6
/
+0
*
net: Use skb accessors in network drivers
Matthew Wilcox (Oracle)
2019-07-22
1
-2
/
+3
*
igc: Prefer pcie_capability_read_word()
Frederick Lawler
2019-07-21
1
-8
/
+4
*
igc: Cleanup the redundant code
Sasha Neftin
2019-05-28
1
-20
/
+3
*
igc: Add flow control support
Sasha Neftin
2019-05-28
2
-0
/
+24
*
igc: Remove the obsolete workaround
Sasha Neftin
2019-05-28
2
-58
/
+3
*
igc: Clean up unused pointers
Sasha Neftin
2019-05-28
1
-3
/
+0
*
igc: Fix double definitions
Sasha Neftin
2019-05-28
1
-3
/
+0
*
igb/igc: warn when fatal read failure happens
Feng Tang
2019-05-28
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-07
6
-12
/
+1383
|
\
|
*
net: pass net_device argument to the eth_get_headlen
Stanislav Fomichev
2019-04-23
1
-1
/
+1
|
*
net: move skb->xmit_more hint to softnet data
Florian Westphal
2019-04-01
1
-1
/
+1
|
*
igc: Remove unneeded hw_dbg prints
Sasha Neftin
2019-03-19
1
-4
/
+0
|
*
igc: Fix the typo in igc_base.h header definition
Sasha Neftin
2019-03-19
1
-2
/
+2
|
*
igc: Add support for the ntuple feature
Sasha Neftin
2019-03-19
2
-0
/
+89
|
*
igc: Add support for statistics
Sasha Neftin
2019-03-19
3
-1
/
+403
|
*
igc: Extend the ethtool supporting
Sasha Neftin
2019-03-19
5
-3
/
+814
|
*
igc: Add multiple receive queues control supporting
Sasha Neftin
2019-03-19
4
-0
/
+73
*
|
drivers: Remove explicit invocations of mmiowb()
Will Deacon
2019-04-08
1
-5
/
+0
|
/
*
igc: Use struct_size() helper
Gustavo A. R. Silva
2019-02-08
1
-5
/
+4
*
igc: Add ethtool support
Sasha Neftin
2019-02-05
8
-18
/
+1169
*
igc: Remove the 'igc_get_phy_id_base' method
Sasha Neftin
2019-02-05
1
-17
/
+1
*
igc: Remove the 'igc_read_mac_addr_base' method
Sasha Neftin
2019-02-05
1
-14
/
+1
*
igc: Remove unneeded code
Sasha Neftin
2019-02-05
1
-21
/
+1
*
igc: Remove unused code
Sasha Neftin
2019-02-05
1
-22
/
+0
*
igc: Fix code redundancy
Sasha Neftin
2019-02-05
3
-22
/
+2
*
igc: Remove unreachable code from igc_phy.c file
Sasha Neftin
2019-02-05
1
-8
/
+0
*
igc: Remove obsolete IGC_ERR define
Sasha Neftin
2018-11-21
2
-3
/
+1
*
ethernet/intel: consolidate NAPI and NAPI exit
Jesse Brandeburg
2018-11-21
1
-4
/
+6
*
igc: Clean up code
Sasha Neftin
2018-11-07
2
-24
/
+0
*
igc: Tidy up some white space
Dan Carpenter
2018-11-07
1
-5
/
+5
*
igc: fix error return handling from call to netif_set_real_num_tx_queues
Colin Ian King
2018-11-07
1
-1
/
+1
*
igc: Remove set but not used variable 'pci_using_dac'
YueHaibing
2018-11-07
1
-4
/
+1
*
igc: Remove set but not used variables 'ctrl_ext, link_mode'
YueHaibing
2018-11-07
1
-8
/
+0
*
intel-ethernet: software timestamp skbs as late as possible
Jacob Keller
2018-11-07
1
-2
/
+2
*
igc: Add watchdog
Sasha Neftin
2018-10-17
4
-0
/
+256
*
igc: Add setup link functionality
Sasha Neftin
2018-10-17
8
-0
/
+717
*
igc: Add code for PHY support
Sasha Neftin
2018-10-17
12
-1
/
+820
*
igc: Add NVM support
Sasha Neftin
2018-10-17
13
-3
/
+949
*
igc: Add HW initialization code
Sasha Neftin
2018-10-17
10
-1
/
+819
[next]