index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: fix vlan filtering in promisc mode when not in VT mode
Emil Tantilov
2013-07-28
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-09
10
-83
/
+367
|
\
|
*
igb: Removed unused i2c function
Akeem G. Abodunrin
2013-05-21
1
-5
/
+0
|
*
igb: Implementation of i210/i211 LED support
Akeem G. Abodunrin
2013-05-21
2
-4
/
+10
|
*
igb: Fix possible panic caused by Rx traffic arrival while interface is down
Carolyn Wyborny
2013-05-21
1
-2
/
+5
|
*
igb: Fix set_ethtool function to call update nvm for entire image
Carolyn Wyborny
2013-05-21
1
-4
/
+2
|
*
igb: SerDes flow control setting
Akeem G. Abodunrin
2013-05-21
1
-15
/
+19
|
*
igb: Support for SFP modules discovery
Akeem G. Abodunrin
2013-05-21
6
-39
/
+291
|
*
igb: Add update to last_rx_timestamp in Rx rings
Matthew Vick
2013-05-21
2
-3
/
+8
|
*
igb: Changed LEDs blink mechanism to include designs using cathode
Akeem G. Abodunrin
2013-05-21
2
-11
/
+32
*
|
treewide: relase -> release
Geert Uytterhoeven
2013-06-28
1
-1
/
+1
|
/
*
igb: limit udelay for phy changes to 10000us
Andi Kleen
2013-04-25
1
-3
/
+3
*
igb: Bump version of driver
Carolyn Wyborny
2013-04-24
1
-3
/
+3
*
igb: Remove id's that will not be productized for Linux.
Carolyn Wyborny
2013-04-24
2
-4
/
+0
*
igb: Remove dead code path
Matthew Vick
2013-04-24
1
-4
/
+0
*
igb: Retain HW VLAN filtering while in promiscuous + VT mode
Greg Rose
2013-04-24
1
-1
/
+68
*
igb: display a warning message when SmartSpeed works
Koki Sanagi
2013-04-24
1
-0
/
+6
*
igb: Use pci_vfs_assigned instead of igb_vfs_are_assigned
Alexander Duyck
2013-04-24
1
-35
/
+1
*
igb: Add SMBI semaphore to I210/I211
Matthew Vick
2013-04-24
3
-26
/
+43
*
igb: SERDES loopback sigdetect bit on i210 devices
Akeem G. Abodunrin
2013-04-24
1
-7
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-04-22
2
-114
/
+4
|
\
|
*
igb: Revert support for build_skb in igb
Alexander Duyck
2013-04-18
2
-114
/
+4
*
|
net: vlan: add protocol argument to packet tagging functions
Patrick McHardy
2013-04-19
1
-1
/
+1
*
|
net: vlan: prepare for 802.1ad VLAN filtering offload
Patrick McHardy
2013-04-19
1
-5
/
+7
*
|
net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
Patrick McHardy
2013-04-19
1
-9
/
+9
*
|
igb: Add support for i354 devices
Carolyn Wyborny
2013-04-18
12
-36
/
+251
*
|
igb: add support for spoofchk config
Lior Levy
2013-04-18
2
-0
/
+35
*
|
igb: Enable EEE LP advertisement
Matthew Vick
2013-04-18
7
-1
/
+142
*
|
igb: Fix code comments and whitespace
Jeff Kirsher
2013-04-18
16
-1183
/
+1010
*
|
igb: Fix sparse warnings on function pointers
Akeem G. Abodunrin
2013-04-18
1
-2
/
+2
*
|
igb: Use rx/tx_itr_setting when setting up initial value of itr
Alexander Duyck
2013-04-18
1
-0
/
+11
*
|
igb: Pull adapter out of main path in igb_xmit_frame_ring
Alexander Duyck
2013-04-18
1
-9
/
+11
*
|
igb: Mask off check of frag_off as we only want fragment offset
Alexander Duyck
2013-04-18
1
-1
/
+1
*
|
igb: random code and comments fix
Akeem G. Abodunrin
2013-04-18
3
-6
/
+5
*
|
igb: Implement support to power sfp cage and turn on I2C
Akeem G. Abodunrin
2013-04-18
1
-1
/
+2
*
|
igb: Support to read and export SFF-8472/8079 data
Akeem G. Abodunrin
2013-04-18
2
-0
/
+89
*
|
igb: Support for 100base-fx SFP
Akeem G. Abodunrin
2013-04-18
3
-19
/
+50
|
/
*
igb: fix PHC stopping on max freq
Jiri Benc
2013-03-26
1
-1
/
+1
*
igb: make sensor info static
Stephen Hemminger
2013-03-26
1
-1
/
+1
*
igb: SR-IOV init reordering
Alex Williamson
2013-03-26
1
-1
/
+1
*
igb: Fix null pointer dereference
Alex Williamson
2013-03-26
1
-1
/
+1
*
igb: fix i350 anti spoofing config
Lior Levy
2013-03-26
1
-14
/
+19
*
igb: Fix for lockdep issue in igb_get_i2c_client
Carolyn Wyborny
2013-03-05
3
-68
/
+17
*
igb: Fix link setup for I210 devices
Carolyn Wyborny
2013-03-05
1
-3
/
+8
*
igb: Drop BUILD_BUG_ON check from igb_build_rx_buffer
Alexander Duyck
2013-03-05
1
-7
/
+0
*
igb: increase timeout for ethtool offline self-test
Stefan Assmann
2013-02-15
1
-1
/
+1
*
igb: Refractoring function pointers in igb_get_invariants function
Akeem G. Abodunrin
2013-02-15
1
-251
/
+11
*
igb: Intialize MAC function pointers
Akeem G. Abodunrin
2013-02-15
1
-0
/
+61
*
igb: Initialize NVM function pointers
Akeem G. Abodunrin
2013-02-15
1
-0
/
+109
*
igb: Initialize PHY function pointers
Akeem G. Abodunrin
2013-02-15
1
-0
/
+112
[next]