summaryrefslogtreecommitdiffstats
path: root/sys/netnatm/natm.c
Commit message (Expand)AuthorAgeFilesLines
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-081-6/+11
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+2
* Constify send and receive space constants in natm.rwatson2004-06-241-4/+4
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+2
* Rename dup_sockaddr() to sodupsockaddr() for consistency with otherrwatson2004-03-011-1/+1
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-181-1/+1
* o add a flags parameter to netisr_register that is used to specifysam2003-11-081-0/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+2
* Remove the last vestiges of ATM raw mode. This has not been useful for aharti2003-08-061-28/+6
* Use the new OPENVCC and CLOSEVCC ioctls to open and close the NATMharti2003-08-061-13/+16
* Style(9): remove unneccesary space and blank lines, indentation,harti2003-08-061-85/+60
* Instead of returning an error call the ioctl() handler of the interfaceharti2003-07-151-2/+5
* Use __FBSDID().obrien2003-06-111-2/+3
* Introduce an M_ASSERTPKTHDR() macro which performs the very common taskdes2003-04-081-2/+1
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-25/+3
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-12/+0
* Lock down a socket, milestone 1.tanimura2002-05-201-0/+12
* Revert the change of #includes in sys/filedesc.h and sys/socketvar.h.tanimura2002-04-301-4/+7
* Remove __P.alfred2002-03-201-16/+13
* Fix warningspeter2002-02-281-10/+11
* Give struct socket structures a ref counting interface similar todillon2001-11-171-2/+2
* Change a couple of M_WAITOKs used in M_PREPEND() to M_TRYWAITs, whichbmilekic2001-04-051-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-1/+8
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-4/+4
* Nitpicking and dusting performed on a train. Removes trivial warningsphk1998-10-251-4/+0
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Staticize.eivind1998-02-091-4/+4
* Back out DIAGNOSTIC changes.eivind1998-02-061-2/+0
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-041-0/+2
* Removed unused #includes.bde1997-10-281-8/+0
* Update network code to use poll support.peter1997-09-141-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingbde1997-09-021-0/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingwollman1997-08-161-19/+18
* import Chuck Cranor's ATM driverkjc1997-05-091-0/+822
OpenPOWER on IntegriCloud