| Commit message (Expand) | Author | Age | Files | Lines |
* | o In udp|rip_disconnect() acquire a socket lock before the socket | Maxim Konovalov | 2006-05-21 | 1 | -1/+3 |
* | o In rip_disconnect() do not call rip_abort(), just mark a socket | Maxim Konovalov | 2006-05-15 | 1 | -1/+11 |
* | Allow for nmbclusters and maxsockets to be increased via sysctl. | Paul Saab | 2006-04-21 | 1 | -0/+9 |
* | Update in_pcb-derived basic socket types following changes to | Robert Watson | 2006-04-01 | 1 | -60/+24 |
* | Chance protocol switch method pru_detach() so that it returns void | Robert Watson | 2006-04-01 | 1 | -3/+2 |
* | Change protocol switch pru_abort() API so that it returns void rather | Robert Watson | 2006-04-01 | 1 | -4/+4 |
* | Fix a bunch of SYSCTL_INT() that should have been SYSCTL_ULONG() to | Maxime Henrion | 2005-12-14 | 1 | -2/+2 |
* | o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion | Maxim Konovalov | 2005-10-12 | 1 | -1/+1 |
* | Correct brainfart in SO_BINTIME test. | Andre Oppermann | 2005-10-04 | 1 | -1/+1 |
* | Make SO_BINTIME timestamps available on raw_ip sockets. | Andre Oppermann | 2005-10-04 | 1 | -1/+1 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | Andre Oppermann | 2005-09-26 | 1 | -1/+4 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | Andre Oppermann | 2005-08-22 | 1 | -0/+3 |
* | Slight white space tweak. | Robert Watson | 2005-06-01 | 1 | -0/+1 |
* | If we are going to | Colin Percival | 2005-05-06 | 1 | -0/+1 |
* | eliminate extraneous null ptr checks | Sam Leffler | 2005-03-29 | 1 | -2/+2 |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -5/+12 |
* | When the access control on creating raw sockets was modified so that | Robert Watson | 2004-10-12 | 1 | -20/+41 |
* | fix up socket/ip layer violation... don't assume/know that | John-Mark Gurney | 2004-09-05 | 1 | -1/+2 |
* | When a prison is given the ability to create raw sockets (when the | Christian S.J. Peron | 2004-08-21 | 1 | -0/+10 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -6/+6 |
* | White space cleanup for netinet before branch: | Robert Watson | 2004-08-16 | 1 | -3/+3 |
* | Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSD | David Malone | 2004-08-14 | 1 | -6/+1 |
* | Backout removal of UMA_ZONE_NOFREE flag for all zones which are established | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
* | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP and | Andre Oppermann | 2004-08-11 | 1 | -1/+1 |
* | Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is | Colin Percival | 2004-07-26 | 1 | -1/+1 |
* | M_PREPEND() the IP header on to the front of an outgoing raw IP packet | Robert Watson | 2004-07-20 | 1 | -1/+1 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | Robert Watson | 2004-06-26 | 1 | -3/+7 |
* | Introduce a new feature to IPFW2: lookup tables. These are useful | Ruslan Ermilov | 2004-06-09 | 1 | -0/+5 |
* | Move the locking of the pcb into raw_output(). Organize code so | Bosko Milekic | 2004-06-03 | 1 | -10/+14 |
* | Switch to using the inpcb MAC label instead of socket MAC label when | Robert Watson | 2004-05-04 | 1 | -1/+3 |
* | Assert the inpcb lock on 'last' in udp_append(), since it's always | Robert Watson | 2004-05-04 | 1 | -0/+2 |
* | o Fix misindentation in the previous commit. | Maxim Konovalov | 2004-05-03 | 1 | -8/+7 |
* | Give jail(8) the feature to allow raw sockets from within a | Bosko Milekic | 2004-04-26 | 1 | -2/+31 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
* | IPSEC and FAST_IPSEC have the same internal API now; | Hajimu UMEMOTO | 2004-02-17 | 1 | -8/+3 |
* | pass pcb rather than so. it is expected that per socket policy | Hajimu UMEMOTO | 2004-02-03 | 1 | -1/+1 |
* | Correct the descriptions of the net.inet.{udp,raw}.recvspace sysctls. | Ruslan Ermilov | 2004-01-27 | 1 | -1/+1 |
* | Split the "inp" mutex class into separate classes for each of divert, | Sam Leffler | 2003-11-26 | 1 | -1/+1 |
* | Introduce tcp_hostcache and remove the tcp specific metrics from | Andre Oppermann | 2003-11-20 | 1 | -1/+1 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -2/+2 |
* | In rip_abort(), unlock the inpcb if we didn't detach it, or we may | Olivier Houchard | 2003-11-17 | 1 | -0/+2 |
* | add some missing locking | Sam Leffler | 2003-11-08 | 1 | -17/+75 |
* | shuffle code so we don't "continue" and miss a needed unlock operation | Sam Leffler | 2003-09-17 | 1 | -4/+2 |
* | remove warning about use of old divert sockets; this was marked | Sam Leffler | 2003-09-01 | 1 | -9/+0 |
* | add locking | Sam Leffler | 2003-09-01 | 1 | -125/+117 |
* | M_PREPEND() with an argument of M_TRYWAIT can fail, meaning the | Robert Watson | 2003-08-26 | 1 | -0/+2 |
* | Add the IP_ONESBCAST option, to enable undirected IP broadcasts to be sent on | Bruce M Simpson | 2003-08-20 | 1 | -0/+3 |
* | 1. Basic PIM kernel support | Jeffrey Hsu | 2003-08-07 | 1 | -0/+8 |