| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove AppleTalk support. | glebius | 2014-03-14 | 1 | -8/+2 |
* | Remove IPX support. | glebius | 2014-03-14 | 1 | -3/+0 |
* | In r248885 I have reduced size of fake uio resid that ng_ksocket(4) passes | glebius | 2013-12-21 | 1 | -10/+17 |
* | Revamp mbuf handling in ng_ksocket_incoming2(): | glebius | 2013-03-29 | 1 | -12/+22 |
* | Whitespace. | glebius | 2013-03-29 | 1 | -10/+10 |
* | Non-functional cleanup of ng_ksocket_incoming2(). | glebius | 2013-03-29 | 1 | -8/+8 |
* | Mechanically remove the last stray remains of spl* calls from net*/*. | andre | 2012-10-18 | 1 | -7/+2 |
* | Revert r220768 for ng_ksocket. This node is special and | glebius | 2012-05-24 | 1 | -1/+3 |
* | Use strchr() and strrchr(). | ed | 2012-01-02 | 1 | -3/+3 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Node constructor methods are supposed to be called in syscall | glebius | 2011-04-18 | 1 | -4/+1 |
* | Fix an invalid parameter detected by INVARIANT and confirmed by r193272. | fabient | 2010-05-06 | 1 | -1/+1 |
* | Make ng_ksocket fulfill lower protocol stack layers alignment requirements | mav | 2010-03-31 | 1 | -1/+13 |
* | - Turn the third (islocked) argument of the knote call into flags parameter. | stas | 2009-06-28 | 1 | -1/+1 |
* | Rework socket upcalls to close some races with setup/teardown of upcalls. | jhb | 2009-06-01 | 1 | -13/+9 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -13/+13 |
* | Send only one incoming notification at a time to reduce queue | mav | 2008-03-07 | 1 | -32/+26 |
* | In the output path, mask off M_BCAST|M_MCAST so as to prevent incorrect | bms | 2007-02-09 | 1 | -0/+3 |
* | soreceive_generic(), and sopoll_generic(). Add new functions sosend(), | rwatson | 2006-07-24 | 1 | -4/+3 |
* | Clear csum_flags after reading data from socket buffer. Otherwise, | ru | 2006-02-21 | 1 | -0/+1 |
* | When we read data from socket buffer using soreceive() the socket layer | glebius | 2005-09-06 | 1 | -4/+13 |
* | Backout revision 1.54, because it exposes a worse problem, than | glebius | 2005-08-25 | 1 | -3/+1 |
* | Catch up with new ng_send_fn1() interface. | glebius | 2005-05-16 | 1 | -1/+4 |
* | When used as divert socket we need to decouple stack when node is entered | glebius | 2005-05-13 | 1 | -1/+3 |
* | Fix panics with misconfigured routing: | glebius | 2005-04-18 | 1 | -6/+8 |
* | Reimplement recursion protection, checking whether current thread holds | glebius | 2005-02-19 | 1 | -0/+6 |
* | Remove a recursion protection, which we inherited from splnet() netgraph times. | glebius | 2005-02-16 | 1 | -9/+0 |
* | Allocate enough space for new tag. | glebius | 2005-02-12 | 1 | -1/+2 |
* | When netgraph(4) was converted to use mbuf_tags(9) instead of meta-data | glebius | 2005-02-12 | 1 | -3/+9 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -2/+3 |
* | In FreeBSD 5.x, curthread is always defined, so we don't need to to test | rwatson | 2004-09-02 | 1 | -3/+3 |
* | Convert Netgraph to use mbuf tags to pass its meta information around. | julian | 2004-06-25 | 1 | -38/+15 |
* | Merge additional socket buffer locking from rwatson_netperf: | rwatson | 2004-06-17 | 1 | -0/+14 |
* | The socket field so_state is used to hold a variety of socket related | rwatson | 2004-06-14 | 1 | -2/+2 |
* | Extend coverage of SOCK_LOCK(so) to include so_count, the socket | rwatson | 2004-06-12 | 1 | -0/+2 |
* | Integrate accept locking from rwatson_netperf, introducing a new | rwatson | 2004-06-02 | 1 | -7/+10 |
* | The SS_COMP and SS_INCOMP flags in the so_state field indicate whether | rwatson | 2004-06-01 | 1 | -1/+1 |
* | Switch to using C99 sparse initialisers for the type methods array. | julian | 2004-05-29 | 1 | -12/+10 |
* | Get rid of the deprecated *LEN constants in favour of the new | harti | 2004-01-26 | 1 | -1/+1 |
* | Replaced two bzero() calls with the M_ZERO flag to malloc(). | ru | 2003-12-17 | 1 | -3/+2 |
* | Add Protocol Independent Multicast protocol. | hsu | 2003-08-20 | 1 | -0/+1 |
* | Add missing braces. | archie | 2003-04-28 | 1 | -1/+2 |
* | Reference the socket we're accepting. | benno | 2002-09-14 | 1 | -0/+2 |
* | Remember who asked for a connect or accept operation so we can actually tell | benno | 2002-09-11 | 1 | -2/+2 |
* | Don't use "NULL" when "0" is really meant. | archie | 2002-08-22 | 1 | -3/+3 |
* | Fix GCC warnings caused by initializing a zero length array. In the process, | archie | 2002-05-31 | 1 | -8/+7 |
* | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | tanimura | 2002-05-31 | 1 | -49/+11 |
* | Lock down a socket, milestone 1. | tanimura | 2002-05-20 | 1 | -11/+49 |
* | Simple p_ucred -> td_ucred changes to start using the per-thread ucred | jhb | 2002-02-27 | 1 | -1/+1 |
* | Pre-KSE/M3 commit. | julian | 2002-02-07 | 1 | -3/+3 |