aboutsummaryrefslogtreecommitdiff
path: root/sys/netnatm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the *intrq variables into net/intrq.c and unconditionallyBrian Somers2000-01-241-1/+4
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+4
* Nitpicking and dusting performed on a train. Removes trivial warningsPoul-Henning Kamp1998-10-251-4/+0
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Staticize.Eivind Eklund1998-02-092-7/+7
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-062-4/+0
* Turn DIAGNOSTIC into a new-style option.Eivind Eklund1998-02-042-0/+4
* Fixed a sloppy common-style declaration.Bruce Evans1997-12-202-1/+4
* Removed unused #includes.Bruce Evans1997-10-281-8/+0
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-1/+1
* Update network code to use poll support.Peter Wemm1997-09-141-1/+1
* Added used #include - don't depend on <sys/mbuf.h> includingBruce Evans1997-09-021-0/+1
* Fix all areas of the system (or at least all those in LINT) to avoid storingGarrett Wollman1997-08-161-19/+18
* Removed unused #includes.Bruce Evans1997-08-022-10/+0
* import Chuck Cranor's ATM driverKenjiro Cho1997-05-091-0/+822