summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2014-03-01';;' -> ';'maxv
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-04IPv6 UDP uses the IPv4 pcb tables, and therefore the stats, so needpooka
2014-01-02need atomic.h, from uwepooka
2014-01-02Allow kernels compiled with INET+INET6 to be booted as IPv4-only or IPv6-only.pooka
2013-12-02Update TCP CB with new values on rfc1323 and mssdflt sysctl updateskefren
2013-11-23expose the pcb queue structure for conveniencechristos
2013-11-23convert from CIRCLEQ to TAILQ.christos
2013-11-18Cubic changes:kefren
2013-11-12* implement TCP CUBIC congestion control algorithmkefren
2013-10-25Mark a diagnostic-only variablemartin
2013-10-21fix type of sysctl, from nisimura@christos
2013-10-18remove unused variablechristos
2013-10-04PR/48098: Brian Marcotte: Avoid kernel assertion for embryonic sockets thatchristos
2013-09-15ifdef a variable like its usemartin
2013-09-15Remove unused variablesmartin
2013-09-15Remove unused variablemartin
2013-09-14Remove unused variablemartin
2013-08-29Remove SS_ISCONFIRMING, it is unused and TP4 will not come back.rmind
2013-07-01Add MLD_LISTENER_REDUCTION per RFC 3542. Requested by Lorenzo Colitti.christos
2013-06-29- Rewrite parts of pfil(9): use array to store hooks and thus be more cachermind
2013-06-27flip src/dstchristos
2013-06-27implement IP_PKTINFO and IP_RECVPKTINFO.christos
2013-06-08Split IPsec code in ip_input() and ip_forward() into the separate routinesrmind
2013-06-08Split IPSec logic from ip_output() into a separate routine - ipsec4_output().rmind
2013-06-06merge error paths, pass the address of sav; pointed out by Greg Troxelchristos
2013-06-05IPSEC has not come in two speeds for a long time now (IPSEC == kame,christos
2013-06-05conditionalize the net traversal code on FAST_IPSEC to make rump build.christos
2013-06-04PR/47886: Dr. Wolfgang Stukenbrock: IPSEC_NAT_T enabled kernels may accesschristos
2013-06-01Give portalgo a compile-time override; for cases where the default defaultpooka
2013-04-27Systematically include sys/featuretest.h when _NETBSD_SOURCE is used.joerg
2013-04-12PR/47738: connect(2) to 239.x.y.z should return error but does not.christos
2013-04-10Limit the tcp initial window setting to 10, leaving it by default to 4christos
2013-03-25PR/47693: Erik E. Fair: Add missing code to icmp handling.christos
2013-03-12- Do the size checks before calling the cpu checksum code. Otherwise you'llchristos
2013-03-02Under FAST_IPSEC, IPSEC_ESP is mandatory; GC it.christos
2013-03-01Retire OSI network stack. OK core@joerg
2013-02-05Remove remnants of AF_IMPLINK.joerg
2013-02-02get rid of ip_len local variable. Use ntohs(ip->ip_len) like the restkefren
2012-12-07use __BITMAP_TYPEchristos
2012-12-01switch from fd_set to using bitmap macroschristos
2012-11-29Add a new sysctl to mark ports as reserved, so that they are not used inchristos
2012-11-23Add RCS keyword. Avoid overflow in constant.joerg
2012-11-02fix typochristos
2012-11-02make this standalone, like every others (except OpenBSD)christos
2012-09-30Requires <sys/queue.h> for LIST_ENTRY and netinet/in.h for struct in_addr.dholland
2012-09-24Add missing "\n" in log(9)msaitoh
2012-09-15install header files from IPF 5.1.2 (sys/external/bsd/ipf) instead ofplunky
2012-09-08Fix a bug that kmem_alloc() is called from the interrupt context.msaitoh
2012-08-20make this compile.christos