index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
intel
/
igb
/
igb_main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
igb: reinit_locked() should be called with rtnl_lock
Francesco Ruggeri
2020-08-21
1
-0
/
+9
*
igb: use igb_adapter->io_addr instead of e1000_hw->hw_addr
Cao jin
2020-05-27
1
-2
/
+2
*
igb: Fix constant media auto sense switching when no cable is connected
Manfred Rudigier
2019-11-12
1
-1
/
+2
*
igb: Fix WARN_ONCE on runtime suspend
Arvind Sankar
2019-05-08
1
-49
/
+8
*
igb: Fix an issue that PME is not enabled during runtime suspend
Kai-Heng Feng
2019-02-12
1
-3
/
+5
*
igb: Free IRQs when device is hotplugged
Lyude Paul
2018-02-03
1
-1
/
+1
*
igb: check memory allocation failure
Christophe JAILLET
2017-12-25
1
-0
/
+2
*
igb: Use smp_rmb rather than read_barrier_depends
Brian King
2017-11-30
1
-1
/
+1
*
igb: close/suspend race in netif_device_detach
Todd Fujinaka
2017-11-21
1
-9
/
+12
*
igb: re-assign hw address pointer on reset after PCI error
Guilherme G Piccoli
2017-10-08
1
-0
/
+5
*
igb/igbvf: Don't use lco_csum to compute IPv4 checksum
Alexander Duyck
2016-12-01
1
-2
/
+6
*
igb: bump version to igb-5.4.0
Todd Fujinaka
2016-09-27
1
-1
/
+1
*
net: Update API for VF vlan protocol 802.1ad support
Moshe Shemesh
2016-09-24
1
-3
/
+6
*
igb: add support of RX network flow classification
Gangfeng Huang
2016-08-18
1
-0
/
+45
*
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-02
1
-7
/
+3
|
\
|
*
ethernet/intel: Use pci_(request|release)_mem_regions
Johannes Thumshirn
2016-06-23
1
-7
/
+3
*
|
igb: Only DMA sync frame length
Andrew Lunn
2016-06-29
1
-3
/
+4
*
|
igb: call igb_ptp_suspend during suspend/resume cycle
Jacob Keller
2016-06-29
1
-0
/
+2
*
|
igb: re-use igb_ptp_reset in igb_ptp_init
Jacob Keller
2016-06-29
1
-1
/
+2
|
/
*
intel: Add support for IPv6 IP-in-IP offload
Alexander Duyck
2016-05-20
1
-0
/
+1
*
net: define gso types for IPx over IPv4 and IPv6
Tom Herbert
2016-05-20
1
-2
/
+1
*
igb/igbvf: Add support for GSO partial
Alexander Duyck
2016-05-13
1
-41
/
+96
*
igb: make igb_update_pf_vlvf static
Jacob Keller
2016-05-13
1
-1
/
+1
*
igb: use BIT() macro or unsigned prefix
Jacob Keller
2016-05-13
1
-24
/
+24
*
drivers: replace dev->trans_start accesses with dev_trans_start
Florian Westphal
2016-05-04
1
-1
/
+1
*
Revert "igb: Fix a deadlock in igb_sriov_reinit"
Arika Chen
2016-04-06
1
-1
/
+0
*
igb: allow setting MAC address on i211 using a device tree blob
John Holland
2016-04-06
1
-3
/
+6
*
igb: Add support for bulk Tx cleanup & cleanup boolean logic
Alexander Duyck
2016-04-06
1
-5
/
+7
*
igb: Fix sparse warning about passing __beXX into leXX_to_cpup
Alexander Duyck
2016-04-06
1
-4
/
+6
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2016-03-19
1
-412
/
+545
|
\
|
*
igb: call ndo_stop() instead of dev_close() when running offline selftest
Stefan Assmann
2016-02-24
1
-4
/
+4
|
*
igb: Fix VLAN tag stripping on Intel i350
Corinna Vinschen
2016-02-24
1
-9
/
+32
|
*
igb: Add support for generic Tx checksums
Alexander Duyck
2016-02-24
1
-58
/
+48
|
*
igb: rename igb define to be more generic
Todd Fujinaka
2016-02-24
1
-2
/
+2
|
*
igb: enable WoL for OEM devices regardless of EEPROM setting
Todd Fujinaka
2016-02-24
1
-0
/
+20
|
*
igb: When GbE link up, wait for Remote receiver status condition
Takuma Ueba
2016-02-24
1
-0
/
+20
|
*
igb: Add workaround for VLAN tag stripping on 82576
Alexander Duyck
2016-02-15
1
-12
/
+14
|
*
igb: Enable use of "bridge fdb add" to set unicast table entries
Alexander Duyck
2016-02-15
1
-9
/
+30
|
*
igb: Drop unnecessary checks in transmit path
Alexander Duyck
2016-02-15
1
-10
/
+0
|
*
igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
Alexander Duyck
2016-02-15
1
-72
/
+241
|
*
igb: Clean-up configuration of VF port VLANs
Alexander Duyck
2016-02-15
1
-71
/
+110
|
*
igb: Merge VLVF configuration into igb_vfta_set
Alexander Duyck
2016-02-15
1
-87
/
+18
|
*
igb: Always enable VLAN 0 even if 8021q is not loaded
Alexander Duyck
2016-02-15
1
-2
/
+3
|
*
igb: Do not factor VLANs into RLPML calculation
Alexander Duyck
2016-02-15
1
-41
/
+2
|
*
igb: Allow asymmetric configuration of MTU versus Rx frame size
Alexander Duyck
2016-02-15
1
-67
/
+40
|
*
igb: clean up code for setting MAC address
Alexander Duyck
2016-02-15
1
-5
/
+4
|
*
igb: Unpair the queues when changing the number of queues
Shota Suzuki
2016-02-15
1
-0
/
+2
|
*
igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
Shota Suzuki
2016-02-15
1
-8
/
+0
*
|
mm: introduce page reference manipulation functions
Joonsoo Kim
2016-03-17
1
-1
/
+1
|
/
*
sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
Tom Herbert
2015-12-15
1
-2
/
+2
[next]