aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
* Avoid casts as lvalues. Declare local variable as u_char * instead ofAlexander Kabaev2004-07-281-6/+6
* Constify 'spx_backoff'.Robert Watson2004-07-121-1/+1
* Acquire the receive socket buffer lock when modifying out-of-bandRobert Watson2004-06-241-5/+4
* Improve source-code compatibility with Linux applications using theBruce M Simpson2004-06-221-0/+3
* It's now the responsibility of the consumer of soabort() to remove aRobert Watson2004-06-201-1/+12
* Grab the socket buffer send or receive mutex when performing aRobert Watson2004-06-151-1/+6
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-3/+3
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-122-1/+3
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-012-3/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-4/+4
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+4
* Fix a bunch of off-by-one errors in the range checking code.Ruslan Ermilov2003-09-112-2/+2
* Use __FBSDID().David E. O'Brien2003-06-1110-20/+30
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).Tim J. Robbins2003-03-083-59/+0
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-044-35/+17
* Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.Tim J. Robbins2003-02-251-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-196-14/+14
* add forgotten IFA_LOCK_INITMax Khon2003-01-231-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-216-14/+14
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix a sizeof(int) != sizeof(void *) warning.John Baldwin2002-11-081-1/+1
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-1/+1
* Make spxnames a const char * to quieten some warnings in netstat.David Malone2002-07-271-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-313-109/+20
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-203-20/+109
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-302-5/+10
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-013-3/+3
* Remove __P.Alfred Perlstein2002-03-207-43/+43
* Pre-KSE/M3 commit.Julian Elischer2002-02-071-1/+1
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-1/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-172-2/+2
* FreeBSD/vax is quite some time away.Peter Wemm2001-11-032-7/+0
* KSE Milestone 2Julian Elischer2001-09-127-64/+64
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-043-7/+7
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-1/+1
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-084-8/+5
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-252-10/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-293-3/+0
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Calculate checksum properly for propagated IPX/NetBIOS packets.Boris Popov2000-04-271-2/+2
* * Use sys/sys/random.h rather than a i386 specific one.David E. O'Brien2000-04-241-2/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-2/+2
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+2
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-296-13/+13
* Lose a register declaration to avoid a warningEivind Eklund1999-12-201-1/+1