tun: Don't use IF_DROP on ifnet.if_snd
[dragonfly.git] / sys /
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...
2012-12-14 Matthew Dillonhammer2 - bigger stabilization & performance pass
2012-12-14 Sepherosa Ziehauipfw: Don't spam the log if dynamic rules allocation...
2012-12-14 Matthew Dillonhammer2 - small stabilization & performance pass
2012-12-13 Matthew Dillonhammer2 - redo the flush collision handling
2012-12-13 Sascha Wildnerkernel: Remove USERFS.
2012-12-13 Matthew Dillonhammer2 - Cleanup various races, better flush
2012-12-13 Matthew Dillonkernel - Fix sync() system call
2012-12-13 Sepherosa Ziehauthread: Add td_type field; this avoids blowout td_flags...
2012-12-13 Matthew Dillonkernel - Fix missing B_ORDERED inheritance
2012-12-13 Venkatesh Srinivaskernel -- ffs: ufs_ihash may not match for vnode recycl...
2012-12-12 Sascha WildnerRemove upc_{control,register} syscalls and everything...
2012-12-12 Sepherosa Ziehaubce: Disable RX max BDs based interrupt moderation
2012-12-12 Sascha Wildnerkernel/makesyscalls.sh: Fix copy/paste error.
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Improve comment and regenerate...
2012-12-11 Sascha Wildnerkernel/makesyscalls.sh: Output a friendlier comment...
2012-12-10 Matthew Dillonkernel - Reduce the size of the callout wheel
2012-12-10 Matthew Dillonkernel - Fix softupdates panic with UFS
2012-12-10 Matthew Dillonkernel - Remove unnecessary mplock from ata I/O path
2012-12-10 Matthew Dillonkernel - Make UFS ihash table per-mount
2012-12-10 Matthew Dillonkernel - Fix bug (not reached in normal operation)...
2012-12-10 Matthew Dillonkernel - Fix debug output label
2012-12-10 Sascha WildnerFix buildkernel with 'options KTR' in the config.
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 Ziehaupolling: Add tunable for net.ifpoll.X.rx.user_frac
2012-12-10 Sepherosa Ziehaubnx: Avoid unnecessary local scope stack variable resetting
2012-12-09 François Tigeotagp: Do not limit attachment to primary devices
2012-12-09 François Tigeotagp: Add PCI ID for Ivy Bridge GT2 server variant
2012-12-09 François Tigeotagp: A rewrite of the i810 bits of the driver
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 François Tigeotkernel: Add cpu_wbinvd_on_all_cpus()
next