summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.c
Commit message (Expand)AuthorAgeFilesLines
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-2/+2
* Update a comment which to my reading had been misplaced in rev. 1.12bz2008-10-201-2/+3
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-4/+8
* Implement IPv4 source address selection for unbound sockets.bz2008-10-031-43/+205
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-31/+53
* Expand comments relating various detach/free/drop inpcb routines.rwatson2008-09-291-9/+31
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-33/+34
* Minor white space tweaks.rwatson2008-08-071-3/+3
* Correct comment typo.rwatson2008-08-071-2/+2
* Trying to fix compilation bustage:avatar2008-07-221-3/+3
* make new accessor functions consistent with existing stylekmacy2008-07-211-3/+5
* Add accessor functions for socket fields.kmacy2008-07-211-0/+14
* add inpcb accessor functions for fields needed by TOE deviceskmacy2008-07-211-0/+54
* ia is a pointer thus use NULL rather then 0 for initialization andbz2008-07-201-5/+5
* Pass the ucred along into in{,6}_pcblookup_local for upcomingbz2008-07-101-7/+7
* For consistency take lport as u_short in in{,6}_pcblookup_local.bz2008-07-101-2/+1
* For consistency with the rest of the function use the locally cachedbz2008-07-091-1/+1
* 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
OpenPOWER on IntegriCloud