aboutsummaryrefslogtreecommitdiff
path: root/sys/netnatm
Commit message (Expand)AuthorAgeFilesLines
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+7
* style(9) treatment following fixups.Robert Watson2006-04-231-208/+220
* Eliminate unnecessary use of labels in error unwinding cases; result isRobert Watson2006-04-231-35/+26
* Acquire natm mutex after traversing so_pcb, not before, as the protocolRobert Watson2006-04-231-5/+7
* Update natm PCB debugging code:Robert Watson2006-04-231-17/+12
* In natm_usr_abort(), replace existing call to natm_usr_shutdown() withRobert Watson2006-04-091-1/+1
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-3/+2
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-6/+2
* Change so_pcb invariants in netnatm, such that netnatm sockets always haveRobert Watson2006-03-171-49/+13
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-19/+25
* Forward declaring static variables as extern is invalid ISO-C. Now thatDavid E. O'Brien2005-09-071-2/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Remove FreeBSD 2.2 protocol usrreq compatibility code.Robert Watson2005-07-193-331/+1
* Lock down netnatm and mark as MPSAFE:Robert Watson2005-07-184-59/+68
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.Robert Watson2005-02-171-0/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-074-4/+4
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-081-6/+11
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+2
* Constify send and receive space constants in natm.Robert Watson2004-06-241-4/+4
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherRobert Watson2004-03-011-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-181-1/+1
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-082-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+2
* Remove the last vestiges of ATM raw mode. This has not been useful for aHartmut Brandt2003-08-062-45/+6
* Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATMHartmut Brandt2003-08-061-13/+16
* Style(9): remove unneccesary space and blank lines, indentation,Hartmut Brandt2003-08-064-241/+193
* Instead of returning an error call the ioctl() handler of the interfaceHartmut Brandt2003-07-151-2/+5
* Use __FBSDID().David E. O'Brien2003-06-113-7/+9
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskDag-Erling Smørgrav2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queueJonathan Lemon2003-03-043-30/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-5/+5
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-1/+1
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.Seigo Tanimura2002-05-311-12/+0
* Lock down a socket, milestone 1.Seigo Tanimura2002-05-201-0/+12
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.Seigo Tanimura2002-04-301-4/+7
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Remove __P.Alfred Perlstein2002-03-204-28/+25
* Fix warningsPeter Wemm2002-02-281-10/+11
* Initialise the intrq_present fields at runtime, not link time. This allowsMike Smith2002-01-081-2/+1
* Give struct socket structures a ref counting interface similar toMatthew Dillon2001-11-171-2/+2
* Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, whichBosko Milekic2001-04-051-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-4/+3
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-0/+2
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-1/+8