summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* Add cr_canseeinpcb() doing checks using the cached socketbz2008-10-171-1/+1
* Remove an INP_RUNLOCK() missed in SVN r183606, cvs rev. 1.195 raw_ip.cbz2008-10-041-1/+0
* Cache so_cred as inp_cred in the inpcb.bz2008-10-041-11/+12
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+15
* A bunch of formatting fixes brough to light by, or created by the Vimage commitjulian2008-08-201-4/+4
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-54/+55
* Some style and assertion fixes to the previous commits hinted by rwatson.mav2008-07-281-3/+9
* According to in_pcb.h protocol binding information has double locking.mav2008-07-261-24/+22
* Add hash table lookup for a fully connected raw sockets.mav2008-07-261-9/+80
* Eliminate use of the global ripsrc which was being used to pass addressrwatson2008-07-181-7/+10
* Rename raw_append() to rip_append(): the raw_ prefix is generally usedrwatson2008-07-051-3/+3
* Improve approximation of style(9) in raw socket code.rwatson2008-07-051-62/+75
* Consistently check IPFW and DUMMYNET privileges in the configurationrwatson2008-05-221-19/+0
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-1/+1
* With IPv4 raw sockets, read lock rather than write lock the inpcb whenrwatson2008-04-211-15/+15
* Convert pcbinfo and inpcb mutexes to rwlocks, and modify macros torwatson2008-04-171-31/+31
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* 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-4/+4
* Continue pre-7.0 privilege cleanup: update suser(9) comments to be priv(9)rwatson2007-07-021-1/+1
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-10/+2
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-121-7/+2
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Remove unneeded wrappers for in_setsockaddr() and in_setpeeraddr(), whichrwatson2007-05-111-25/+2
* Move universally to ANSI C function declarations, with relativelyrwatson2007-05-101-2/+5
* Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-011-2/+2
* Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-301-4/+5
* Increase default size of raw IP send and receive buffers to the same asbms2007-03-201-8/+2
* Summer of Code 2005: improve libalias - part 2 of 2piso2006-12-291-0/+4
* Some whitespace nits and remove a few casts.jhb2006-12-291-1/+2
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-10/+23
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Check inp_flags instead of inp_vflag for INP_ONESBCAST flag.andre2006-09-061-1/+1
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-15/+34
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-4/+14
* o In udp|rip_disconnect() acquire a socket lock before the socketmaxim2006-05-211-1/+3
* o In rip_disconnect() do not call rip_abort(), just mark a socketmaxim2006-05-151-1/+11
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+9
* Update in_pcb-derived basic socket types following changes torwatson2006-04-011-60/+24
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-3/+2
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-011-4/+4
* Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() tomux2005-12-141-2/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-121-1/+1
* Correct brainfart in SO_BINTIME test.andre2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.andre2005-10-041-1/+1
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-261-1/+4
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-221-0/+3
* Slight white space tweak.rwatson2005-06-011-0/+1
* If we are going tocperciva2005-05-061-0/+1
* eliminate extraneous null ptr checkssam2005-03-291-2/+2
OpenPOWER on IntegriCloud