summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_usrreq.c
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Implement socket delivery MAC checks for IPX/SPX.rwatson2009-06-201-0/+6
* Invoke the MAC Framework's mac_socket_create_mbuf() entry point whenrwatson2009-06-201-0/+5
* Add missing "goto set_head" for SO_IPX_CHECKSUM; otherwise we fall throughrwatson2008-12-111-0/+1
* Begin the sysctl descriptions with a capital letter.trhodes2008-07-251-2/+2
* Document a few sysctls.trhodes2008-07-201-2/+2
* Remove IPX over IP tunneling support, which allows IPX routing over IPrwatson2007-06-131-6/+0
* Use ANSI C function declarations throughout netipx.rwatson2007-05-111-56/+23
* Reduce network stack oddness: implement .pru_sockaddr and .pru_peeraddrrwatson2007-05-111-2/+2
* Factor out UCB and my copyrights from copyrights of Mike Mitchell;rwatson2007-01-081-1/+27
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+8
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-211-7/+14
* Make this compile without INVARIANTS.cognet2006-04-111-0/+2
* 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-6/+2
* Rework IPX/SPX socket and pcb reference model:rwatson2006-03-251-11/+22
* Protect ipx_pexseq with the IPX PCB list mutex.rwatson2005-01-091-2/+11
* Acquire or assert the IPX PCB list lock or IPX PCB lock during variousrwatson2005-01-091-33/+72
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Garbage collect unused ipx_abort().rwatson2005-01-031-12/+2
* Restructure ipx_input() return code to match similar code in netinet,rwatson2005-01-021-8/+6
* Eliminate XXX comments regarding allocation failures when retrievingrwatson2005-01-021-2/+2
* Use KASSERT() in preference to if()panic().rwatson2005-01-021-2/+1
* Trim trailing whitespace.rwatson2005-01-021-6/+6
* Marginally reformat copyright statements to remove an excess ','.rwatson2004-12-311-1/+1
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewrwatson2004-12-301-2/+3
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-10/+22
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-1/+2
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-2/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).tjr2003-03-081-7/+0
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-27/+4
* Lock down a socket, milestone 1.tanimura2002-05-201-4/+27
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-3/+6
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-1/+1
* Give struct socket structures a ref counting interface similar todillon2001-11-171-1/+1
* KSE Milestone 2julian2001-09-121-21/+21
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-1/+1
* Get rid of the old XNS checksum code and implement it the IPX way.jhay1999-08-281-4/+9
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Suser() simplification:phk1999-04-271-2/+2
* Make it possible to use lo0 as an internal IPX network. This is usefulljhay1999-02-061-3/+2
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-2/+1
* Yow! Completely change the way socket options are handled, eliminatingwollman1998-08-231-52/+39
* Staticize.eivind1998-02-091-3/+3
OpenPOWER on IntegriCloud