ifq: Remove the unused parameter 'mpolled' from ifq dequeue interface
[dragonfly.git] / sys / dev / netif / bce / if_bce.c
2013-06-04 Sepherosa Ziehauifq: Remove the unused parameter 'mpolled' from ifq...
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-09 John MarinoMerge branch 'vendor/AWK'
2013-05-08 John MarinoMerge branch 'vendor/ZLIB'
2013-05-08 John MarinoMerge branch 'vendor/GCC47'
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-09 Sepherosa Ziehaubce: BCM5716's MSI does not have bug either
2013-04-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-26 Sepherosa Ziehaubce: Don't use MSI-X, if the effective RX ring count...
2013-03-26 Sepherosa Ziehaubce: Try enabling MSI-X on 5716 too
2013-03-15 Sepherosa Ziehauifnet: Simplify ifnet_serialize_array function interface
2013-03-15 Sepherosa Ziehauifsq: Let ifaltq_subque know its related hardware TX...
2013-03-10 Sepherosa Ziehaubce: Setup TX queues before hooking up interrupt vectors
2013-03-09 Sepherosa Ziehaubce: Utilize hardware supplied RSS hash
2013-03-07 Sepherosa Ziehaubce: Pack RX/TX mbuf related fields into struct
2013-03-07 Sepherosa Ziehaubce: Strip extra blank lines
2013-03-06 Sepherosa Ziehaubce: White space cleanup
2013-03-06 Sepherosa Ziehaubce: Put per RX ring received packets debug stats under...
2013-03-06 Sepherosa Ziehaubce: Implement multiple TX/RX rings and MSI-X support...
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-26 Sepherosa Ziehaubce: Put interrupt reenabling into each interrupt handlers
2013-02-26 Sepherosa Ziehaubce: Move status index's location and cached status...
2013-02-24 Sepherosa Ziehaubce: Cache TX/RX consumer indices' location
2013-02-24 Sepherosa Ziehaubce: Save CID into related TX/RX ring struct
2013-02-22 Sepherosa Ziehaubce: Move RX serializers before TX serializers
2013-02-22 Sepherosa Ziehaubce: Free serializer array in detach path
2013-02-21 Sepherosa Ziehaubce: Fix tick/pulse callout target CPU setting
2013-02-21 Sepherosa Ziehaubce: RX and TX ring counts are not required to be same
2013-02-20 Sepherosa Ziehaubce: Switch to IFQ subqueue functions and use per-TX...
2013-02-20 Sascha Wildnerkernel: Use DEVMETHOD_END in the drivers.
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-19 Sepherosa Ziehaubce: Reimplement polling in non-compat mode
2013-02-19 Sepherosa Ziehaubce: Split TX/RX serializer
2013-02-19 Sepherosa Ziehaubce: Defer interrupt allocation until the TX/RX rings...
2013-02-19 Sepherosa Ziehaubce: Regroup function declaration
2013-02-19 Sepherosa Ziehaubce: Fix supported devices list in comment
2013-02-19 Sepherosa Ziehaubce: Put RX related fields into bce_rx_ring
2013-02-17 Sepherosa Ziehaubce: Put TX related fields into bce_tx_ring
2013-02-17 Sepherosa Ziehaubce: Factor out bce_xmit()
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-16 Sepherosa Ziehaubce: Remove debug stuffs
2013-02-16 Sepherosa Ziehaubce: Make TX register writing aggregation tunable
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 Ziehaubce: 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-15 Antonio Huete Jimenezkern - Utilize new way of printing MAC addresses.
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-12 Sepherosa Ziehaubce: Disable RX max BDs based interrupt moderation
2012-11-26 Sepherosa Ziehaubce: Commit coalesce parameters changes in polling...
2012-11-26 Sepherosa Ziehaubce: Improve tiny packets transmission performance...
2012-11-25 Sepherosa Ziehaubce: Don't mess w/ MQ_COMMAND on TX path; it seems...
2012-11-25 Sepherosa Ziehaubce: Reformat comment in bce_npoll_compat a little bit
2012-11-06 Sascha WildnerFix some typos in user visible messages, etc.
2012-11-04 Sepherosa Ziehaubce: Switch from device_polling to ifpoll
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-09 Sascha Wildnerkernel/bce: Fix an impossible && that should really...
2012-08-21 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-18 Sepherosa Ziehaubce: Dispatch callouts to interrupt's target CPU
2012-08-18 Sepherosa Ziehaubce: Rework MSI checkout for 5706 and 5708
2012-08-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-13 Sepherosa Ziehaubce: Unbreak LINT building
2012-08-10 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-10 Sepherosa Ziehaubce: Add TSO support
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from polling code
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs from output path
2012-08-10 Sepherosa Ziehaubce: Set RX interrupt rate ~6000Hz
2012-08-10 Sepherosa Ziehaubce: Don't loop in the interrupt handler to drain TX/RX
2012-08-10 Sepherosa Ziehaubce: Remove debug stuffs on RX/TX interrupt path
2012-08-10 Sepherosa Ziehaubce: Remove debugging stuffs in interrupt handler
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-07-11 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-07-07 Sepherosa Ziehaubce: Enabling MSI or MSI-X in interrupt handler does...
2012-07-07 Sepherosa Ziehaubge/bce: Use mii private data to pass various flags...
2012-07-04 Peter AvalosMerge branch 'vendor/FILE'
next