kernel - Improve TCP socket handling at high speeds
[dragonfly.git] / sys / net /
2014-07-11 Matthew Dillonkernel - Fix table problem w/IPV6 matching with PF
2014-07-04 Matthew Dillonkernel - Refactor cpumask_t to extend cpus past 64...
2014-07-01 Matthew Dillonkernel - Fix PF tables (SMP work)
2014-07-01 Franco Fichtnerkernel: remove layer of indirection for ether_input()
2014-07-01 Franco Fichtnerkernel: make pktinfo and cpuid native to ip_input()
2014-06-29 Sascha WildnerFix buildworld.
2014-06-29 Matthew Dillonkernel - Fix pf-based NAT
2014-06-28 Sascha Wildnerkernel/pf: Check size of long at compile time (fixes...
2014-06-28 Matthew Dillonkernel - add toeplitz_piecemeal_addr/port()
2014-06-28 Matthew Dillonkernel - merge fixes from FreeBSD
2014-06-28 Matthew Dillonkernel - Fix pf-based NAT
2014-06-27 Matthew Dillonpf - make the bulk of PF concurrent under normal operation
2014-06-26 Franco Fichtnernetmap: port if_transmit() to ifq_dispatch()
2014-06-18 Sepherosa Ziehautcp: Avoid unnecessary calling of in_pcbladdr() in...
2014-06-15 Sascha WildnerRemove some unneeded continue statements.
2014-06-10 Franco Fichtnernetmap: reconstruct vm_page_getfake/vm_page_updatefake
2014-06-08 Sascha Wildnerkernel: Add a number of missing crit_exit, lwkt_reltoke...
2014-06-07 Peter AvalosMerge branch 'vendor/TNFTP'
2014-06-07 Sepherosa Ziehauudp: Dispatch UDP datagrams to the correct netisr to...
2014-06-06 Sascha WildnerMerge branch 'vendor/OPENSSL'
2014-05-28 John MarinoMerge branch 'vendor/WPA_SUPPLICANT'
2014-05-28 John MarinoMerge branch 'vendor/HOSTAPD'
2014-05-25 Sascha Wildnerkernel: Fix various indentation issues (no functional...
2014-05-21 Sepherosa Ziehauifnet: Remove marker from if_multiaddrs, once iteration...
2014-05-18 Sepherosa Ziehaunetisr: Don't free mbuf, if hash function has already...
2014-05-18 Sepherosa Ziehauifnet: Properly protect if_multiaddrs using ifnet seria...
2014-05-12 Sepherosa Ziehaumcast: ifma_protospec is pointer; use NULL for it.
2014-05-11 Sepherosa Ziehaupfsync: Dispatch in_{add,del}multi to netisr0
2014-05-06 Peter AvalosMerge branch 'vendor/FILE'
2014-05-06 Sascha Wildnerkernel: Fix some boolean_t vs. int confusion.
2014-05-03 Matthew DillonMerge branch 'vendor/LIBPCAP'
2014-05-01 Sascha WildnerRemove ATM protocol support.
2014-04-20 Sascha WildnerRemove support for the IPX and NCP protocols, and for...
2014-04-20 Sascha WildnerRemove some XEROX Network Systems (NS) protocol remains.
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
next