summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Some whitespace nits and remove a few casts.jhb2006-12-291-1/+1
* Consistently use #ifdef INET6 rather than mixing and matching withrwatson2006-11-301-21/+19
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+6
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-061-16/+0
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-5/+9
* Use INPLOOKUP_WILDCARD instead of just 1 more consistently.bz2006-06-291-1/+1
* - Use suser_cred(9) instead of directly checking cr_uid.pjd2006-06-271-2/+2
* Minor restyling and cleanup around ipport_tick().rwatson2006-06-021-11/+9
* In in_pcbdrop(), fix !INVARIANTS build.marcel2006-04-251-2/+1
* Abstract inpcb drop logic, previously just setting of INP_DROPPED in TCP,rwatson2006-04-251-0/+28
* Assert the inpcb lock when rehashing an inpcb.rwatson2006-04-221-0/+5
* Remove pcbinfo locking from in_setsockaddr() and in_setpeeraddr();rwatson2006-04-221-6/+4
* Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb beingrwatson2006-04-041-4/+14
* Change inp_ppcb from caddr_t to void *, fix/remove associated relatedrwatson2006-04-031-2/+4
* Break out in_pcbdetach() into two functions:rwatson2006-04-011-18/+21
* In in_pcbconnect_setup() reduce code duplication and use ip_rtaddr()andre2006-02-161-16/+10
* Never select the PCB that has INP_IPV6 flag and is bound to :: ifume2006-02-041-1/+23
* Convert remaining functions to ANSI C function declarations; removerwatson2006-01-221-77/+33
* Remove no-op spl references in in_pcb.c, since in_pcb locking has beenrwatson2005-07-191-15/+3
* Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* o Tweak the comment a bit.maxim2005-04-081-1/+1
* o Disable random port allocation when ip.portrange.first ==maxim2005-04-081-0/+6
* o Document net.inet.ip.portrange.random* sysctls.maxim2005-03-231-7/+10
* We can make code simplier after last change.glebius2005-02-221-2/+2
* In in_pcbconnect_setup() remove a check that route points atglebius2005-02-221-4/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Port randomization leads to extremely fast port reuse at highsilby2005-01-021-4/+52
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Assign so_pcb to NULL rather than 0 as it's a pointer.rwatson2004-09-291-1/+1
* In in_pcbrehash(), do assert the inpcb lock as well as the pcbinfo lock.rwatson2004-08-191-1/+1
* Assert the locks of inpcbinfo's and inpcb's passed into in_pcbconnect()rwatson2004-08-111-0/+6
* Disallow a particular kind of port theft described by the following scenario:yar2004-07-281-10/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-2/+2
* o connect(2): if there is no a route to the destinationmaxim2004-06-161-3/+1
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-1/+4
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+1
* When checking for possible port theft, skip over a TCP inpcbyar2004-05-201-7/+3
* Wrap two long lines in the previous commit.silby2004-04-231-2/+4
* Take out an unneeded variable I forgot to remove in the last commit,silby2004-04-221-2/+3
* Simplify random port allocation, and add net.inet.ip.portrange.randomized,silby2004-04-221-27/+13
* Switch from using sequential to random ephemeral port allocation,silby2004-04-201-6/+28
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Fixed misspelling of IPPORT_MAX as USHRT_MAX. Don't include <sys/limits.h>bde2004-04-061-9/+9
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-25/+24
* Remove unused argument.pjd2004-03-271-2/+1
* Remove unused function.pjd2004-03-251-10/+0
* Scrub unused variable zeroin_addr.rwatson2004-03-101-2/+0
* do not deref freed pointerume2004-01-131-2/+2
OpenPOWER on IntegriCloud