| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't use ovbcopy(). | Dag-Erling Smørgrav | 2003-04-04 | 2 | -2/+2 |
| * | Include correct opt_* headers for supported address families. Dike out | Jonathan Lemon | 2003-03-08 | 1 | -10/+5 |
| * | Fix a use-after-free bug that could cause multi-link fragment reassembly to | Archie Cobbs | 2003-03-05 | 1 | -2/+4 |
| * | Finish driving a stake through the heart of netns and the associated | Peter Wemm | 2003-03-05 | 4 | -9/+0 |
| * | Update netisr handling; Each SWI now registers its queue, and all queue | Jonathan Lemon | 2003-03-04 | 3 | -6/+50 |
| * | Gigacommit to improve device-driver source compatibility between | Poul-Henning Kamp | 2003-03-03 | 1 | -13/+8 |
| * | Add two loader tuneables that allow one to change the maximum number of | Hartmut Brandt | 2003-03-02 | 1 | -1/+11 |
| * | Some more updates for the new world order: | Bill Paul | 2003-02-26 | 1 | -24/+37 |
| * | Attempt to make the ng_fec module play nice with BPF again. Things have | Bill Paul | 2003-02-26 | 1 | -16/+6 |
| * | Introduce a new taskqueue that runs completely free of Giant, and in | Scott Long | 2003-02-26 | 3 | -7/+7 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 33 | -91/+91 |
| * | Take the rc4 code out of ng_mppc module so we don't fail to load when | Doug Ambrisko | 2003-02-05 | 1 | -0/+5 |
| * | Catch more uses of MIN(). | Alfred Perlstein | 2003-02-02 | 1 | -3/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 33 | -91/+91 |
| * | Bow to the whining masses and change a union back into void *. Retain | Matthew Dillon | 2003-01-13 | 1 | -1/+1 |
| * | Change struct file f_data to un_data, a union of the correct struct | Matthew Dillon | 2003-01-12 | 1 | -1/+1 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 3 | -5/+5 |
| * | Make ng_fec.c compile again since Sam's changes. | Julian Elischer | 2002-12-23 | 1 | -5/+8 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 3 | -0/+6 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 9 | -15/+15 |
| * | Fix two bugs: | Archie Cobbs | 2002-12-14 | 1 | -12/+27 |
| * | fixes for this driver: | Julian Elischer | 2002-11-26 | 1 | -2/+38 |
| * | The second try a committing the bluetooth code | Julian Elischer | 2002-11-20 | 50 | -0/+26141 |
| * | o track changes to ethernet input packet handling | Sam Leffler | 2002-11-14 | 3 | -96/+22 |
| * | Use intptr_t to fix various sizeof(int) != sizeof(void *) warnings. | John Baldwin | 2002-11-08 | 4 | -12/+12 |
| * | Use %z to print a size_t value. | John Baldwin | 2002-11-08 | 1 | -1/+1 |
| * | Slight redesign for fitting in with -current. | Julian Elischer | 2002-11-05 | 1 | -27/+50 |
| * | The easy part of converting the ng_source node to -current. | Julian Elischer | 2002-11-02 | 1 | -54/+50 |
| * | Whitespace fixes | Julian Elischer | 2002-11-02 | 1 | -47/+28 |
| * | ifnet_addrs doesn;t exist any more so use | Julian Elischer | 2002-11-01 | 1 | -3/+3 |
| * | Add the netgraph 'source' module. | Julian Elischer | 2002-10-31 | 2 | -0/+776 |
| * | Finally get around to committing Bill Paul's FEC netgraph nodes. | Julian Elischer | 2002-10-29 | 2 | -0/+1311 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-21 | 1 | -1/+1 |
| * | use __packed. | Alfred Perlstein | 2002-09-23 | 2 | -5/+5 |
| * | Reference the socket we're accepting. | Benno Rice | 2002-09-14 | 1 | -0/+2 |
| * | Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload | Archie Cobbs | 2002-09-14 | 1 | -1/+1 |
| * | Remember who asked for a connect or accept operation so we can actually tell | Benno Rice | 2002-09-11 | 1 | -2/+2 |
| * | Don't use "NULL" when "0" is really meant. | Archie Cobbs | 2002-08-22 | 8 | -18/+18 |
| * | New L2TP netgraph node type. | Archie Cobbs | 2002-08-20 | 2 | -0/+1640 |
| * | When declaring local variables in macros, always use "_name" instead | Archie Cobbs | 2002-08-20 | 1 | -33/+34 |
| * | Make the consumers of the linker_load_file() function use | Maxime Henrion | 2002-08-02 | 1 | -1/+1 |
| * | NUL terminate the ACNAME passed to userland. | Brian Somers | 2002-06-22 | 1 | -3/+4 |
| * | A node that creates a device entry in /dev (yay devfs) | Julian Elischer | 2002-06-18 | 2 | -0/+681 |
| * | if you have taken the mbuf out of the message object, then if you pass | Julian Elischer | 2002-06-09 | 1 | -1/+3 |
| * | Const'ify variables to make it clear we're not writing to the mbuf data. | Archie Cobbs | 2002-06-05 | 5 | -49/+53 |
| * | Fix bug where an mbuf was being written to without checking M_WRITABLE(). | Archie Cobbs | 2002-06-05 | 1 | -57/+24 |
| * | Fix bugs where mbuf data was being accessed without m_pullup(). | Archie Cobbs | 2002-06-05 | 1 | -7/+43 |
| * | Declare a variable sized array within a structure using [] rather than [0] | Alfred Perlstein | 2002-06-01 | 1 | -1/+1 |
| * | Fix GCC warnings caused by initializing a zero length array. In the process, | Archie Cobbs | 2002-05-31 | 33 | -257/+159 |
| * | Back out my lats commit of locking down a socket, it conflicts with hsu's work. | Seigo Tanimura | 2002-05-31 | 2 | -65/+11 |