summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+2
* When querying the local or foreign address from an IP socket, acquirerwatson2008-04-191-6/+6
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-31/+40
* In in_pcbnotifyall() and in6_pcbnotify(), use LIST_FOREACH_SAFE() andrwatson2008-04-061-5/+2
* change inp_wlock_assert to inp_lock_assertkmacy2008-03-241-2/+2
* Insulate inpcb consumers outside the stack from the lock type and offset with...kmacy2008-03-231-0/+44
* Fix indentation for a closing brace in in_pcballoc().rwatson2008-03-171-1/+1
* Change the default port range for outgoing connections by introducingrpaulo2008-03-041-40/+21
* When IPSEC fails to allocate policy state for an inpcb, and MAC is in use,rwatson2007-12-221-1/+5
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-3/+3
* Add FBSDID to all files in netinet so that people can moresilby2007-10-071-1/+3
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-7/+7
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-23/+6
* Import rewrite of IPv4 socket multicast layer to support source-specificbms2007-06-121-1/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-3/+3
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-15/+7
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-4/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-19/+20
* Add a new privilege, PRIV_NETINET_REUSEPORT, which will replace superuserrwatson2007-04-101-1/+2
* #ifdef INET6 printing of inpcb IPv6 addresses in DDB. Patch committedrwatson2007-02-181-0/+4
* Add "show inpcb", "show tcpcb" DDB commands, which should come in handyrwatson2007-02-171-1/+251
* 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
OpenPOWER on IntegriCloud