| Commit message (Expand) | Author | Age | Files | Lines |
* | /* -> /*- for license, minor formatting changes | Warner Losh | 2005-01-07 | 1 | -1/+1 |
* | - Since divert protocol is not connection oriented, remove SS_ISCONNECTED flag | Gleb Smirnoff | 2004-11-18 | 1 | -33/+0 |
* | Fix ng_ksocket(4) operation as a divert socket, which is pretty useful | Gleb Smirnoff | 2004-11-12 | 1 | -11/+12 |
* | Add missing '=' | Poul-Henning Kamp | 2004-11-11 | 1 | -1/+1 |
* | Initialize struct pr_userreqs in new/sparse style and fill in common | Poul-Henning Kamp | 2004-11-08 | 1 | -5/+11 |
* | IPDIVERT is a module now and tell the other parts of the kernel about it. | Andre Oppermann | 2004-10-25 | 1 | -0/+4 |
* | Refuse to unload the ipdivert module unless the 'force' flag is given to kldu... | Andre Oppermann | 2004-10-22 | 1 | -1/+11 |
* | Destroy the UMA zone on unload. | Andre Oppermann | 2004-10-19 | 1 | -0/+1 |
* | Slightly extend the locking during unload to fully cover the protocol | Andre Oppermann | 2004-10-19 | 1 | -5/+6 |
* | Annotate a newly introduced race present due to the unloading of | Robert Watson | 2004-10-19 | 1 | -0/+4 |
* | Convert IPDIVERT into a loadable module. This makes use of the dynamic loada... | Andre Oppermann | 2004-10-19 | 1 | -8/+67 |
* | Add support to IPFW for classification based on "diverted" status | Brian Feldman | 2004-10-03 | 1 | -12/+16 |
* | fix up socket/ip layer violation... don't assume/know that | John-Mark Gurney | 2004-09-05 | 1 | -1/+2 |
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userland | Andre Oppermann | 2004-08-17 | 1 | -21/+0 |
* | 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 |
* | o Move all parts of the IP reassembly process into the function ip_reass() to | Andre Oppermann | 2004-08-03 | 1 | -0/+8 |
* | Rwatson, write 100 times for tomorrow: | Poul-Henning Kamp | 2004-06-27 | 1 | -1/+1 |
* | Reduce the number of unnecessary unlock-relocks on socket buffer mutexes | Robert Watson | 2004-06-26 | 1 | -4/+6 |
* | Acquire socket lock around frobbing of socket state in divert sockets. | Robert Watson | 2004-06-22 | 1 | -0/+2 |
* | Prefer use of the inpcb as a MAC label source for outgoing packets sent | Robert Watson | 2004-06-22 | 1 | -6/+8 |
* | Socket MAC labels so_label and so_peerlabel are now protected by | Robert Watson | 2004-06-13 | 1 | -0/+2 |
* | Remove unneeded Giant acquisition in divert_packet(), which is | Robert Watson | 2004-06-11 | 1 | -15/+0 |
* | Remove advertising clause from University of California Regent's | Warner Losh | 2004-04-07 | 1 | -4/+0 |
* | Reduce 'td' argument to 'cred' (struct ucred) argument in those functions: | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
* | Remove unused argument. | Pawel Jakub Dawidek | 2004-03-27 | 1 | -1/+1 |
* | Split the mlock() kernel code into two parts, mlock(), which unpacks | Don Lewis | 2004-02-26 | 1 | -1/+4 |
* | Re-remove MT_TAGs. The problems with dummynet have been fixed now. | Max Laier | 2004-02-25 | 1 | -21/+48 |
* | Backout MT_TAG removal (i.e. bring back MT_TAGs) for now, as dummynet is | Max Laier | 2004-02-18 | 1 | -48/+21 |
* | This set of changes eliminates the use of MT_TAG "pseudo mbufs", replacing | Max Laier | 2004-02-13 | 1 | -21/+48 |
* | 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 | -6/+3 |
* | Introduce a MAC label reference in 'struct inpcb', which caches | Robert Watson | 2003-11-18 | 1 | -1/+1 |
* | Fix a few cases where MT_TAG-type "fake mbufs" are created on the stack, but | Brian Feldman | 2003-11-17 | 1 | -0/+1 |
* | divert socket fixups: | Sam Leffler | 2003-11-08 | 1 | -15/+73 |
* | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -3/+2 |
* | o add locking | Sam Leffler | 2003-09-05 | 1 | -37/+67 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | Dag-Erling Smørgrav | 2003-04-08 | 1 | -1/+1 |
* | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -1/+1 |
* | Check bounds for index before dereferencing memory past end of array. | Poul-Henning Kamp | 2003-01-28 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -1/+1 |
* | Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers. | Bill Fenner | 2002-10-29 | 1 | -2/+2 |
* | Fix kernel build on sparc64 in the IPDIVERT case. | Maxime Henrion | 2002-10-24 | 1 | -1/+1 |
* | Replace aux mbufs with packet tags: | Sam Leffler | 2002-10-16 | 1 | -1/+1 |
* | Introduce support for Mandatory Access Control and extensible | Robert Watson | 2002-07-31 | 1 | -0/+6 |
* | fix a typo in a comment | Luigi Rizzo | 2002-06-23 | 1 | -1/+1 |
* | Remove (almost all) global variables that were used to hold | Luigi Rizzo | 2002-06-22 | 1 | -66/+65 |
* | Remember to initialize the control block head mutex. | Jeffrey Hsu | 2002-06-11 | 1 | -0/+1 |
* | Fix typo. | Jeffrey Hsu | 2002-06-11 | 1 | -2/+2 |
* | Lock up inpcb. | Jeffrey Hsu | 2002-06-10 | 1 | -2/+23 |