summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+12
* When the access control on creating raw sockets was modified so thatrwatson2004-10-121-20/+41
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-051-1/+2
* When a prison is given the ability to create raw sockets (when thecsjp2004-08-211-0/+10
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-6/+6
* White space cleanup for netinet before branch:rwatson2004-08-161-3/+3
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
* Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-111-1/+1
* Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-111-1/+1
* Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This iscperciva2004-07-261-1/+1
* M_PREPEND() the IP header on to the front of an outgoing raw IP packetrwatson2004-07-201-1/+1
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-3/+7
* Introduce a new feature to IPFW2: lookup tables. These are usefulru2004-06-091-0/+5
* Move the locking of the pcb into raw_output(). Organize code sobmilekic2004-06-031-10/+14
* Switch to using the inpcb MAC label instead of socket MAC label whenrwatson2004-05-041-1/+3
* Assert the inpcb lock on 'last' in udp_append(), since it's alwaysrwatson2004-05-041-0/+2
* o Fix misindentation in the previous commit.maxim2004-05-031-8/+7
OpenPOWER on IntegriCloud