| Commit message (Expand) | Author | Age | Files | Lines |
* | KASSERT that NG_MKMESSAGE() is not called with mbuf flags. | phk | 2003-04-18 | 1 | -0/+4 |
* | Introduce an M_ASSERTPKTHDR() macro which performs the very common task | des | 2003-04-08 | 3 | -7/+4 |
* | Don't use ovbcopy(). | des | 2003-04-04 | 2 | -2/+2 |
* | Include correct opt_* headers for supported address families. Dike out | jlemon | 2003-03-08 | 1 | -10/+5 |
* | Fix a use-after-free bug that could cause multi-link fragment reassembly to | archie | 2003-03-05 | 1 | -2/+4 |
* | Finish driving a stake through the heart of netns and the associated | peter | 2003-03-05 | 4 | -9/+0 |
* | Update netisr handling; Each SWI now registers its queue, and all queue | jlemon | 2003-03-04 | 3 | -6/+50 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Add two loader tuneables that allow one to change the maximum number of | harti | 2003-03-02 | 1 | -1/+11 |
* | Some more updates for the new world order: | wpaul | 2003-02-26 | 1 | -24/+37 |
* | Attempt to make the ng_fec module play nice with BPF again. Things have | wpaul | 2003-02-26 | 1 | -16/+6 |
* | Introduce a new taskqueue that runs completely free of Giant, and in | scottl | 2003-02-26 | 3 | -7/+7 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 33 | -91/+91 |
* | Take the rc4 code out of ng_mppc module so we don't fail to load when | ambrisko | 2003-02-05 | 1 | -0/+5 |
* | Catch more uses of MIN(). | alfred | 2003-02-02 | 1 | -3/+0 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 33 | -91/+91 |
* | Bow to the whining masses and change a union back into void *. Retain | dillon | 2003-01-13 | 1 | -1/+1 |
* | Change struct file f_data to un_data, a union of the correct struct | dillon | 2003-01-12 | 1 | -1/+1 |
* | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | schweikh | 2003-01-01 | 3 | -5/+5 |
* | Make ng_fec.c compile again since Sam's changes. | julian | 2002-12-23 | 1 | -5/+8 |
* | SMP locking for ifnet list. | hsu | 2002-12-22 | 3 | -0/+6 |
* | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | bmilekic | 2002-12-19 | 9 | -15/+15 |
* | Fix two bugs: | archie | 2002-12-14 | 1 | -12/+27 |
* | fixes for this driver: | julian | 2002-11-26 | 1 | -2/+38 |
* | The second try a committing the bluetooth code | julian | 2002-11-20 | 50 | -0/+26141 |
* | o track changes to ethernet input packet handling | sam | 2002-11-14 | 3 | -96/+22 |
* | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | jhb | 2002-11-08 | 4 | -12/+12 |
* | Use %z to print a size_t value. | jhb | 2002-11-08 | 1 | -1/+1 |
* | Slight redesign for fitting in with -current. | julian | 2002-11-05 | 1 | -27/+50 |
* | The easy part of converting the ng_source node to -current. | julian | 2002-11-02 | 1 | -54/+50 |
* | Whitespace fixes | julian | 2002-11-02 | 1 | -47/+28 |
* | ifnet_addrs doesn;t exist any more so use | julian | 2002-11-01 | 1 | -3/+3 |
* | Add the netgraph 'source' module. | julian | 2002-10-31 | 2 | -0/+776 |
* | Finally get around to committing Bill Paul's FEC netgraph nodes. | julian | 2002-10-29 | 2 | -0/+1311 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-21 | 1 | -1/+1 |
* | use __packed. | alfred | 2002-09-23 | 2 | -5/+5 |
* | Reference the socket we're accepting. | benno | 2002-09-14 | 1 | -0/+2 |
* | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | archie | 2002-09-14 | 1 | -1/+1 |
* | 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 | 8 | -18/+18 |
* | New L2TP netgraph node type. | archie | 2002-08-20 | 2 | -0/+1640 |
* | When declaring local variables in macros, always use "_name" instead | archie | 2002-08-20 | 1 | -33/+34 |
* | Make the consumers of the linker_load_file() function use | mux | 2002-08-02 | 1 | -1/+1 |
* | NUL terminate the ACNAME passed to userland. | brian | 2002-06-22 | 1 | -3/+4 |
* | A node that creates a device entry in /dev (yay devfs) | julian | 2002-06-18 | 2 | -0/+681 |
* | if you have taken the mbuf out of the message object, then if you pass | julian | 2002-06-09 | 1 | -1/+3 |
* | Const'ify variables to make it clear we're not writing to the mbuf data. | archie | 2002-06-05 | 5 | -49/+53 |
* | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | archie | 2002-06-05 | 1 | -57/+24 |
* | Fix bugs where mbuf data was being accessed without m_pullup(). | archie | 2002-06-05 | 1 | -7/+43 |
* | Declare a variable sized array within a structure using [] rather than [0] | alfred | 2002-06-01 | 1 | -1/+1 |