summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2010-03-12Fixed a number of race conditions in the case of receiving ipv4 packet.oki
2010-01-26tcp sockbuf autoscaling was initially added turned off because itpooka
2010-01-24ipfilter depends on bpf_filter, not bpfilter (since the year 2000).pooka
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2009-12-30Get the uid from the socket's credentials.elad
2009-12-09Remove superfluous cast of a pointer to void *.dyoung
2009-12-07PR/42243: Yasuoka Masahiko: Add "net.inet.icmp.bmcastecho" sysctl support,christos
2009-12-07Initialize/compare pointers with NULL instead of 0.dyoung
2009-11-20ar_tha() can return NULL; treat this as an error.christos
2009-11-03Handle RFC 5227 ARP probes properly, don't drop 0.0.0.0 source packetschristos
2009-10-31add enough info to let rtadvd compile with route-info.christos
2009-10-19Drop 3rd and 4th clauses from David Young's license.rmind
2009-09-16Replace a large number of link set based sysctl node creations withpooka
2009-09-14Import pfsync support from OpenBSD 4.2degroote
2009-09-13Wipe out the last vestiges of POOL_INIT with one swift stroke. Inpooka
2009-09-11Make ifconfig(8) set and display preference numbers for IPv6dyoung
2009-09-09Make tcp msl (max segment life) tunable via sysctl net.inet.tcp.msl.darran
2009-09-02Add a direction argument to socket upcalls, so they can tell why they'vetls
2009-08-30Stop the admin from creating nodes under net.inet.ip.interfaces ordyoung
2009-08-12Don't require the gateway address to have room for both an interfacedyoung
2009-07-19Enable IP_MINTTL option for SOCK_DGRAM sockets.minskim
2009-07-18Check the minimum ttl only when pcb is available.minskim
2009-07-17Add the IP_MINTTL socket option.minskim
2009-07-17Delete trailing whitespace.minskim
2009-07-16Add the IP_RECVTTL option support.minskim
2009-07-01From Wolfgang Stukenbrock in PR kern/41659: add missing splx().martin
2009-06-20Follow exactly the recommendation of draft-ietf-tcpm-tcpsecure-11.txt:christos
2009-06-07sysctl_inpcblist: fix a lock leak in error path (hi <matt>).rmind
2009-06-07Make ip_carp.c compile, fixing usage of CARP_LOG().taca
2009-05-27PR/38260: Brian Seklecki: Improve carp logging.christos
2009-05-27Make it possible to register delayed radix tree head inits whichpooka
2009-05-27POOL_INIT -> pool_initpooka
2009-05-12Implicit EPERM -> explicit EACCES.elad
2009-05-12Fix previous, || -> &&.elad
2009-05-12Fix inverted permissions check.elad
2009-05-09Add check for IN_MULTICAST() that was taken only to in_pcbbind_port() --elad
2009-05-06Remove some usage of "priv" and "privileged" variables and instead passelad
2009-04-30Commit changes to netinet6/in6_src.c, forgot in previous commit:elad
2009-04-30- Make in6_pcbbind_{addr,port}() staticelad
2009-04-23- Make kauth(9) call logic match the one in netinet6/in6_pcb.celad
2009-04-23Some changes to in_pcbbind():elad
2009-04-18Remove extra whitespace added by a stupid tool.tsutsui
2009-04-17Pass the lwp argument to in6_pcbbind() for the INET6 PRU_LISTEN andelad
2009-04-15Remove a few KAUTH_GENERIC_ISSUSER in favor of more descriptiveelad
2009-04-14Don't set sin->sin_port and sin6->sin6_port to 0 before callingelad
2009-03-18bcopy -> memcpycegger
2009-03-18bzero -> memsetcegger
2009-03-18bcmp -> memcmpcegger
2009-03-15ansify function definitionscegger
2009-03-15ansify function definitionscegger