summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* Initialize struct pr_userreqs in new/sparse style and fill in commonphk2004-11-082-42/+27
* Push acquisition of the accept mutex out of sofree() into the callerrwatson2004-10-181-0/+1
* Avoid casts as lvalues.kan2004-07-281-4/+4
* Fix a typo that could provoke a panic or access to random memory.harti2004-07-191-1/+1
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-1/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+1
* Remove an #if section originally written for Sun compilers.stefanf2004-06-081-8/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-1/+1
* Don't remove the first mbuf in the chain if it got empty.harti2004-02-211-7/+6
* Introduce a MAC label reference in 'struct inpcb', which cachesrwatson2003-11-182-1/+6
* Include <sys/malloc.h> for the declaration of malloc(), etc. insteadbde2003-11-141-3/+5
* 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-318-30/+22
* The number of prefixes can never be negative so use an u_int for this.harti2003-07-291-1/+1
* Make the ioctl() interface cleaner with regard to types: use size_tharti2003-07-2911-46/+54
* Silence a gcc-warning. Do this by inlining the macro-call. This isharti2003-07-261-2/+1
* Print the offending SPANS message only if printing is enabled.harti2003-07-251-1/+2
* Add support for VBR and CBR PVCs for IP over ATM.harti2003-07-255-6/+205
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).harti2003-07-251-1/+1
* Hand the packet to bpf not only in the LLC/SNAP case, but for allharti2003-07-252-13/+13
* Make the debugging variable that controls printing of UNI messagesharti2003-07-255-15/+29
* Make the debugging variable that controls dumping of IP over ATM packetsharti2003-07-244-10/+19
* Create a sysctl that allows to enable/disable printing of SPANS messages.harti2003-07-243-17/+15
* Free the UNI vcc to the same zone from where it was allocated from.harti2003-07-242-3/+3
* Now that we have if_detach() don't try to get rid of all the interfaceharti2003-07-241-95/+5
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedharti2003-07-243-3/+31
* Constify the arguments to several pdu_print functions.harti2003-07-249-33/+18
* Add BPF support to HARP network interfaces. This allows one to seeharti2003-07-243-0/+37
* Handle the new MEDIA definitions.harti2003-07-231-0/+9
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. Allharti2003-07-239-30/+48
* Get rid of the zone for network interfaces. We have converted this toharti2003-07-231-7/+0
* Allocate network interfaces from malloc() instead of using a zone.harti2003-07-221-6/+6
* Remove the zone limits for all the zones used in the ATM code.harti2003-07-2213-21/+14
* Add several vendor, API and media definitions. This has beenharti2003-07-221-5/+27
* Fix a number of occurences of calling uma_zalloc() with neitherharti2003-07-182-13/+13
* Use __FBSDID().obrien2003-06-1136-355/+108
* Use __FBSDID().obrien2003-06-119-81/+26
* Use __FBSDID().obrien2003-06-112-19/+6
* Use __FBSDID().obrien2003-06-1116-155/+48
* Use __FBSDID rather than rcsid[].obrien2003-04-031-9/+3
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-044-49/+30
* There is no reason to be cute with ntohl(). Just call it directly ratherobrien2003-02-235-22/+8
* Back out M_* changes, per decision of the TRB.imp2003-02-1922-71/+71
* Band-XXX-aid an easy to provoke panic.phk2003-01-281-0/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-2123-83/+83
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-013-3/+3
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-303-5/+5
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-2/+1
* Indirectly pull in declaration for M_IFADDR.hsu2002-12-281-0/+1
* SMP locking for radix nodes.hsu2002-12-241-0/+2
OpenPOWER on IntegriCloud