summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_divert.c
Commit message (Expand)AuthorAgeFilesLines
* Some whitespace nits and remove a few casts.jhb2006-12-291-4/+6
* 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
* Fix race conditions on enumerating pcb lists by moving the initializationups2006-07-181-4/+22
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-2/+0
* Allow for nmbclusters and maxsockets to be increased via sysctl.ps2006-04-211-0/+9
* Correct incorrect assertion in div_bind(): inp must not be NULL here.rwatson2006-04-031-1/+1
* Update in_pcb-derived basic socket types following changes torwatson2006-04-011-34/+15
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-011-3/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-5/+8
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* If we are going tocperciva2005-05-061-0/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flagglebius2004-11-181-33/+0
* Fix ng_ksocket(4) operation as a divert socket, which is pretty usefulglebius2004-11-121-11/+12
* Add missing '='phk2004-11-111-1/+1
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-5/+11
* IPDIVERT is a module now and tell the other parts of the kernel about it.andre2004-10-251-0/+4
* Refuse to unload the ipdivert module unless the 'force' flag is given to kldu...andre2004-10-221-1/+11
* Destroy the UMA zone on unload.andre2004-10-191-0/+1
* Slightly extend the locking during unload to fully cover the protocolandre2004-10-191-5/+6
* Annotate a newly introduced race present due to the unloading ofrwatson2004-10-191-0/+4
* Convert IPDIVERT into a loadable module. This makes use of the dynamic loada...andre2004-10-191-8/+67
* Add support to IPFW for classification based on "diverted" statusgreen2004-10-031-12/+16
* fix up socket/ip layer violation... don't assume/know thatjmg2004-09-051-1/+2
* Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandandre2004-08-171-21/+0
* 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
* o Move all parts of the IP reassembly process into the function ip_reass() toandre2004-08-031-0/+8
* Rwatson, write 100 times for tomorrow:phk2004-06-271-1/+1
* Reduce the number of unnecessary unlock-relocks on socket buffer mutexesrwatson2004-06-261-4/+6
* Acquire socket lock around frobbing of socket state in divert sockets.rwatson2004-06-221-0/+2
* Prefer use of the inpcb as a MAC label source for outgoing packets sentrwatson2004-06-221-6/+8
* Socket MAC labels so_label and so_peerlabel are now protected byrwatson2004-06-131-0/+2
* Remove unneeded Giant acquisition in divert_packet(), which isrwatson2004-06-111-15/+0
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Reduce 'td' argument to 'cred' (struct ucred) argument in those functions:pjd2004-03-271-1/+1
* Remove unused argument.pjd2004-03-271-1/+1
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+4
* Re-remove MT_TAGs. The problems with dummynet have been fixed now.mlaier2004-02-251-21/+48
* Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet ismlaier2004-02-181-48/+21
* This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacingmlaier2004-02-131-21/+48
* 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-6/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+1
* Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, butgreen2003-11-171-0/+1
* divert socket fixups:sam2003-11-081-15/+73
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-3/+2
* o add lockingsam2003-09-051-37/+67
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-1/+1
OpenPOWER on IntegriCloud