summaryrefslogtreecommitdiffstats
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* Chance protocol switch method pru_detach() so that it returns voidrwatson2006-04-014-22/+9
* Change protocol switch pru_abort() API so that it returns void ratherrwatson2006-04-014-6/+34
* Convert to ANSI C function declarations.rwatson2006-01-221-29/+11
* Convert function declarations to ANSI C.rwatson2006-01-221-18/+8
* Try to unbreak the tinderbox: Cast a time_t argument to long before printingstefanf2005-12-271-1/+1
* don't assume char is signedsam2005-12-211-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-49/+27
* Normalize a significant number of kernel malloc type names:rwatson2005-10-311-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()rwatson2005-10-305-10/+15
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-1012-30/+39
* In the current world order, solisten() implements the state transition ofrwatson2005-02-214-6/+18
* Mark netatm and netnatm explicitly as requiring Giant, as they still do.rwatson2005-02-171-0/+2
* /* -> /*- for license, minor formatting changesimp2005-01-0798-98/+98
* 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
OpenPOWER on IntegriCloud