kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
[dragonfly.git] / sys / dev / netif / bnx / if_bnx.c
2013-11-27 Sascha Wildnerkernel: Generate miidevs.h, pccarddevs.h and pcidevs...
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sepherosa Ziehaubnx: Only 5718 chip family use PCI_BAR4 as MSI-X table...
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-06-04 Sepherosa Ziehauifq: Remove the unused parameter 'mpolled' from ifq...
2013-05-30 Sepherosa Ziehaubnx: Add comment about how the RSS redirect table is...
2013-05-11 John MarinoMerge branch 'vendor/LESS'
2013-05-11 John MarinoMerge branch 'vendor/LIBEDIT'
2013-05-11 John MarinoMerge branch 'vendor/TCSH'
2013-05-10 Sepherosa Ziehaubnx: Use different RX coalesce BDs for polling and...
2013-05-09 Sepherosa Ziehaubnx: In polling mode, force chip update status block...
2013-05-09 Sepherosa Ziehaubnx: Optimize RX STD ring refilling scheduling
2013-05-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
2013-05-06 Sepherosa Ziehaubnx: Use different TX coalesce BDs for polling and...
2013-05-05 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2013-05-05 Sepherosa Ziehaubnx: Utilize hardware supplied RSS hash
2013-05-03 Sepherosa Ziehaubnx: Fix up some comment abount ring control blocks...
2013-05-03 Sepherosa Ziehaubnx: Implement multiple RX/TX rings and MSI-X support...
2013-04-23 John MarinoMerge branch 'vendor/MPFR'
2013-04-23 John MarinoMerge branch 'vendor/DIFFUTILS'
2013-04-23 John MarinoMerge branch 'vendor/GREP'
2013-04-23 John MarinoMerge branch 'vendor/EXPAT'
2013-04-15 Sascha WildnerMerge branch 'vendor/MDOCML'
2013-04-15 Sepherosa Ziehaubnx: Save inetrrupt mailbox register in bnx_intr_data
2013-04-15 Sepherosa Ziehaubnx: There is no non-oneshot MSI interrupt handler now
2013-04-15 Sepherosa Ziehaubnx: Chips supported by this driver always support...
2013-04-15 Sepherosa Ziehaubnx: Move status block related fields into bnx_intr_data
2013-04-14 Sepherosa Ziehaubnx: Properly setup RX return ring cons index position
2013-04-14 Sepherosa Ziehaubnx: Use pre-configured array to setup TX ring's mailbo...
2013-04-14 Sepherosa Ziehaubnx: Create dedicated thread for RX standard ring refilling
2013-04-12 Sepherosa Ziehaubnx: Fix up CPUID for tick callout
2013-04-12 Sepherosa Ziehaubnx: Reimplement polling in non-compat mode
2013-04-11 Sepherosa Ziehaubnx: Add read-only sysctl node for RX/TX queue count
2013-04-11 Sepherosa Ziehaubnx: Switch to IFQ subqueue functions and use per-TX...
2013-04-11 Sepherosa Ziehaubnx: Split RX/TX serializers
2013-04-10 Sepherosa Ziehaubnx: Group interrupt related fields together
2013-04-10 Sepherosa Ziehaubnx: Save RX return ring and TX ring status block indic...
2013-04-09 Sepherosa Ziehaubnx: Field renaming; no functional changes
2013-04-09 Sepherosa Ziehaubnx: Factor out bnx_{alloc,setup,free}_intr()
2013-04-09 Sepherosa Ziehaubnx: Don't commit coalesce param changes in interrupt...
2013-04-09 Sepherosa Ziehaubnx: Regroup RX std and return rings into their own...
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa Ziehaubnx: Pack TX mbuf and dmamap together; improve cache...
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-31 Sepherosa Ziehaubnx: Properly setup TX ring prod index position
2013-03-29 Sascha Wildnerkernel: Unbreak building kernels that have 'options...
2013-03-29 Sepherosa Ziehaubnx: Make sure that all of the TX rings receive tx_wreg...
2013-03-29 Sepherosa Ziehaubnx: Make "force defrag" as TX ring flag
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-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
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-24 Johannes Hofmannmerge
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-12 Johannes Hofmannmerge
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...
next