| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build without BPF_JITTER option. | jkim | 2005-12-07 | 1 | -1/+3 |
* | Add BPF Just-In-Time compiler support for ng_bpf(4). | jkim | 2005-12-07 | 1 | -2/+28 |
* | Fix -Wundef from compiling the amd64 LINT. | ru | 2005-12-04 | 1 | -6/+6 |
* | Use __LP64__ to check for the 64-bit pointer type, and fix -Wundef. | ru | 2005-12-04 | 1 | -4/+2 |
* | - Update the flow sequence before converting count to | glebius | 2005-11-27 | 1 | -5/+2 |
* | Some whitespace and style cleanup. | glebius | 2005-11-15 | 2 | -89/+88 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 2 | -7/+7 |
* | Make IFP2NG() usable as an lvalue. | ru | 2005-11-09 | 2 | -9/+6 |
* | Use sparse initializers for "struct domain" and "struct protosw", | ru | 2005-11-09 | 2 | -88/+49 |
* | Simplify setting the link-level address. | ru | 2005-11-08 | 1 | -19/+3 |
* | Use if_setlladdr() to reprogram the link-level addresses; it causes | ru | 2005-11-04 | 1 | -21/+4 |
* | Bring some level of stability to this driver: | ru | 2005-11-04 | 1 | -3/+19 |
* | - Fix another fallout from the if_alloc() conversion: | ru | 2005-11-04 | 1 | -6/+6 |
* | Restore part of the code dropped in rev. 1.25 that makes sure ether_demux() | ru | 2005-11-03 | 1 | -0/+9 |
* | Fix several races between socket closure and node/hook | glebius | 2005-11-02 | 1 | -77/+97 |
* | Fix two races which happen when netgraph is restructuring: | glebius | 2005-11-02 | 1 | -8/+47 |
* | Rework the ng_item queueing on nodes: | glebius | 2005-11-02 | 2 | -124/+118 |
* | Normalize a significant number of kernel malloc type names: | rwatson | 2005-10-31 | 2 | -3/+3 |
* | Push the assignment of a new or updated so_qlimit from solisten() | rwatson | 2005-10-30 | 4 | -6/+6 |
* | Use variable-sized arrays where appropriate. | ru | 2005-10-28 | 5 | -7/+7 |
* | Do not manually allocate/free device's softc structure. | emax | 2005-10-26 | 1 | -14/+2 |
* | - Use swi_remove() to teardown swi handlers rather than | jhb | 2005-10-26 | 1 | -2/+2 |
* | Catch up with new interrupt handling code. | ru | 2005-10-26 | 1 | -3/+3 |
* | Make the cookie constant name canonical. | ru | 2005-10-25 | 1 | -1/+1 |
* | Use new (inline) functions for calls into driver. | phk | 2005-10-16 | 2 | -4/+2 |
* | In preparation for making the modules actually use opt_*.h files | yar | 2005-10-14 | 1 | -0/+6 |
* | Further clean up the bridge hooks in if_ethersubr.c and ng_ether.c | thompsa | 2005-10-14 | 1 | -17/+4 |
* | - When flushing node input queue, check whether item has a callback. If | glebius | 2005-10-13 | 1 | -0/+6 |
* | Clean up the if_bridge hooks a bit in if_ethersubr.c and ng_ether.c, move | thompsa | 2005-10-13 | 1 | -19/+0 |
* | After rev. 1.103 the oitem and ierror are no longer needed, remove them. | glebius | 2005-10-12 | 1 | -18/+4 |
* | Fix a regression introduced in rev. 1.107. If an item once had a writer | glebius | 2005-10-11 | 1 | -22/+28 |
* | Style and other fixes for the last commit. | glebius | 2005-10-11 | 1 | -7/+9 |
* | ALTQ support for ng_iface(4). Before turning on please consult manual page. | glebius | 2005-10-10 | 1 | -26/+68 |
* | In ngt_input(), do not derefer sc (= (sc_p) tp->t_lsc) before making | tanimura | 2005-10-08 | 1 | -2/+5 |
* | A deja vu of: | glebius | 2005-10-07 | 1 | -2/+41 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 1 | -4/+1 |
* | Fix comment | emax | 2005-09-22 | 1 | -1/+1 |
* | Finish last commit: actually remove compat methods from bt3c_pccard_methods | imp | 2005-09-22 | 1 | -7/+3 |
* | Remove broken OLDCARD compat shims. | imp | 2005-09-22 | 1 | -16/+4 |
* | Dej'a vu of revision 1.35 | glebius | 2005-09-19 | 1 | -1/+1 |
* | When message can't fit into socket receive buffer return ENOBUFS | glebius | 2005-09-12 | 1 | -2/+3 |
* | Remove ng_callout_init_mtx() macro. Mutexed callouts are incompatible | glebius | 2005-09-12 | 1 | -1/+0 |
* | Fix an item leak, that happens when some node calls ng_callout() two | glebius | 2005-09-08 | 1 | -2/+6 |
* | Rework locking, that I have introduced recently, since it was incorrect: | glebius | 2005-09-08 | 1 | -35/+54 |
* | Fix build. | glebius | 2005-09-06 | 1 | -1/+1 |
* | When we read data from socket buffer using soreceive() the socket layer | glebius | 2005-09-06 | 1 | -4/+13 |
* | In INVARIANTS case also check that nodes do not pass queues of mbufs | glebius | 2005-09-06 | 1 | -1/+5 |
* | Raise one more bit in READER_MASK. I believe that before this change | glebius | 2005-09-06 | 1 | -1/+1 |
* | Use non-debug macros inside debugging functions, to prevent | glebius | 2005-09-02 | 1 | -4/+4 |
* | Fix dangling callout problem in the Bluetooth L2CAP code that leads to | emax | 2005-08-31 | 3 | -5/+14 |