summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/ng_ksocket.c
Commit message (Expand)AuthorAgeFilesLines
* sys/netgraph: spelling fixes in comments.pfg2016-04-291-3/+3
* Remove AppleTalk support.glebius2014-03-141-8/+2
* Remove IPX support.glebius2014-03-141-3/+0
* In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passesglebius2013-12-211-10/+17
* Revamp mbuf handling in ng_ksocket_incoming2():glebius2013-03-291-12/+22
* Whitespace.glebius2013-03-291-10/+10
* Non-functional cleanup of ng_ksocket_incoming2().glebius2013-03-291-8/+8
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-7/+2
* Revert r220768 for ng_ksocket. This node is special andglebius2012-05-241-1/+3
* Use strchr() and strrchr().ed2012-01-021-3/+3
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+2
* Node constructor methods are supposed to be called in syscallglebius2011-04-181-4/+1
* Fix an invalid parameter detected by INVARIANT and confirmed by r193272.fabient2010-05-061-1/+1
* Make ng_ksocket fulfill lower protocol stack layers alignment requirementsmav2010-03-311-1/+13
* - Turn the third (islocked) argument of the knote call into flags parameter.stas2009-06-281-1/+1
* Rework socket upcalls to close some races with setup/teardown of upcalls.jhb2009-06-011-13/+9
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-13/+13
* Send only one incoming notification at a time to reduce queuemav2008-03-071-32/+26
* In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrectbms2007-02-091-0/+3
* soreceive_generic(), and sopoll_generic(). Add new functions sosend(),rwatson2006-07-241-4/+3
* Clear csum_flags after reading data from socket buffer. Otherwise,ru2006-02-211-0/+1
* When we read data from socket buffer using soreceive() the socket layerglebius2005-09-061-4/+13
* Backout revision 1.54, because it exposes a worse problem, thanglebius2005-08-251-3/+1
* Catch up with new ng_send_fn1() interface.glebius2005-05-161-1/+4
* When used as divert socket we need to decouple stack when node is enteredglebius2005-05-131-1/+3
* Fix panics with misconfigured routing:glebius2005-04-181-6/+8
* Reimplement recursion protection, checking whether current thread holdsglebius2005-02-191-0/+6
* Remove a recursion protection, which we inherited from splnet() netgraph times.glebius2005-02-161-9/+0
* Allocate enough space for new tag.glebius2005-02-121-1/+2
* When netgraph(4) was converted to use mbuf_tags(9) instead of meta-dataglebius2005-02-121-3/+9
* /* -> /*- for license, minor formatting changesimp2005-01-071-2/+3
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testrwatson2004-09-021-3/+3
* Convert Netgraph to use mbuf tags to pass its meta information around.julian2004-06-251-38/+15
* Merge additional socket buffer locking from rwatson_netperf:rwatson2004-06-171-0/+14
* The socket field so_state is used to hold a variety of socket relatedrwatson2004-06-141-2/+2
* Extend coverage of SOCK_LOCK(so) to include so_count, the socketrwatson2004-06-121-0/+2
* Integrate accept locking from rwatson_netperf, introducing a newrwatson2004-06-021-7/+10
* The SS_COMP and SS_INCOMP flags in the so_state field indicate whetherrwatson2004-06-011-1/+1
* Switch to using C99 sparse initialisers for the type methods array.julian2004-05-291-12/+10
* Get rid of the deprecated *LEN constants in favour of the newharti2004-01-261-1/+1
* Replaced two bzero() calls with the M_ZERO flag to malloc().ru2003-12-171-3/+2
* Add Protocol Independent Multicast protocol.hsu2003-08-201-0/+1
* Add missing braces.archie2003-04-281-1/+2
* Reference the socket we're accepting.benno2002-09-141-0/+2
* Remember who asked for a connect or accept operation so we can actually tellbenno2002-09-111-2/+2
* Don't use "NULL" when "0" is really meant.archie2002-08-221-3/+3
* Fix GCC warnings caused by initializing a zero length array. In the process,archie2002-05-311-8/+7
* Back out my lats commit of locking down a socket, it conflicts with hsu's work.tanimura2002-05-311-49/+11
* Lock down a socket, milestone 1.tanimura2002-05-201-11/+49
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
OpenPOWER on IntegriCloud