summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
2009-03-11like KERN_FILE2: *do* update "needed" when there is no count. we wantmrg
2009-02-28include opt_gatewaypooka
2009-02-18sysctl_net_inet_ip_ports: fix ipv6 sysctls.yamt
2009-02-18remove unused #define.yamt
2009-02-12PR/40603: Christoph Badura: unprivileged users can add and delete interfacechristos
2009-02-01Init ipflow pool dynamically instead of using a linkset.pooka
2009-01-29stinkset purge: POOL_INIT -> pool_initpooka
2009-01-19Provide compatibility to the old timeval SCM_TIMESTAMP messages.christos
2009-01-11merge christos-time_tchristos
2008-12-21The automatic addition of a subnet route should not error if a manuallyroy
2008-12-19use M_ZERO on malloc() and remove subsequent bzero().cegger
2008-12-17kill MALLOC and FREE macros.cegger
2008-11-25Make dom_maxrtkey of inet/inet6domain the size of the ip_encap packpooka
2008-11-23ip_input: fix an IPQ "lock" leak. (hi <matt>!)rmind
2008-11-21Fix indentation.joerg
2008-11-20Oops, make these build.ad
2008-11-20Rename the accept filter modules to make module name match filter name.ad
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-10Whitespace.uebayasi
2008-11-09Fix kern/39769: race condition in TCP timersbouyer