hammer2 - more dmsg/separation work, add nmasters field to inode
[dragonfly.git] / sys / net /
2014-04-08 Peter AvalosMerge branch 'vendor/OPENSSL'
2014-04-07 Antonio Huete Jimeneznetwork/pf - Avoid a possible bad pointer access.
2014-04-07 Antonio Huete Jimeneznetwork/gif - Correctly clear route cache on destroy.
2014-03-09 Sepherosa Ziehauethernet: If caller thread cpu is fixed, pass cpuid...
2014-02-09 Sascha WildnerMerge branch 'vendor/EE'
2014-02-06 Sepherosa Ziehaualtq: Byte counter is not compat w/ RED or RIO AQM
2014-01-26 Franco Fichtnernetmap: remove bogus NULL check
2014-01-26 Franco Fichtnernetmap: bring back cdevpriv usage
2014-01-25 Sepherosa Ziehaupolling: Utilize microtime_pcpu
2014-01-07 Sepherosa Ziehauif: Use critical section on ifnet.if_start path
2014-01-03 Franco Fichtnernetmap: reduce upstream diff output; bring back __FBSDIDs
2014-01-03 Franco Fichtnernetmap: properly store private device data
2014-01-02 Franco Fichtnernetmap: change header includes
2014-01-01 Franco Fichtnernetmap: d_poll -> d_kqfilter
2014-01-01 Franco Fichtnernetmap: fix all the cdev prototypes
2014-01-01 Franco Fichtnernetmap: more porting; undo some mistakes
2014-01-01 Franco Fichtnernetmap: lock(9), k*() foo, no ifdefs
2014-01-01 Franco Fichtnernetmap: initial import of netmap core
2013-12-31 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-12-06 John MarinoMerge branch 'vendor/BINUTILS224'
2013-11-23 Sepherosa Ziehauipfw: Utilize lwkt_sendmsg_oncpu
2013-11-23 Sepherosa Ziehaubridge: Utilize lwkt_sendmsg_oncpu
2013-11-23 Sepherosa Ziehaudummynet: Utilize lwkt_sendmsg_oncpu
2013-11-23 John MarinoMerge branch 'vendor/BMAKE'
2013-11-21 Sascha Wildnerkernel: Fix two typos, _KERNRL -> _KERNEL and ALTQ_unLO...
2013-11-14 Sepherosa Ziehauifq: Use lwkt_sendmsg_oncpu to schedule the netisr...
2013-10-30 Sepherosa Ziehaumsgport: Add putport_oncpu; helps scheduling netisr...
2013-10-30 Sepherosa Ziehaupolling: Add preliminary KTR support
2013-10-25 Matthew Dillonkernel - proc_token removal pass stage 1/2
2013-10-18 John MarinoMerge branch 'vendor/LDNS'
2013-10-06 Franco FichtnerMerge branch 'vendor/MDOCML'
2013-10-05 John MarinoMerge branch 'vendor/GDB'
2013-09-26 Matthew Dillonkernel - Fix ifnet scan race in ipv6
2013-09-22 Sepherosa Ziehauifq: Add ifq_set_hw_serialize
2013-09-17 Sepherosa Ziehauifpoll: Use tsc_invariant consistently
2013-09-10 Antonio Huete Jimenezifnet - Compute iface statistics for NET_RT_IFLIST
2013-09-05 Matthew Dillonkernel - Change time_second to time_uptime for all...
2013-08-31 Sascha Wildnerkernel: Fix some void functions returning the results...
2013-08-29 Sepherosa Ziehautcp: Implement random initial msgport
2013-08-28 Sepherosa Ziehautcp: Implement asynchronous pru_connect
2013-08-20 Sepherosa Ziehauuipc: Reference the originator thread if asynchronized...
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'
next