]> nv-tegra.nvidia Code Review - linux-2.6.git/history - drivers/net/igb
gianfar: Add per queue structure support
[linux-2.6.git] / drivers / net / igb /
2009-10-30 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2009-10-29 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-10-29 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-10-28 David S. Millerigb: Fix warnings in igb_set_ringparam()
2009-10-28 Alexander Duyckigb: cleanup whitespace issues in igb_main.c
2009-10-28 Alexander Duyckigb: open up SCTP checksum offloads to all MACs 82576...
2009-10-28 Alexander Duyckigb: limit minimum mtu to 68 to keep ip bound to interface
2009-10-28 Alexander Duyckigb: add pci_dev in few spots to clean up use of dev_er...
2009-10-28 Alexander Duyckigb: replace unecessary &adapter->hw with just hw where...
2009-10-28 Alexander Duyckigb: cleanup clean_rx_irq_adv and alloc_rx_buffers_adv
2009-10-28 Alexander Duyckigb: cleanup igb xmit frame path
2009-10-28 Alexander Duyckigb: cleanup igb.h header whitespace and some structure...
2009-10-28 Alexander Duyckigb: Remove invalid stats counters
2009-10-28 Alexander Duyckigb: cleanup interrupt enablement in regards to msix_other
2009-10-28 Alexander Duyckigb: change queue ordering for 82576 based adapters
2009-10-28 Alexander Duyckigb: cleanup code related to ring resource allocation...
2009-10-28 Alexander Duyckigb: make tx hang check multiqueue, check eop descriptor
2009-10-28 Alexander Duyckigb: move global_quad_port_a from global into local...
2009-10-28 Alexander Duyckigb: only process global stats in igb_update_stats
2009-10-28 Alexander Duyckigb: move vf init into a seperate function
2009-10-28 Alexander Duyckigb: rework handling of the vfta and vlvf registers...
2009-10-28 Alexander Duyckigb: rework use of VMOLR in regards to PF and VFs
2009-10-28 Alexander Duyckigb: replace the VF clear_to_send with a flags value
2009-10-28 Alexander Duyckigb: use packet buffer sizes from RXPBS register
2009-10-28 Alexander Duyckigb: misc cleanups within igb_ethtool.c
2009-10-28 Alexander Duyckigb: cleanup some of the code related to hw timestamping
2009-10-28 Alexander Duyckigb: add support for seperate tx-usecs setting in ethtool
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 master.kernel.org:/pub/scm...
2009-10-26 Alexander Duyckigb: fix memory leak when setting ring size while inter...
2009-10-13 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
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-12 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
2009-10-09 David S. MillerMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-10-08 Ajit Khapardeigb: Use the instance of net_device_stats from net_device.
2009-10-07 David S. MillerMerge branch 'master' of master.kernel.org:/pub/scm...
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-04 Linus TorvaldsMerge branch 'acpi-pad' of git://git.kernel.org/pub...
2009-10-04 Linus TorvaldsMerge branch 'sfi-release' of git://git.kernel.org...
2009-10-04 Linus TorvaldsMerge branch 'release' of git://git.kernel.org/pub...
2009-10-04 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.dk/linux...
2009-10-04 Linus TorvaldsMerge branch 'for-linus' of git://www.linux-m32r.org...
2009-10-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2009-10-03 Linus TorvaldsMerge branch 'for_linus' of git://git.kernel.org/pub...
2009-10-03 Takashi IwaiMerge branch 'fix/hda' into for-linus
2009-10-03 Takashi IwaiMerge branch 'fix/asoc' into for-linus
2009-10-02 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2009-10-02 Russell KingMerge branch 'fixes' of git://git.kernel.org/pub/scm...
2009-10-02 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-10-02 Frans Pope1000e/igb/ixgbe: Don't report an error if devices...
2009-10-01 Chris MasonMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-10-01 Chris MasonMerge branch 'master' of git://git.kernel.org/pub/scm...
2009-09-30 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-09-30 Linus TorvaldsMerge branch 'drm-next' of git://git.kernel.org/pub...
2009-09-30 Linus TorvaldsMerge branch 'omap-fixes-for-linus' of git://git.kernel...
2009-09-27 Linus TorvaldsMerge branch 'timers-for-linus' of git://git.kernel...
2009-09-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-09-26 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-09-26 Linus TorvaldsMerge branch 'for-linus' of git://git.o-hand.com/linux...
2009-09-26 Linus TorvaldsMerge branch 'core-fixes-for-linus' of git://git.kernel...
2009-09-26 Linus TorvaldsMerge branch 'perf-fixes-for-linus' of git://git.kernel...
2009-09-26 Linus TorvaldsMerge branch 'timers-fixes-for-linus' of git://git...
2009-09-26 Linus TorvaldsMerge branch 'tracing-fixes-for-linus' of git://git...
2009-09-26 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git.kernel...
2009-09-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2009-09-26 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
next