summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
2012-08-20Support checksum offloading in carp(4) if the underlying device suports it,bouyer
2012-07-19<grmbl>whitespace</grmbl>spz
2012-07-19this commit contains two sets of unrelated changes:spz
2012-06-25rename rfc6056 -> portalgo, requested by yamtchristos
2012-06-22remove unintended commit (this was to avoid a bug in the hme driver whichchristos
2012-06-22PR/46602: Move the rfc6056 port randomization to the IP layer.christos
2012-06-21for the default "bsd" algorithm, restore the pre rfc6056 changes behaviour.yamt
2012-06-21constify, comments.yamt
2012-06-21whitespace and cosmetics. no functional changes.yamt
2012-06-08Simply use the ifa_addr pointer, rather than taking its address.gdt
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-05-01Explicitly include <sys/kmem.h>martin
2012-04-30- Replace some malloc(9) uses with kmem(9).rmind
2012-04-13commentyamt