if: Move if_cpuid into ifaltq; prepare multiple TX queues support
[dragonfly.git] / sys / dev / netif /
2013-01-05 Sepherosa Ziehauif: Move if_cpuid into ifaltq; prepare multiple TX...
2013-01-05 Sepherosa Ziehauigb: Save TX interrupt CPUID into tx_ring struct
2013-01-05 Sepherosa Ziehaujme: Always save TX interrupt CPUID
2013-01-03 Sascha Wildnerkernel: Remove some unused variables in network drivers.
2013-01-03 Sepherosa Ziehauif: Add if_devstart_sched to schedule ifnet.if_start...
2013-01-03 Sepherosa Ziehaunet: Don't use IF_{EN,DE}QUEUE on ifnet.if_snd
2013-01-03 Sepherosa Ziehauwi: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehaude: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehaural: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehauiwi: Dont' use IF_ macros on ifnet.if_snd
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2013-01-02 Sascha WildnerRemove some emacs variable settings.
2012-12-28 YONETANI Tomokazure: RealTek8111F found in ASUS C60M1-I
2012-12-28 Sepherosa Ziehauem: Don't update TDT upon very packets transmitted
2012-12-28 Sepherosa Ziehauigb: Fix comment
2012-12-28 Sepherosa Ziehauemx: Fix comment
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-22 Sascha Wildnerkernel/ndis: We want the ctx_list and oid for now.
2012-12-12 Sepherosa Ziehaubce: Disable RX max BDs based interrupt moderation
2012-12-10 Sepherosa Ziehaubge: Obey the RX polling count
2012-12-10 Sepherosa Ziehaubge: Avoid unnecessary local scope stack variable resetting
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 Ziehauigb: The RDT writing thresh should be tested w/ ">...
2012-12-09 Sepherosa Ziehaubnx: Remove redundant TX/RX index reading from polling...
2012-12-09 Sepherosa Ziehauigb: Improve tiny packets reception performance on...
2012-12-05 Sascha WildnerRemove some unneeded semicolons across the tree.
2012-12-04 Sascha WildnerFix LINT building.
2012-12-04 Sascha Wildnerkernel: Remove NULL checks after kmalloc(..., M_INTWAIT).
2012-12-03 Sepherosa Ziehaujme: Improve tiny packets transmission performance...
2012-12-03 Sepherosa Ziehaubge: Improve tiny packets transmission performance...
2012-12-03 Sepherosa Ziehaubge: Commit coalesce parameters change in polling code
2012-11-29 Sepherosa Ziehaubpf: Use bpf global token instead mplock to protect...
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-25 Sepherosa Ziehauigb: Use SYSCTL_ADD_INT for hw.igbX.tx_wreg_nsegs
2012-11-25 Sepherosa Ziehauemx: Use SYSCTL_ADD_INT for hw.emxX.wreg_tx_nsegs
2012-11-25 Sepherosa Ziehaubnx: Improve tiny packets transmission performance...
2012-11-25 Sepherosa Ziehaubnx: Commit coalesce parameters changes in polling...
2012-11-24 Sascha Wildnerndis(4): Bring in some fixes from FreeBSD.
2012-11-24 Sascha Wildnerndis(4): Make NDIS compile with usb4bsd too.
2012-11-22 Sepherosa Ziehauemx: Don't update TDT upon very packets transmitted
2012-11-22 Sepherosa Ziehauigb: Don't update TDT upon very packets transmitted
2012-11-21 Sascha WildnerRemove some duplicated semicolons (mostly in the kernel).
2012-11-20 Sepherosa Ziehauigb: Dispatch callout to the CPU that is checking status
2012-11-16 Sepherosa Ziehauwpi: This driver never supported polling
2012-11-16 Sepherosa Ziehauiwn: This driver never supported polling
2012-11-12 Sepherosa Ziehaufwe: Switch from device_polling to ifpoll
2012-11-11 Sepherosa Ziehauvge: Switch from device_polling to ifpoll
2012-11-11 Sepherosa Ziehaunge: Switch from device_polling to ifpoll
2012-11-11 Sepherosa Ziehaudc: Add missing ifpoll_compat_setup
2012-11-11 Sepherosa Ziehaudc: Switch from device_polling to ifpoll
2012-11-07 Sepherosa Ziehauigb: Configure TX head write back before turn enable...
2012-11-06 Sepherosa Ziehauvr: Switch from device_polling to ifpoll
2012-11-06 Sepherosa Ziehaufxp: Switch device_polling to ifpoll
2012-11-06 Sepherosa Ziehaurl: Switch from device_polling to ifpoll
2012-11-06 Sascha WildnerFix some typos in user visible messages, etc.
2012-11-04 Sepherosa Ziehausis: Switch from device_polling to ifpoll
2012-11-04 Sepherosa Ziehauxl: Switch from device_polling to ifpoll
2012-11-04 Sepherosa Ziehaustge: Switch from device_polling to ifpoll
2012-11-04 Sepherosa Ziehaunfe: Switch from device_polling to ifpoll
2012-11-04 Sepherosa Ziehaure: Swicth from device_polling to ifpoll
2012-11-04 Sepherosa Ziehaubce: Switch from device_polling to ifpoll
2012-11-03 Sepherosa Ziehaubge: Switch from device_polling to ifpoll
2012-11-03 Sepherosa ZiehauRevert "bge: Always configure MII mode register"
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-28 Sepherosa Ziehauifpoll: Factor out code for devices which does not...
2012-10-28 Sepherosa Ziehauem: Clear status polling count during interrupt disable...
2012-10-28 Sepherosa Ziehauem: Switch from device_polling to ifpoll
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerixgbe/netrate: Remove -DSMP from the Makefiles (no...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 Sepherosa Ziehaunetif: Enable ifpoll in module building
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-15 Sepherosa Ziehauigb: Per-device TX/RX descriptor count tunables
2012-10-15 Sepherosa Ziehauigb: Cache align software TX/RX descriptors
2012-10-15 Sepherosa Ziehauigb: Move uncommonly accessed fields to the end of...
2012-10-14 Sepherosa Ziehauemx: Cache align software TX/RX descriptors
2012-10-14 Sepherosa Ziehauemx: Group TX related fields into emx_txdata; use it...
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-13 Sascha Wildnermxge(4): Fix "always_inline function might not be inlin...
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-12 Sepherosa Ziehauemx: Pass emx_rxdata to RX related functions
2012-10-12 Sepherosa Ziehauemx: Add comment and add assertion about serializer...
2012-10-12 Sepherosa Ziehauemx: Remove unused statistics
2012-10-12 Sepherosa Ziehauifpoll: Don't pass pollhz to status poll handler
2012-10-12 Sepherosa Ziehaujme: Let callout run on CPU0, this is where main serial...
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sascha Wildnerkernel/mii_layer: Little indentation fix.
2012-10-11 Sascha Wildnerusb4bsd: Separate building of the old USB modules.
2012-10-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-11 Sepherosa Ziehaujme: Cache align software TX/RX descriptor data
next