summaryrefslogtreecommitdiffstats
path: root/sys/netinet/raw_ip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give jail(8) the feature to allow raw sockets from within abmilekic2004-04-261-2/+31
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Remove unused argument.pjd2004-03-271-1/+1
* IPSEC and FAST_IPSEC have the same internal API now;ume2004-02-171-8/+3
* pass pcb rather than so. it is expected that per socket policyume2004-02-031-1/+1
* Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls.ru2004-01-271-1/+1
* Split the "inp" mutex class into separate classes for each of divert,sam2003-11-261-1/+1
* Introduce tcp_hostcache and remove the tcp specific metrics fromandre2003-11-201-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
OpenPOWER on IntegriCloud