ipfw3nat: kernel NAT without libalias
[dragonfly.git] / sys / netinet /
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.
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...
next