summaryrefslogtreecommitdiffstats
path: root/sys/netipx
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate jump to 'bad' label in order to clean up the ipx_input()rwatson2005-01-091-13/+14
* /* -> /*- for license, minor formatting changesimp2005-01-0720-19/+22
* Garbage collect unused ipx_abort().rwatson2005-01-032-13/+2
* Acquire the socket buffer receive lock in spx_rcvoob() to permitrwatson2005-01-021-0/+3
* Increase the coverage scope of the receive socket buffer lock inrwatson2005-01-021-10/+9
* Explicitly lock the send socket buffer in spx_reass() to cover the droprwatson2005-01-021-2/+3
* 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-022-5/+5
* Use KASSERT() in preference to if()panic().rwatson2005-01-022-6/+2
* Extern declaration of old 'ipxpcb' list head no longer required.rwatson2005-01-021-2/+0
* Trim trailing whitespace.rwatson2005-01-029-37/+37
* Document copyright updates in netipx README as other prior updates haverwatson2005-01-021-0/+1
* Mark 'struct spx' and 'struct spxhdr' as __packed to prevent possiblerwatson2005-01-021-2/+2
* Improve handling of SPX session timeout, specifically, make sure torwatson2005-01-021-5/+8
* Compare and assign pointers with NULL in preference to 0.rwatson2005-01-021-2/+2
* Don't cast NULL on return or when passing to another function.rwatson2005-01-021-14/+22
* Mark 'struct ipx', the IPX packet header, as __packed. Otherwise,rwatson2005-01-021-1/+1
* Use 'NULL' in preference to '0' for pointer comparisons.rwatson2005-01-021-3/+3
* Use RTFREE() to free route references rather than rtfree(), as rtfree()rwatson2005-01-022-2/+2
* Prefer rtalloc_ign() API to rtalloc() API.rwatson2005-01-024-5/+5
* Move the definition of ipxpcb_lport_cache from ipx_input.c to ipx_pcb.c,rwatson2005-01-012-1/+1
* Marginally reformat copyright statements to remove an excess ','.rwatson2004-12-314-4/+4
* Add 'struct ipxpcb' forward declaration to ipx_var.h. I had this inrwatson2004-12-311-0/+1
* Use a global variable, ipxpcb_lport_cache, to cache the most recentlyrwatson2004-12-302-5/+6
* Convert netipx to use queue(9) doubly-linked lists instead of home-brewrwatson2004-12-306-38/+45
* Garbage collect unused (and incompletely implemented) functions:rwatson2004-12-303-108/+0
* Constify ipx_zeronet, ipx_zerohost, ipx_broadnet, ipx_broadhost.rwatson2004-12-302-12/+11
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-20/+52
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-182-0/+2
* Mark Netgraph TTY, KAME IPSEC, and IPX/SPX as requiring Giant for correctrwatson2004-08-281-0/+6
* Avoid casts as lvalues. Declare local variable as u_char * instead ofkan2004-07-281-6/+6
* Constify 'spx_backoff'.rwatson2004-07-121-1/+1
* Acquire the receive socket buffer lock when modifying out-of-bandrwatson2004-06-241-5/+4
* Improve source-code compatibility with Linux applications using thebms2004-06-221-0/+3
* It's now the responsibility of the consumer of soabort() to remove arwatson2004-06-201-1/+12
* Grab the socket buffer send or receive mutex when performing arwatson2004-06-151-1/+6
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-3/+3
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-122-1/+3
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-012-3/+3
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-4/+4
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+4
* Fix a bunch of off-by-one errors in the range checking code.ru2003-09-112-2/+2
* Use __FBSDID().obrien2003-06-1110-20/+30
* Remove unimplemented IP-in-IPX encapsulation support (options IPTUNNEL).tjr2003-03-083-59/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-044-35/+17
* Allocate struct ipx_ifaddrs with an initial reference count of 1, not 0.tjr2003-02-251-0/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-196-14/+14
* add forgotten IFA_LOCK_INITfjoe2003-01-231-0/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-216-14/+14
OpenPOWER on IntegriCloud