Age | Commit message (Expand) | Author |
2011-02-11 | ixgbe: DCB, use hardware independent routines | John Fastabend |
2011-02-11 | ixgbe: DCB, remove RESET bit it is no longer needed | John Fastabend |
2011-02-11 | ixgbe: DCB, do not reset on CEE pg changes | John Fastabend |
2011-02-11 | ixgbe: DCB, implement 802.1Qaz routines | John Fastabend |
2011-02-11 | ixgbe: DCB, abstract out dcb_config from DCB hardware configuration | John Fastabend |
2011-02-11 | ixgbe: DCB, remove round robin mode on 82598 devices | John Fastabend |
2011-02-11 | ixgbe: DCB, only reprogram HW if the FCoE priority is changed | John Fastabend |
2011-02-08 | ixgbe: update version string | Don Skidmore |
2011-02-08 | ixgbe: cleanup variable initialization | Don Skidmore |
2011-02-08 | ixgbe: limit VF access to network traffic | Alexander Duyck |
2011-02-08 | ixgbe: fix for 82599 erratum on Header Splitting | Don Skidmore |
2011-02-08 | ixgbe: fix variable set but not used warnings by gcc 4.6 | Emil Tantilov |
2011-01-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds |
2011-01-13 | net: remove dev_txq_stats_fold() | Eric Dumazet |
2011-01-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds |
2011-01-09 | ixgbe: update ntuple filter configuration | Alexander Duyck |
2011-01-09 | ixgbe: further flow director performance optimizations | Alexander Duyck |
2011-01-09 | ixgbe: cleanup flow director hash computation to improve performance | Alexander Duyck |
2011-01-09 | ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer | Yi Zou |
2010-12-24 | ixgbe: Add anti-spoofing feature support | Greg Rose |
2010-12-24 | ixgbe: Add SR-IOV feature support to X540 | Greg Rose |
2010-12-24 | ixgbe: Warn on VF attempt to override Administratively set MAC/VLAN | Greg Rose |
2010-12-22 | Merge branch 'master' into for-next | Jiri Kosina |
2010-12-12 | igb[v],ixgbe: don't use flush_scheduled_work() | Tejun Heo |
2010-12-10 | ixgbe: cleanup string function calls to use bound checking versions. | Don Skidmore |
2010-12-10 | ixgbe: fix ntuple support | Emil Tantilov |
2010-12-10 | ixgbe: fix X540 to use it's own info struct | Don Skidmore |
2010-12-10 | ixgbe: fix X540 phy id to correct value | Don Skidmore |
2010-12-10 | Intel Wired LAN drivers: Use static const | Jeff Kirsher |
2010-12-08 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller |
2010-12-06 | ixgbe: fix enum type mismatch on disable laser | Don Skidmore |
2010-12-06 | ixgbe: fix for link failure on SFP+ DA cables | Don Skidmore |
2010-12-06 | ixgbe: fix possible NULL pointer deference in shutdown path | Don Skidmore |
2010-12-03 | ixgbe: add support for new format of PBA numbers | Don Skidmore |
2010-12-03 | ixgbe: add support for 82599 FCoE SKU | Don Skidmore |
2010-12-03 | ixgbe: add WOL support for SFP+ subdevice | Don Skidmore |
2010-12-03 | ixgbe: fix link behavior for SFP+ when driver is brought down | Don Skidmore |
2010-11-27 | drivers/net: use vzalloc() | Eric Dumazet |
2010-11-21 | ixgbe: update version number for ixgbe | Don Skidmore |
2010-11-16 | ixgbe: refactor ixgbe_alloc_queues() | Eric Dumazet |
2010-11-16 | ixgbe: add support for x540 MAC | Don Skidmore |
2010-11-16 | ixgbe: add MAC and PHY support for x540 | Don Skidmore |
2010-11-16 | ixgbe: make silicon specific functions generic | Don Skidmore |
2010-11-16 | ixgbe: make sure FCoE DDP user buffers are really released by the HW | Yi Zou |
2010-11-16 | ixgbe: invalidate FCoE DDP context when no error status is available | Yi Zou |
2010-11-16 | ixgbe: avoid doing FCoE DDP when adapter is DOWN or RESETTING | Yi Zou |
2010-11-16 | ixgbe: rework Tx hang detection to fix reoccurring false Tx hangs | John Fastabend |
2010-11-16 | ixgbe: Resolve null function pointer accesses on 82598 w/ multi-speed fiber | Alexander Duyck |
2010-11-16 | ixgbe: populate the ring->q_vector pointer during ring mapping | Alexander Duyck |
2010-11-16 | ixgbe: cleanup ixgbe_map_rings_to_vectors | Alexander Duyck |