summaryrefslogtreecommitdiff
path: root/sys/net/raw_cb.h
AgeCommit message (Expand)Author
2018-09-07Make raw_input non-variadic.maxv
2018-05-11Increase the default size of some receive buffers from 8k to 16k.roy
2017-09-25Fix race condition on the rawcb list shared by rtsock and keysockozaki-r
2017-04-11Add RO_MSGFILTER socket option to PF_ROUTE to filter outroy
2016-01-20Eliminate struct protosw::pr_output.riastradh
2015-05-02make connect syscall use sockaddr_big and modify pr_{send,connect}rtr
2015-04-24make accept, getsockname and getpeername syscalls use sockaddr_big and modifyrtr
2014-08-05split PRU_SEND function out of pr_generic() usrreq switches and put intortr
2014-05-21raw_detach: rawpcb may be embedded, free using the real size (saved in rcb).rmind
2014-05-19- Split off PRU_ATTACH and PRU_DETACH logic into separate functions.rmind
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2005-12-11ANSI function decls and application of static.thorpej
2005-12-11merge ktrace-lwp.christos
2005-12-10Multiple inclusion protection, as suggested by christos@ on tech-kern@elad
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2002-05-12Eliminate more commons.matt
1998-02-09add multiple inclusion protection (and cleanup).perry
1996-05-28Prototype new raw_*() functions.pk
1996-05-22Pass a proc pointer down to the usrreq and pcbbind functions for PRU_ATTACH, ...mycroft
1996-02-13Net prototypeschristos
1995-06-12Various cleanup, including:mycroft
1995-03-26KERNEL -> _KERNELjtc
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-05-13Update to 4.4-Lite networking code, with a few local changes.mycroft
1993-12-06multicast support.hpeyerl
1993-05-20add rcs ids to everything, and clean up headerscgd
1993-04-19Add consistent multiple-inclusion protection.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd