aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm
Commit message (Expand)AuthorAgeFilesLines
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-212-1/+15
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-014-22/+9
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-014-6/+34
* Convert to ANSI C function declarations.Robert Watson2006-01-221-29/+11
* Convert function declarations to ANSI C.Robert Watson2006-01-221-18/+8
* Try to unbreak the tinderbox: Cast a time_t argument to long before printingStefan Farfeleder2005-12-271-1/+1
* don't assume char is signedSam Leffler2005-12-211-1/+1
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-1/+1
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-49/+27
* Normalize a significant number of kernel malloc type names:Robert Watson2005-10-311-1/+1
* Push the assignment of a new or updated so_qlimit from solisten()Robert Watson2005-10-305-10/+15
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-2/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-1012-30/+39
* In the current world order, solisten() implements the state transition ofRobert Watson2005-02-214-6/+18
* 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-0798-98/+98
* Initialize struct pr_userreqs in new/sparse style and fill in commonPoul-Henning Kamp2004-11-082-42/+27
* Push acquisition of the accept mutex out of sofree() into the callerRobert Watson2004-10-181-0/+1
* Avoid casts as lvalues.Alexander Kabaev2004-07-281-4/+4
* Fix a typo that could provoke a panic or access to random memory.Hartmut Brandt2004-07-191-1/+1
* The socket field so_state is used to hold a variety of socket relatedRobert Watson2004-06-141-1/+1
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketRobert Watson2004-06-121-0/+1
* Remove an #if section originally written for Sun compilers.Stefan Farfeleder2004-06-081-8/+0
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-1/+1
* Don't remove the first mbuf in the chain if it got empty.Hartmut Brandt2004-02-211-7/+6
* Introduce a MAC label reference in 'struct inpcb', which cachesRobert Watson2003-11-182-1/+6
* Include <sys/malloc.h> for the declaration of malloc(), etc. insteadBruce Evans2003-11-141-3/+5
* o add a flags parameter to netisr_register that is used to specifySam Leffler2003-11-081-1/+3
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-318-30/+22
* The number of prefixes can never be negative so use an u_int for this.Hartmut Brandt2003-07-291-1/+1
* Make the ioctl() interface cleaner with regard to types: use size_tHartmut Brandt2003-07-2911-46/+54
* Silence a gcc-warning. Do this by inlining the macro-call. This isHartmut Brandt2003-07-261-2/+1
* Print the offending SPANS message only if printing is enabled.Hartmut Brandt2003-07-251-1/+2
* Add support for VBR and CBR PVCs for IP over ATM.Hartmut Brandt2003-07-255-6/+205
* Set the interface type of the network interfaces to IFT_IPOVERATM(114).Hartmut Brandt2003-07-251-1/+1
* Hand the packet to bpf not only in the LLC/SNAP case, but for allHartmut Brandt2003-07-252-13/+13
* Make the debugging variable that controls printing of UNI messagesHartmut Brandt2003-07-255-15/+29
* Make the debugging variable that controls dumping of IP over ATM packetsHartmut Brandt2003-07-244-10/+19
* Create a sysctl that allows to enable/disable printing of SPANS messages.Hartmut Brandt2003-07-243-17/+15
* Free the UNI vcc to the same zone from where it was allocated from.Hartmut Brandt2003-07-242-3/+3
* Now that we have if_detach() don't try to get rid of all the interfaceHartmut Brandt2003-07-241-95/+5
* Create a subtree 'harp' of the net sysctl tree. This uses a fixedHartmut Brandt2003-07-243-3/+31
* Constify the arguments to several pdu_print functions.Hartmut Brandt2003-07-249-33/+18
* Add BPF support to HARP network interfaces. This allows one to seeHartmut Brandt2003-07-243-0/+37
* Handle the new MEDIA definitions.Hartmut Brandt2003-07-231-0/+9
* Convert a lot of uma_zalloc() calls to be NOWAIT instead of WAITOK. AllHartmut Brandt2003-07-239-30/+48
* Get rid of the zone for network interfaces. We have converted this toHartmut Brandt2003-07-231-7/+0
* Allocate network interfaces from malloc() instead of using a zone.Hartmut Brandt2003-07-221-6/+6
* Remove the zone limits for all the zones used in the ATM code.Hartmut Brandt2003-07-2213-21/+14
* Add several vendor, API and media definitions. This has beenHartmut Brandt2003-07-221-5/+27