bnx: Turn softc SHORTDMA flag into per TX ring flag
[dragonfly.git] / sys / dev / netif / bnx / if_bnx.c
2013-03-29 Sepherosa Ziehaubnx: Turn softc SHORTDMA flag into per TX ring flag
2013-03-28 Sepherosa Ziehaubnx: NIC based TX rings are only applicable to chips...
2013-03-28 Sepherosa Ziehaubnx: Regroup TX related fields into TX ring struct
2013-03-28 Sepherosa Ziehaubnx: It does not make sense to have ret-ring size large...
2013-03-28 Sepherosa Ziehaubnx: Defer interrupt allocation until chip reset is...
2013-03-28 Sepherosa Ziehaubnx: Remove remainder of BCM5906
2013-03-21 Sepherosa Ziehaubnx: Improve 57766 performance by forcing 2K DMA size
2013-03-21 Sepherosa Ziehaubnx: Fix transmit hangs for 57766 and 57765 non-Ax...
2013-03-20 Sepherosa Ziehaubnx: Add support for BCM5762 chips
2013-03-11 Sepherosa Ziehaunetif: Setup TX ring CPUID before hooking up interrupt...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-16 Sepherosa Ziehaubnx: Support 5717 C0, which is almost same as 5720 A0
2013-02-16 Sepherosa Ziehaubnx: Avoid using magic number for TX register writing...
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-08 Sepherosa Ziehaubnx: Fix set-but-unused gcc47 warning
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 1 of many; introduce...
2013-01-09 Sascha Wildnerkernel: Remove some more unused variables in the networ...
2013-01-05 Sepherosa Ziehauif: Move if_cpuid into ifaltq; prepare multiple TX...
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2012-12-10 Sepherosa Ziehaubnx: Avoid unnecessary local scope stack variable resetting
2012-12-09 Sepherosa Ziehaubnx: Obey the RX polling count
2012-12-09 Sepherosa Ziehaubnx: Remove redundant TX/RX index reading from polling...
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-11-25 Sepherosa Ziehaubnx: Improve tiny packets transmission performance...
2012-11-25 Sepherosa Ziehaubnx: Commit coalesce parameters changes in polling...
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-28 Sepherosa Ziehauifpoll: Factor out code for devices which does not...
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 Sepherosa Ziehauifpoll: Make status fraction and TX fraction easier...
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-17 Sepherosa Ziehaubnx: Switch from DEVICE_POLLING to ifpoll
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-08-21 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-18 Sepherosa Ziehaubnx: Enable 500Khz MII management interface frequency
2012-08-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-14 Sepherosa Ziehaubnx: Don't peek at the TX descriptor in txeof()
2012-08-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-08 Sepherosa Ziehaubnx: Disable RX max BDs based interrupt moderation
2012-08-08 Sepherosa Ziehaubnx: Correct debug messages
2012-08-08 Sepherosa Ziehaubnx: Rearrange the code to check the spare TX descripor...
2012-08-04 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-03 Sepherosa Ziehaubnx: Remove unused code
2012-08-01 Sepherosa Ziehaumbuf: segsz -> tso_segsz, which is more expressive
2012-08-01 Sepherosa Ziehaubnx: Utilize header lengthes in mbuf to setup TSO
2012-07-30 Sepherosa Ziehaubnx: Add TSO support
2012-07-26 Sepherosa Ziehaubnx: Utilize BNX_IS_5717_PLUS
2012-07-26 Sepherosa Ziehaubnx: Enable software workaround for possiblely hosed...
2012-07-26 Sepherosa Ziehaubnx: Dispatch state timer to the same CPU as MSI/legacy...
2012-07-26 Sepherosa Ziehaubnx: Use MPSAFE callout
2012-07-26 Sepherosa Ziehaubnx: Add support for BCM57766 chips
2012-07-26 Sepherosa Ziehaubnx: BCM57791 and BCM57795 are 10/100 only
2012-07-26 Sepherosa Ziehaubnx: Reconfigure DMA read/write control register
2012-07-26 Sepherosa Ziehaubnx: Enable MBUF low attention on buffer manager
2012-07-26 Sepherosa Ziehaubnx: Using 57765_FAMILY to conf Low Watermark Maximum...
2012-07-26 Sepherosa Ziehaubnx: Properly configure PCI-E PL/DL registers and MAC...
2012-07-26 Sepherosa Ziehaubnx: Adjust RX/TX ring limit for BCM57785 family
2012-07-26 Sepherosa Ziehaubnx: Remove unused code
2012-07-26 Sepherosa Ziehaubge/bnx: Avoid using magic register name
2012-07-26 Sepherosa Ziehaubnx: UDP hardware checksum offloading works
2012-07-26 Sepherosa Ziehaubnx: Utilize BNX_IS_5717_PLUS
2012-07-26 Sepherosa Ziehaubnx: Add macros to further differentiate BCM57785 and...
2012-07-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-19 Sepherosa Ziehaubnx: Add BCM5718 and BCM57785 chip families support