index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
igb
Commit message (
Expand
)
Author
Age
Files
Lines
*
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
*
e1000e/igb/ixgbe: Don't report an error if devices don't support AER
Frans Pop
2009-10-02
1
-11
/
+2
*
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
David S. Miller
2009-09-24
1
-1
/
+1
|
\
|
*
trivial: remove unnecessary semicolons
Joe Perches
2009-09-21
1
-1
/
+1
*
|
igb: resolve namespacecheck warning for igb_hash_mc_addr
Alexander Duyck
2009-09-21
2
-37
/
+36
|
/
*
igb: do not allow phy sw reset code to make calls to null pointers
Alexander Duyck
2009-09-14
1
-1
/
+4
*
igb: reset sgmii phy at start of init
Alexander Duyck
2009-09-14
4
-109
/
+95
*
netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementations
Ben Hutchings
2009-09-03
1
-2
/
+0
*
igb: set vf rlpml wasn't taking vlan tag into account
Alexander Duyck
2009-09-03
2
-0
/
+40
*
igb: only disable/enable interrupt bits for igb physical function
Alexander Duyck
2009-09-03
1
-5
/
+9
*
igb: add support for set_rx_mode netdevice operation
Alexander Duyck
2009-09-03
1
-25
/
+48
*
netdev: drivers should make ethtool_ops const
Stephen Hemminger
2009-09-02
1
-1
/
+1
*
intel: convert drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-8
/
+11
*
igb/ixgbe: add IPV6_CSUM support to vlan_features
Alexander Duyck
2009-08-26
1
-0
/
+1
*
igb: initialize mailbox function pointers prior to phy init
Alexander Duyck
2009-07-26
1
-4
/
+4
*
igb: cleanup flow control configuration to make requested/current more clear
Alexander Duyck
2009-07-26
5
-45
/
+55
*
igb: use buffer_info->dma instead of shinfo->nr_frags to determine unmap
Alexander Duyck
2009-07-26
1
-12
/
+18
*
igb: add support for 82576 mezzanine card
Alexander Duyck
2009-07-26
3
-0
/
+3
*
igb: remove unused switch statement from igb_set_wol
Alexander Duyck
2009-07-26
1
-6
/
+0
*
igb: cleanup receive address register initialization
Alexander Duyck
2009-07-26
3
-35
/
+30
*
igb: move all multicast addresses into multicast table array
Alexander Duyck
2009-07-26
6
-89
/
+56
*
igb: add completion timeout workaround for 82575/82576
Alexander Duyck
2009-07-26
6
-15
/
+98
*
igb: do not overwrite EEPROM LED settings
Alexander Duyck
2009-07-26
1
-6
/
+1
*
igb: change configure_pcs_link to void since it always returns 0
Alexander Duyck
2009-07-26
1
-9
/
+4
*
igb: make serdes power down available for 82575 in addition to 82576 parts
Alexander Duyck
2009-07-26
3
-9
/
+17
*
igb: remove media type fiber as it is misleading
Alexander Duyck
2009-07-26
5
-58
/
+22
*
igb: gcc-3.4.6 fix
Eric Dumazet
2009-07-13
1
-40
/
+37
*
igb: set lan id prior to configuring phy
Alexander Duyck
2009-07-08
1
-0
/
+4
*
igb: return PCI_ERS_RESULT_DISCONNECT on permanent error
Alexander Duyck
2009-06-30
1
-0
/
+3
*
igb: fix unmap length bug
Jesse Brandeburg
2009-06-30
1
-5
/
+6
*
net: skb_shared_info optimization
Eric Dumazet
2009-06-08
1
-3
/
+2
*
net: dont update dev->trans_start
Eric Dumazet
2009-05-29
1
-1
/
+0
*
igb/e1000e: update PSSR_MDIX value to reflect correct bit
Alexander Duyck
2009-05-26
1
-1
/
+1
*
igb: Record host memory receive overflow in net_stats
Jesper Dangaard Brouer
2009-05-26
2
-0
/
+11
*
igb: Implement reading of reg RQDPC (Receive Queue Drop Packet Count)
Jesper Dangaard Brouer
2009-05-26
3
-10
/
+38
*
igb: add RQDPC (Receive Queue Drop Packet Count) register macro
Jeff Kirsher
2009-05-26
1
-0
/
+1
*
igb: do not re-register DCA requester on device reset
Alexander Duyck
2009-05-21
1
-3
/
+9
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-05-08
1
-7
/
+5
|
\
|
*
igb: resolve panic on shutdown when SR-IOV is enabled
Alexander Duyck
2009-05-06
1
-7
/
+5
*
|
e1000/e1000e/igb/ixgb: don't txhang after link down
Jesse Brandeburg
2009-05-07
1
-0
/
+2
*
|
igb/igbvf: set rx csum always enabled in hw, disable via sw
Alexander Duyck
2009-05-06
3
-10
/
+12
*
|
igb: Enable SCTP checksum offloading
Jesse Brandeburg
2009-04-28
4
-4
/
+31
*
|
igb/ixgbe: remove unecessary checks for CHECKSUM_UNNECESSARY
Alexander Duyck
2009-04-28
1
-14
/
+6
*
|
igb: make rxcsum configuration seperate from multiqueue
Alexander Duyck
2009-04-28
2
-20
/
+12
*
|
igb: reconfigure mailbox timeout logic
Alexander Duyck
2009-04-28
1
-4
/
+4
*
|
igb: always use adapter->itr as EITR value
Alexander Duyck
2009-04-27
1
-5
/
+6
*
|
e1000/e1000e/igb/ixgb: do not use netif_wake_queue un-necessarily
Jesse Brandeburg
2009-04-22
1
-2
/
+2
*
|
igb: fix link down inital state
Jesse Brandeburg
2009-04-20
1
-4
/
+5
|
/
*
igb: do not check for vf_data if we didn't enable vfs
Alexander Duyck
2009-04-11
1
-15
/
+22
*
igb: fix unused external references introduced with sr-iov changes
Alexander Duyck
2009-04-11
4
-19
/
+3
[next]