if: Move if_start_nmsg into ifaltq; prepare multiple TX queue support
[dragonfly.git] / sys /
2013-01-06 Sepherosa Ziehauif: Move if_start_nmsg into ifaltq; prepare multiple...
2013-01-05 Sepherosa Ziehauif: Move if_cpuid into ifaltq; prepare multiple TX...
2013-01-05 Sascha Wildnerkernel/netinet6: Remove some unused variables.
2013-01-05 Sascha Wildnerkernel: Remove some unused variables in kern/, opencryp...
2013-01-05 Sascha Wildnerkernel/disk: Remove some unused variables and add __deb...
2013-01-05 Sascha Wildnerkernel/dm: Remove some unused variables.
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-05 Sascha Wildnerkernel/posix scheduling: Style, indentation, etc.
2013-01-05 Sascha Wildnerkernel: COMPAT_DF12 is valid for vkernel (32 bit) too.
2013-01-04 Sascha Wildnerkernel: Remove some unused variables in gpio/spic/cardb...
2013-01-04 Sascha Wildnerkernel: Remove some unused variables in netgraph/netgraph7.
2013-01-03 Sascha Wildnerkernel: Remove some unused variables in bktr(4) and...
2013-01-03 Sascha Wildnerkernel: Remove unused variables in ACPI code (and add...
2013-01-03 Sascha Wildnerkernel: Move sys/dev/acpica5 to sys/dev/acpica.
2013-01-03 Sascha Wildnerkernel: Remove some unused variables in network drivers.
2013-01-03 Sascha Wildnerkprintf(9): Implement optional 'precision' for numbers.
2013-01-03 Sascha Wildnerkernel: The NPX_DEBUG kernel option is pc32 specific...
2013-01-03 Sascha Wildnerkernel: The COMPAT_DF12 kernel option is pc32 specific.
2013-01-03 Sepherosa Ziehauif: if_start_need_schedule -> ifq_ifstart_need_schedule
2013-01-03 Sepherosa Ziehauif: Add if_devstart_sched to schedule ifnet.if_start...
2013-01-03 Sepherosa Ziehauif: if_start_schedule -> ifq_ifstart_schedule
2013-01-03 Sepherosa Ziehauifq: Add ifq_get_stage to loacte proper altq_stage...
2013-01-03 Sepherosa Ziehauifq: Add ifq_{is,set,clr}_started to access/modify...
2013-01-03 Sepherosa Ziehauifq: Update comment in net/ifq_var.h
2013-01-03 Sepherosa Ziehauif: Update IF_ macros comment
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-03 Sepherosa Ziehaunet: Don't use IF_DROP on ifnet.if_snd
2013-01-03 Sepherosa Ziehauef: Don't use IF_ queue macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehautun: Don't use IF_DROP on ifnet.if_snd
2013-01-03 Sepherosa Ziehaunpx: Always embed saveymm in savefpu and remove depende...
2013-01-03 Sepherosa Ziehaux86_64/options: Indentation
2013-01-03 Sepherosa Ziehauif: Remove deprecated if_handoff and related macros
2013-01-03 Sepherosa Ziehauppp: Don't use IF_HANDOFF, use IF_ENQUEUE instead.
2013-01-03 Sepherosa Ziehaunetgraph7/fec: Don't use IF_ macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehauif: Remove IFF_POLLING from kernel space.
2013-01-02 Alex Hornungx86_64 - support for AVX instructions
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2013-01-02 Sascha WildnerRemove some emacs variable settings.
2013-01-02 Venkatesh Srinivaskernel -- ccd: Concatenated disk MPLOCK rework.
2012-12-31 Sascha WildnerBump copyright years.
2012-12-31 Sascha WildnerMake ng_fec compilable into the kernel and add it to...
2012-12-31 Sascha Wildnerkernel/atm: Include <net/ifq_var.h> for ifq_set_max().
2012-12-31 Sascha Wildnerng_fec: Fix a typo and include <net/ifq_var.h> for...
2012-12-29 Antonio Huete Jimenezboot - Use ether_sprintf() where appropriate.
2012-12-29 Antonio Huete JimenezRevert "if_vke"
2012-12-29 Antonio Huete Jimenezif_vke
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-28 Sepherosa Ziehaunetgraph7/iface: Use ifq_dispatch() instead of ifq_hand...
2012-12-28 Sepherosa Ziehauvlan: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauatm: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauifq: Add ifq_purge_all(); currently it's same as ifq_pu...
2012-12-27 Sepherosa Ziehauifq: Move ifq_set_maxlen declaration to the declaration...
2012-12-27 Sepherosa Ziehauip6: Don't test ifq_len against ifq_maxlen; let IFQ...
2012-12-27 Sepherosa Ziehausctp: Don't test ifq_len against ifq_maxlen; let IFQ...
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-27 Sepherosa Ziehauifq/staging: Add comment about IFQ packet staging mechanism
2012-12-27 Sepherosa Ziehauifq/staging: Remove debug code
2012-12-27 Sepherosa Ziehauifq/staging: Clean up IFQ packet staging resources
2012-12-27 Sepherosa Ziehauifq/staging: Increase ifq_maxlen a little bit for packe...
2012-12-27 Sepherosa Ziehauifq/staging: Perform IFQ packet staging for if_start...
2012-12-27 Sepherosa Ziehauif_start: Use if_start_schedule in if_start_dispatch
2012-12-27 Sepherosa Ziehaupolling: Perform RX polling before TX polling
2012-12-27 Sepherosa Ziehauifq/staging: Initial implementation of IFQ packet stagi...
2012-12-25 Sascha Wildnerkernel/powernow: Remove two unused variables.
2012-12-25 Sascha Wildnerlibpthread: Add sem_timedwait().
2012-12-25 Sascha Wildnerkernel/clock: Remove some pointless #include/#ifdef.
2012-12-23 François Tigeotkernel: Add CLOCK_THREAD_CPUTIME_ID
2012-12-22 Sascha Wildnerkernel/ndis: We want the ctx_list and oid for now.
2012-12-22 Sascha Wildnerkernel/acpi: Fix #include, <sys/mutex.h> is not needed.
2012-12-22 Sascha Wildnermlx(4): Remove unused defines.
2012-12-22 Sascha Wildnerkernel/iscsi: Do not conditionalize on undefined names.
2012-12-22 Sascha Wildnerkernel/procfs: Silence gcc47's whining.
2012-12-22 Sepherosa Ziehauifq_dispatch: Avoid accessing the mbuf after it has...
2012-12-22 Sascha Wildnerarcmsr(4): Add missing D_MPSAFE (forgot when porting).
2012-12-22 Sascha Wildnerkernel/mmc: Remove an unused variable.
2012-12-21 Sascha Wildnerarcmsr(4): Remove some dead code and an unused variable.
2012-12-21 Sepherosa Ziehauifq_dispatch: If mbuf can't be enqueued and ifq has...
2012-12-21 Sepherosa Ziehauip_forward: Optimize out the mbuf allocation for ICMP...
2012-12-20 Sepherosa Ziehauip_output: Don't drop packet based on if_snd queue...
2012-12-20 Sascha WildnerRevert "mknod(2): Restrict functionality to creating...
2012-12-20 Sascha Wildnermknod(2): Restrict functionality to creating FIFOs.
2012-12-18 Sepherosa Ziehaunetisr: Remove unused macros
2012-12-18 Sepherosa Ziehaunetisr: Add priority for netisr "rollup" functions
2012-12-18 Sepherosa Ziehaupolling: Increase default polling rate to 6000Hz
2012-12-18 Sepherosa Ziehauif_start: Fix indentation
2012-12-17 Sascha Wildnerkernel/atm: Fix wrong rt_tables[] access.
2012-12-17 Sepherosa Ziehauif_start: Fix a race that could delay the packets trans...
2012-12-15 Matthew Dillonhammer2 - Split flush code out into its own source...
2012-12-14 Matthew Dillonkernel - Fix buffer cache mismatch assertion (hammer)
2012-12-14 Matthew Dillonkernel - ufs softdep fix under heavy load
2012-12-14 Sepherosa Ziehaupolling: Increase default rx.each_burst to 50
2012-12-14 Sepherosa Ziehaupolling: Diverge each CPU's polling frequency a little...
next