ipid: Call ip_randomid() on all CPUs.
[dragonfly.git] / sys / netinet /
2017-08-04 Sepherosa Ziehauipid: Call ip_randomid() on all CPUs.
2017-08-03 Sepherosa Ziehauinpcb: Simplify inpcb marker interface
2017-08-03 Sepherosa Ziehauinpcb: All inpcb accessing should be from first netisr_...
2017-08-03 Sepherosa Ziehauinet: ip_{output/input}() should only run in first...
2017-08-03 Sepherosa Ziehauudp: It only runs in the first netisr_ncpus netisrs.
2017-08-03 Sepherosa Ziehautcp: Prevent excessive IPI from draining TCP reassemble...
2017-08-03 Sepherosa Ziehauinet: Prevent excessive IPI from draining PR cloned...
2017-08-03 Sepherosa Ziehauinet: Fix up draining flag setting.
2017-08-02 Sepherosa Ziehauinet: Prevent excessive IPI from draining IPv4 fragments.
2017-08-02 Sepherosa Ziehaunet: Use PR_{FAST,SLOW}HZ, some code has the assumption...
2017-08-01 Sepherosa Ziehaudomain: Nuke pfslowtimo.
2017-08-01 Sepherosa Ziehauip: Don't use pr_slowtimo.
2017-08-01 Sepherosa Ziehauigmp: Don't use pr_slowtimo.
2017-07-31 Sepherosa Ziehaudomain: Nuke pffasttimo
2017-07-31 Sepherosa Ziehauigmp: Use callout instead of pffasttimo.
2017-07-31 Sepherosa Ziehauicmp6: Don't use pffasttimo and dispatch fasttimo to...
2017-07-24 Sepherosa Ziehauipflow: Use per-cpu callout, instead of pr_slowtimo.
2017-07-21 Sepherosa Ziehauipflow: Regroup percpu data.
2017-07-21 Sepherosa Ziehauipflow: It can only run in first netisr_ncpus netisrs
2017-07-18 Sepherosa Ziehaunetisr: netisr_forwardmsg -> netisr_forwardmsg_all
2017-07-10 Sepherosa Ziehauipflow: Unroll the first iteration of the hash generati...
2017-06-30 Sepherosa Ziehaunetinet: Static assert TCP/UDP/IP stats are cache line...
2017-06-25 Sepherosa Ziehautcp: Disable NCR on link local network by default.
2017-06-25 Sepherosa Ziehautcp: Move rmx based RTT setup out of tcp_mss().
2017-06-23 Sepherosa Ziehautcp: Reindent a bit.
2017-06-23 Sepherosa ZiehauRevert "tcp: Fix comment, while I'm here."
2017-06-22 Sepherosa Ziehautcp: Fix comment, while I'm here.
2017-06-22 Sepherosa Ziehautcp: Fix comment, which I'm here.
2017-06-22 Sepherosa Ziehautcp: Reduce minimum retransmit timeout to 190ms.
2017-06-22 Sepherosa Ziehautcp: Don't depend on PR_FASTHZ.
2017-06-22 Sepherosa Ziehautcp: Cache align ACK queue header.
2017-06-22 Sepherosa Ziehaudomain: Explicitly setup inet/inet6/route/local domain.
2017-06-20 Sepherosa Ziehauloopback: Use ifclone APIs to create loopback interfaces.
2017-05-10 Sepherosa Ziehauinet: Local group index is not assigned in jail.
2017-04-16 Sascha Wildnerkernel: Remove TCPDEBUG checks in tcp_debug.c.
2017-04-16 Sascha Wildnerkernel: Fix building with options TCPDEBUG.
2017-04-16 Sepherosa Ziehautcp: Don't assume power of 2 netisrs.
2017-04-14 Sepherosa Ziehauudp: Don't assume power of 2 netisrs.
2017-04-14 Sepherosa Ziehauinpcb: Add function to set inpcbinfo's portinfo.
2017-04-13 Sepherosa Ziehauinpcb/localgroup: Use LSB of the hash to find inpcb.
2017-04-13 Sepherosa Ziehauinpcb: Don't rely on ncpus2 for local port allocation.
2017-04-08 Sepherosa Ziehauinpcb: Use netisr_ncpus for listing inpcbs.
2017-04-08 Sepherosa Ziehausyncache: Use netisr_ncpus instead of ncpus2
2017-04-08 Sepherosa Ziehausyncache: Cache align per-cpu data.
2017-04-08 Sepherosa Ziehauipdemux: Use netisr_ncpus instead of ncpus2.
2017-04-08 Sepherosa Ziehauipfrag: Max # of frags per-cpu should use ncpus instead...
2017-04-08 Sepherosa Ziehauinet: Use netisr_ncpus for ifdetach inet processing.
2017-04-07 Sepherosa Ziehauarp: Group llinfo and timer together.
2017-04-07 Sepherosa Ziehauarp: Ignore ARP probes by default.
2017-04-07 Sepherosa Ziehauarp: ARP entry list should be initialized on all availa...
2017-04-05 Sepherosa Ziehauipflow: Reduce dependency on ifnet threads.
2017-04-05 Sepherosa Ziehaunet: Reduce dependency on ifnet threads.
2017-02-16 Sepherosa ZiehauUnbreak kernel building
2017-02-13 Sepherosa Ziehaulibkern: Make inet_ntoa MPSAFE by passing string buffer...
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2017-01-03 Matthew Dillonkernel - Fix kmalloc pool accounting for M_NETCRED
2016-12-28 Sepherosa Ziehautcp: Fix connect to INADDR_ANY.
2016-12-25 Sepherosa Ziehausyncache: Simplify port calculation by reusing ACK...
2016-12-25 Sepherosa Ziehautcp: Save faddr/fport before lport selection.
2016-12-25 Sepherosa Ziehautcp: Nuke the sysctl to disable local port extension.
2016-12-21 Sepherosa Ziehauip: Set mbuf hash for output IP packets.
2016-12-19 Sepherosa Ziehauip: Add parenthesis properly.
2016-12-19 Sepherosa Ziehauip: Move multicast addresses detection into common...
2016-12-17 Sepherosa Ziehaumbuf: Factor function to set mbuf hash.
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-11-22 Sepherosa Ziehauudp: Don't propagate connect error, as long as the...
2016-11-04 zrj<netinet/ip.h>: Few style(9) fixes.
2016-11-04 zrj<netinet/ip.h>: Add ToS defs for RFC 2474 and 5865.
2016-10-27 Sepherosa Ziehaucarp: Add net.inet.carp.setroute to disable routes...
2016-10-18 Sascha Wildnerkernel: Remove the COMPAT_43 kernel option along with...
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-07 Matthew Dillonkernel - Cleanup gcc warnings
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
2016-08-03 Sascha Wildner<netinet/tcp.h>: Clean up the POSIX namespace a bit.
2016-08-03 Sascha WildnerClean up whitespace in a few headers (no functional...
2016-08-03 Matthew Dillonkernel - Remove PG_ZERO and zeroidle (page-zeroing...
2016-07-12 Matthew Dillonkernel - Adjust arp code to not spam all cpus
2016-07-12 Matthew Dillonkernel - Do not spam all cpus for ipfrag_slowtimo()
2016-06-09 Sascha Wildnerkernel: Save some indent here and there and some small...
2016-05-30 Sepherosa Ziehautcp: Don't prematurely drop receiving-only connections.
2016-05-26 Sepherosa Ziehautcp: Make setsockopt(2) TCP_{NODELAY,NOPUSH,NOOPT,FASTK...
2016-05-17 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-13 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2016-05-03 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-04-28 Sepherosa Ziehautcp: Count connections by TCP state
2016-04-27 Sepherosa Ziehautcp: No need to return tcpcb from tcp_newtcpcb()
2016-04-27 Sepherosa Ziehautcp: Remove redundant tcpcb state setting
2016-03-29 Sepherosa Ziehautcp: We never use preallocation on receiving buffer
2016-03-17 Sepherosa Ziehautcp: Implement per-cpu lport cache for listen sockets.
2016-03-11 John MarinoMerge branch 'vendor/NCURSES'
2016-03-02 Sascha WildnerMerge branch 'vendor/OPENSSL'
2016-02-13 Sascha Wildner<netinet/in.h>: Use standard types.
2016-02-13 Sascha Wildner<netinet/in.h>: Whitespace adjustments (no functional...
next