kernel/usb4bsd: Bring in urtwn(4) and firmware.
[dragonfly.git] / sys / net /
2013-07-17 Sepherosa Ziehauroute: Prioritize routing table change messages
2013-07-11 Sepherosa Ziehaurtsock: Add genmask after credit checking
2013-07-10 Sepherosa Ziehauroute: Prioritize rtchange messages
2013-07-10 Sepherosa Ziehauroute: Prioritize routing messages during iface detach
2013-07-10 Sepherosa Ziehauroute: Factor out rt_domsg_global()
2013-07-09 Sepherosa Ziehauroute: Remove per-cpu routing threads; use netisr instead
2013-07-09 Sepherosa Ziehauroute: Make sure the parent route belong to the current CPU
2013-07-09 Sepherosa Ziehauradix: Unshare radix mask tree resources
2013-07-07 Sascha Wildnerkernel/net*: Remove some #include duplicates.
2013-07-07 Sascha Wildnerkernel/sppp: Clean up #ifdef jungle a bit.
2013-06-25 Sepherosa Ziehauethernet: Constify the lladdr pointer passed to ether_i...
2013-06-20 Sepherosa Ziehaualtq: Use tsc_mpsync to detect whether TSC could be...
2013-06-19 Sepherosa Ziehaunet: Use tsc_invariant when it is necessary; mainly...
2013-06-18 Sepherosa Ziehaualtq: Clean up the code for PCC usage detection
2013-06-18 Sepherosa Ziehaupolling: Fix comment
2013-06-17 Sepherosa Ziehaumbuf: Save 16 bytes from pkthdr on x86_64
2013-06-16 Sepherosa Ziehaualtq: Update comment
2013-06-13 Sepherosa Ziehaualtq: Implement two level "rough" priority queue for...
2013-06-12 Matthew Dillonkernel - fix statistics counters for if_bridge.
2013-06-08 Sepherosa Ziehaualtq: Add byte based limit and counter
2013-06-07 Sepherosa Ziehaualtq: Update comment
2013-06-07 Sepherosa Ziehaualtq: Make sure mbuf contains pkthdr in enqueue method
2013-06-07 Sepherosa Ziehaurtchange: Don't migrate CPU when change routes ifaddr...
2013-06-07 Sepherosa Ziehauif_detach: Don't migrate CPU when delete interface...
2013-06-06 Matthew Dillonkernel - Fix several bugs in FAIRQ
2013-06-06 Matthew Dillonkernel - Increase IFQ_MAXLEN from 50 to 250
2013-06-04 Sepherosa Ziehauifsubque: Cut ties with ifqueue
2013-06-04 Sepherosa Ziehauifq: Add ifsq_poll_pktlen, which calculate the polled...
2013-06-04 Sepherosa Ziehauifq/classic: Add pkthdr assertion
2013-06-04 Sepherosa Ziehaualtq: Remove the unused parameter 'mpolled' from dequeu...
2013-06-04 Sepherosa Ziehauifq: Remove the unused parameter 'mpolled' from ifq...
2013-05-31 Sepherosa Ziehauroute: Remove the unused rt_addrinfo parameter from...
2013-05-31 Justin C. SherrillCorrect BSD License clause numbering from 1-2-4 to...
2013-05-30 Sepherosa Ziehaucarp: Fix routes reset issue
2013-05-23 Sepherosa Ziehauifq: Expand IF queue operation macros
2013-05-22 Sepherosa Ziehaupf: Ask caller to recalculate packet hash, if nat/binat...
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 Sepherosa Ziehauif: Update comment concerning subqueue; no functional...
2013-05-09 Sepherosa Ziehauethernet: Update comment; no functional changes
2013-05-09 Sepherosa Ziehautso: Remove the pendantic tso_pullup functions
2013-05-09 Sepherosa Ziehauifq: Update comment; no functional changes
2013-05-09 Sepherosa Ziehauifnet: Update and add comment; no functional changes
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-05-06 Justin C. SherrillRemove advertising clause from all that isn't contrib...
2013-05-03 Sascha WildnerUnbreak buildworld.
2013-05-02 Sepherosa Ziehautoeplitz: Return raw hash
2013-05-02 Sepherosa Ziehaunetisr: Fix comment
2013-05-02 Sepherosa Ziehaunetisr: Renaming, cpufn -> hashfn; no functional changes
2013-05-02 Sepherosa Ziehaunetisr: Add netisr_hashcpu, which maps pkt hash to...
2013-05-02 Sepherosa Ziehaunetisr: Add netisr_hashport, which finds netisr msgport...
2013-05-02 Sepherosa Ziehaunetisr: Inline netisr_cpuport() and netisr_curport()
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
next