summaryrefslogtreecommitdiff
path: root/sys/netnatm/natm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the NATM framework including the en(4), fatm(4), hatm(4), andBrooks Davis2017-04-241-490/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Fix the length calculation for the final block of a sendfile(2)Dag-Erling Smørgrav2013-09-101-0/+15
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Replace d_thread_t * with struct thread *.Warner Losh2009-05-201-10/+10
* Remove IFF_NEEDSGIANT, a compatibility infrastructure introducedRobert Watson2009-03-151-14/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-1/+1
* Factor out my copyrights + licenses from Charles D. Cranor andRobert Watson2007-01-081-2/+25
* Change semantics of socket close and detach. Add a new protocol switchRobert Watson2006-07-211-1/+7
* style(9) treatment following fixups.Robert Watson2006-04-231-208/+220
* Eliminate unnecessary use of labels in error unwinding cases; result isRobert Watson2006-04-231-35/+26
* Acquire natm mutex after traversing so_pcb, not before, as the protocolRobert Watson2006-04-231-5/+7
* In natm_usr_abort(), replace existing call to natm_usr_shutdown() withRobert Watson2006-04-091-1/+1
* Chance protocol switch method pru_detach() so that it returns voidRobert Watson2006-04-011-3/+2
* Change protocol switch pru_abort() API so that it returns void ratherRobert Watson2006-04-011-6/+2
* Change so_pcb invariants in netnatm, such that netnatm sockets always haveRobert Watson2006-03-171-49/+13
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-1/+1
* Remove FreeBSD 2.2 protocol usrreq compatibility code.Robert Watson2005-07-191-280/+1
* Lock down netnatm and mark as MPSAFE:Robert Watson2005-07-181-51/+56
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* 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-081-0/+2
* 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-061-28/+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-061-85/+60
* Instead of returning an error call the ioctl() handler of the interfaceHartmut Brandt2003-07-151-2/+5
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* 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-041-25/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* 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
* Remove __P.Alfred Perlstein2002-03-201-16/+13
* Fix warningsPeter Wemm2002-02-281-10/+11
* 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
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-1/+8
* 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-091-4/+4
* Back out DIAGNOSTIC changes.Eivind Eklund1998-02-061-2/+0