e1000: cleanup unused parameters
[safe/jmp/linux-2.6] / drivers / net / igb /
2009-10-28 Alexander Duyckigb: cleanup "todo" code found in igb_ethtool.c
2009-10-28 Alexander Duyckigb: add single vector msi-x testing to interrupt test
2009-10-28 Alexander Duyckigb: make ethtool use core xmit map and free functionality
2009-10-28 Alexander Duyckigb: make tx ring map and free functionality non-static
2009-10-28 Alexander Duyckigb: re-use ring configuration code in ethtool testing
2009-10-28 Alexander Duyckigb: setup vlan tag replication stripping in igb_vmm_co...
2009-10-28 Alexander Duyckigb: delay VF reset notification until after interrupts...
2009-10-28 Alexander Duyckigb: move the multiple receive queue configuration...
2009-10-28 Alexander Duyckigb: place a pointer to the netdev struct in the ring...
2009-10-28 Alexander Duyckigb: add a flags value to the ring
2009-10-28 Alexander Duyckigb: move alloc_failed and csum_err stats into per...
2009-10-28 Alexander Duyckigb: move rx_buffer_len into the ring structure
2009-10-28 Alexander Duyckigb: add pci device pointer to ring structure
2009-10-28 Alexander Duyckigb: change the head and tail offsets into pointers
2009-10-28 Alexander Duyckigb: move SRRCTL register configuration into ring speci...
2009-10-28 Alexander Duyckigb: remove rx_ps_hdr_len
2009-10-28 Alexander Duyckigb: move the tx and rx ring specific config into seper...
2009-10-28 Alexander Duyckigb: increase minimum rx buffer size to 1K
2009-10-28 Alexander Duyckigb: remove rx checksum good counter
2009-10-28 Alexander Duyckigb: add new data structure for handling interrupts...
2009-10-27 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-10-26 Alexander Duyckigb: fix memory leak when setting ring size while inter...
2009-10-13 Ajit Khapardeigb: Fix erroneous display of stats by ethtool -S
2009-10-13 Eric Dumazetnet: Use netdev_alloc_skb_ip_align()
2009-10-11 Alexey Dobriyanheaders: remove sched.h from interrupt.h
2009-10-08 Ajit Khapardeigb: Use the instance of net_device_stats from net_device.
2009-10-06 Alexander Duyckigb: add flushes between RAR writes when setting mac...
2009-10-06 Alexander Duyckigb: add additional error handling to the phy code
2009-10-06 Alexander Duyckigb: add code to retry a phy read in the event of failu...
2009-10-06 Alexander Duyckigb: move the generic copper link setup code into e1000...
2009-10-06 Alexander Duyckigb: remove microwire support from igb
2009-10-06 Alexander Duyckigb: change how we handle alternate mac addresses
2009-10-06 Alexander Duyckigb: fix a few items where weren't correctly setup...
2009-10-06 Alexander Duyckigb: add function to handle mailbox lock
2009-10-06 Alexander Duyckigb: add support for 82576NS SerDes adapter
2009-10-06 Alexander Duyckigb: make use of the uta to allow for promiscous mode...
2009-10-06 Alexander Duyckigb: add combined function for setting rar and pool...
2009-10-06 Alexander Duyckigb: add locking to reads of the i2c interface
2009-10-06 Alexander Duyckigb: update the approach taken to acquiring and releasi...
2009-10-06 Alexander Duyckigb: update comments for serdes config and update to...
2009-10-06 Alexander Duyckigb: remove unused temp variable from stats clearing...
2009-10-02 Frans Pope1000e/igb/ixgbe: Don't report an error if devices...
2009-09-24 David S. MillerMerge branch 'master' of /home/davem/src/GIT/linux...
2009-09-21 Alexander Duyckigb: resolve namespacecheck warning for igb_hash_mc_addr
2009-09-21 Joe Perchestrivial: remove unnecessary semicolons
2009-09-15 Alexander Duyckigb: do not allow phy sw reset code to make calls to...
2009-09-15 Alexander Duyckigb: reset sgmii phy at start of init
2009-09-04 Ben Hutchingsnetdev: Remove redundant checks for CAP_NET_ADMIN in...
2009-09-04 Alexander Duyckigb: set vf rlpml wasn't taking vlan tag into account
2009-09-04 Alexander Duyckigb: only disable/enable interrupt bits for igb physica...
2009-09-04 Alexander Duyckigb: add support for set_rx_mode netdevice operation
2009-09-02 Stephen Hemmingernetdev: drivers should make ethtool_ops const
2009-09-01 Stephen Hemmingerintel: convert drivers to netdev_tx_t
2009-08-26 Alexander Duyckigb/ixgbe: add IPV6_CSUM support to vlan_features
2009-07-26 Alexander Duyckigb: initialize mailbox function pointers prior to...
2009-07-26 Alexander Duyckigb: cleanup flow control configuration to make request...
2009-07-26 Alexander Duyckigb: use buffer_info->dma instead of shinfo->nr_frags...
2009-07-26 Alexander Duyckigb: add support for 82576 mezzanine card
2009-07-26 Alexander Duyckigb: remove unused switch statement from igb_set_wol
2009-07-26 Alexander Duyckigb: cleanup receive address register initialization
2009-07-26 Alexander Duyckigb: move all multicast addresses into multicast table...
2009-07-26 Alexander Duyckigb: add completion timeout workaround for 82575/82576
2009-07-26 Alexander Duyckigb: do not overwrite EEPROM LED settings
2009-07-26 Alexander Duyckigb: change configure_pcs_link to void since it always...
2009-07-26 Alexander Duyckigb: make serdes power down available for 82575 in...
2009-07-26 Alexander Duyckigb: remove media type fiber as it is misleading
2009-07-13 Eric Dumazetigb: gcc-3.4.6 fix
2009-07-08 Alexander Duyckigb: set lan id prior to configuring phy
2009-07-01 Alexander Duyckigb: return PCI_ERS_RESULT_DISCONNECT on permanent...
2009-07-01 Jesse Brandeburgigb: fix unmap length bug
2009-06-08 Eric Dumazetnet: skb_shared_info optimization
2009-05-29 Eric Dumazetnet: dont update dev->trans_start
2009-05-27 Alexander Duyckigb/e1000e: update PSSR_MDIX value to reflect correct bit
2009-05-27 Jesper Dangaard... igb: Record host memory receive overflow in net_stats
2009-05-27 Jesper Dangaard... igb: Implement reading of reg RQDPC (Receive Queue...
2009-05-27 Jeff Kirsherigb: add RQDPC (Receive Queue Drop Packet Count) regist...
2009-05-22 Alexander Duyckigb: do not re-register DCA requester on device reset
2009-05-08 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2009-05-07 Jesse Brandeburge1000/e1000e/igb/ixgb: don't txhang after link down
2009-05-06 Alexander Duyckigb: resolve panic on shutdown when SR-IOV is enabled
2009-05-06 Alexander Duyckigb/igbvf: set rx csum always enabled in hw, disable...
2009-04-28 Jesse Brandeburgigb: Enable SCTP checksum offloading
2009-04-28 Alexander Duyckigb/ixgbe: remove unecessary checks for CHECKSUM_UNNECE...
2009-04-28 Alexander Duyckigb: make rxcsum configuration seperate from multiqueue
2009-04-28 Alexander Duyckigb: reconfigure mailbox timeout logic
2009-04-27 Alexander Duyckigb: always use adapter->itr as EITR value
2009-04-22 Jesse Brandeburge1000/e1000e/igb/ixgb: do not use netif_wake_queue...
2009-04-20 Jesse Brandeburgigb: fix link down inital state
2009-04-11 Alexander Duyckigb: do not check for vf_data if we didn't enable vfs
2009-04-11 Alexander Duyckigb: fix unused external references introduced with...
2009-04-08 Alexander Duyckigb: remove sysfs entry that was used to set the number...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_32BIT_MASK macro with...
2009-04-07 Yang Hongyangdma-mapping: replace all DMA_64BIT_MASK macro with...
2009-04-02 Rafael J. Wysockinet/igb: Fix kexec with igb (rev. 3)
2009-04-02 Alexander Duyckigb: cleanup igb loopback path
2009-04-02 Alexander Duyckigb: increase delay for copper link setup
2009-04-02 Alexander Duyckigb: set num_rx/tx_queues to 0 when queues are freed
2009-04-02 Alexander Duyckigb: add support for x2 link width configurations
2009-03-21 Alexander Duyckigb: cleanup tx dma so map & unmap use matching calls
2009-03-21 Alexander Duyckigb: rework igb_set_multi so that vfs are properly...
next