Remove pca and speaker device remains (both deleted).
[dragonfly.git] / sys / net /
2013-04-28 Sepherosa Ziehaunetisr: Function renaming; no functional changes
2013-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2013-04-28 Sepherosa Ziehaunetisr: Function renaming; no functional changes
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-07 Peter AvalosMerge branch 'vendor/TNFTP'
2013-04-01 Sepherosa ZiehauMerge remote-tracking branch 'hofmann/wlan_serialize'
2013-03-26 Sepherosa Ziehauudp: Make stats per-cpu
2013-03-20 Antonio Huete Jimenezbpf - Remove crit_enter/exit calls.
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-09 Sepherosa Ziehauethernet: Make hash check possible even if RSS_DEBUG...
2013-03-05 Sascha Wildnerkernel/pf: Fix a bunch of gcc47 -Waddress warnings.
2013-03-05 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-03-04 Sepherosa Ziehaualtq: Don't use poll cache
2013-02-26 Matthew Dillonkernel - Beef up lwkt_dropmsg() API and fix deadlock...
2013-02-25 Sepherosa Ziehauarp: Embed netmsg_inarp in mbuf for asynchronized ARP...
2013-02-25 Sepherosa Ziehaunetmsg: Update comment
2013-02-25 Sepherosa Ziehaunetisr: Dedicated network thread is not netisr
2013-02-23 Matthew Dillonkernel - Clean up if_bridge bif_state tests
2013-02-22 Sepherosa Ziehaualtq/hfsc: Fix wrong malloc size
2013-02-21 Matthew Dillonkernel - Fix issue with ARP packets stalling out entire...
2013-02-21 Matthew Dillonkernel - Remove remaining mplock use cases from tmpfs
2013-02-19 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2013-02-17 Sepherosa Ziehauif: Add compat mode for ifnet stats so that 3rd party...
2013-02-16 Johannes HofmannMerge branch 'master' of git://git.dragonflybsd.org...
2013-02-16 Sascha Wildnerkernel: Fix various -Wundef warnings.
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 3/3
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 2/3
2013-02-15 Sepherosa Ziehauif: Per-cpu ifnet/ifaddr statistics, step 1/3
2013-02-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-13 Sepherosa Ziehautap: Define TAP_MANUALMAKE; unbreak building
2013-02-13 Sepherosa Ziehaubridge: Disable TSO on member interface
2013-02-13 Matthew Dillonkernel - Do not auto-destroy tap interfaces which are...
2013-02-12 Sepherosa Ziehauifaddr: Cache align ifaddr_container
2013-02-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2013-02-09 Sepherosa Ziehaupf: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehaubridge: Fix set-but-unused gcc47 warning
2013-02-08 Sepherosa Ziehauppp: Fix set-but-unused gcc47 warning
2013-01-29 Sepherosa Ziehausocket: Mark the asynchronous rcvd netmsg dead, when...
2013-01-28 Sepherosa Ziehauif: Fix wrong assertion condition in ifq_set_subq_mask
2013-01-28 Sepherosa Ziehauif: Add power of 2 mask based CPUID to subqueue mapping
2013-01-28 Sepherosa Ziehauif: Add function to set subqueue count
2013-01-25 Sepherosa Ziehauif: Add subqueue watchdog helper functions for driver use
2013-01-24 Johannes Hofmannmerge
2013-01-23 Sepherosa Ziehauif: Update comment about polling cpuid ioctl variables...
2013-01-22 Sepherosa Ziehautcp/tso: Add per-device TSO aggregation size limit
2013-01-19 Peter AvalosMerge branch 'vendor/BYACC'
2013-01-16 John MarinoMerge branch 'vendor/FLEX'
2013-01-15 Antonio Huete Jimenezkern - More work replacing %D
2013-01-15 Antonio Huete Jimenezkern - Utilize new way of printing MAC addresses.
2013-01-15 Antonio Huete Jimenezkern - Add kether_ntoa, kether_aton functions.
2013-01-13 Sepherosa Ziehauif: Optimize ifnet_serialize_array_ function a little bit
2013-01-13 Sepherosa Ziehauif: Remove unused IFNET serializer enum, macros and...
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 3 of 3; map CPUID...
2013-01-13 Sepherosa Ziehauif: Remove unused if_start_nmsg from ifnet
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 2 of many
2013-01-13 Sepherosa Ziehauif: Free subqueue memory upon if_detach
2013-01-13 Sepherosa Ziehauif: Multiple TX queue support step 1 of many; introduce...
2013-01-12 Johannes Hofmannmerge
2013-01-09 Sascha Wildnerkernel/net: Remove some unused variables.
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-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_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 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 Ziehauif: Remove IFF_POLLING from kernel space.
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
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 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-22 Sepherosa Ziehauifq_dispatch: Avoid accessing the mbuf after it has...
2012-12-21 Sepherosa Ziehauifq_dispatch: If mbuf can't be enqueued and ifq has...
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 Sepherosa Ziehauif_start: Fix a race that could delay the packets trans...
next