drm/ttm: convert to unified vma offset manager
[dragonfly.git] / sys / netinet /
2019-03-02 Sascha Wildnerkernel: Remove numerous #include <sys/thread2.h>.
2018-12-09 Sascha Wildnerkernel: Remove some useless #ifdefs.
2018-11-20 Sepherosa Ziehauinet: Recalculate the packet hash for IP encapsulation.
2018-11-20 Sepherosa Ziehaustf/gre: Make sure the input packet's hash is recalculated.
2018-11-14 Aaron LIMerge branch 'vendor/DHCPCD'
2018-11-13 Matthew Dillonkernel - Fix sack NULL pointer dereference
2018-10-19 Aaron LIMerge branch 'vendor/OPENRESOLV'
2018-09-09 Sascha Wildnerkernel: More adjustments to fix -Wint-in-bool-context...
2018-09-06 Sascha Wildnerkernel: Fix some -Wint-in-bool-context warnings.
2018-08-05 Aaron LI<net/if.h>: Do not include <net/if_var.h> for _KERNEL
2018-07-26 Aaron LIMove jail staffs from <net/if.h> and <netinet/in.h...
2018-07-24 Sascha WildnerMerge branch 'vendor/OPENSSH'
2018-07-07 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-07-07 Sascha WildnerMerge branch 'vendor/OPENPAM'
2018-06-19 Sascha WildnerMerge branch 'vendor/DIFFUTILS'
2018-05-17 Sascha WildnerMerge branch 'vendor/TOP'
2018-05-17 Sascha WildnerMerge branch 'vendor/TCSH'
2018-05-14 zrjMerge remote-tracking branch 'origin/vendor/GCC80'
2018-04-21 Sascha WildnerRemove IPsec and related code from the system.
2018-03-28 Matthew Dillonbridge - Fix arp issue
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2017-12-24 Sepherosa Ziehauip: Set ip_porthash_trycount based on the # of netisrs.
2017-12-20 Sepherosa Ziehauinpcb: Change how TCP local ephemeral port is selected.
2017-12-19 Sepherosa Ziehautcp: Stringent assertion for pru_connect.
2017-11-25 Sascha WildnerRemove faith(4) and faithd(8) from the tree.
2017-10-22 Matthew Dillonkernel - Zero out syncache_percpu properly
2017-10-14 Sepherosa Ziehauipfw: Implement state based "redirect", i.e. without...
2017-09-29 Sepherosa Ziehauarp: Allocate context memory on owner cpu.
2017-09-29 Sepherosa Ziehausyncache: Timer queue iteration is MPsafe; no need...
2017-09-29 Sepherosa Ziehausyncache: Move local variables close their usage.
2017-09-29 Sepherosa Ziehausyncache: inpcb will never be NULL.
2017-09-29 Sepherosa Ziehausyncache: Resurrect net.inet.tcp.syncache.count
2017-09-28 Sepherosa Ziehausyncache: Allocate syncache context on the owner cpu.
2017-09-28 Sepherosa Ziehausyncache: Group timeout queue related fields together.
2017-09-28 Sepherosa Ziehausyncache: Simplify timer message
2017-09-28 Sepherosa Ziehausyncache: Remove unnecessary struct field
2017-09-28 Sepherosa Ziehausyncache: Staticize syncache_lookup
2017-09-28 Sepherosa Ziehausyncache: Stringent assertion.
2017-09-25 Sepherosa Ziehauipflow: Use netisr APIs
2017-09-25 Sepherosa Ziehauipflow: Remove compat macro
2017-09-25 Sepherosa Ziehauipflow: Utilize netisr_domsg_global
2017-09-25 Sepherosa Ziehauipflow: Allocate ipflow context on its owner cpu.
2017-09-25 Sepherosa Ziehauipflow: Use INTWAIT | NULLOK for kmalloc
2017-09-25 Sepherosa Ziehauipflow: No need to mark it cachealign.
2017-09-25 Sepherosa Ziehauipflow: Remove reference counting, which no longer...
2017-09-25 Sepherosa Ziehauipflow: Stringent assertion.
2017-09-25 Sepherosa Ziehauroute: Minor style change.
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-09-22 Sepherosa Ziehauinet/inet6: Randomize local port
2017-09-19 Sepherosa Ziehauipfw: Add defrag action.
2017-09-16 Sepherosa Ziehauip: Don't double check length.
2017-09-16 Sepherosa Ziehaudummynet: ip_input expects ip_off/ip_len in network...
2017-09-16 Sepherosa Ziehauip: Move mbuf length assertion into an earlier place.
2017-09-15 Sepherosa Ziehautcp: Use primary hash for TCP ports.
2017-09-15 Sepherosa Ziehautcp/udp: Make sure hash size macro is powerof2
2017-09-12 Sepherosa Ziehauipfw: Add per-cpu table support.
2017-09-05 Sepherosa Ziehauipfw3: Simplify sockopt.
2017-09-05 Sepherosa Ziehaudummynet: Move ctrl function pointer to dummynet
2017-09-05 Sepherosa Ziehauipfw: Simplify sockopt.
2017-08-11 Sepherosa Ziehauroute: Routes should only be accessed from the first...
2017-08-08 Sepherosa Ziehaunetisr: Simplify assertion related bits
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.
next