| Commit message (Expand) | Author | Age | Files | Lines |
| * | don't reference a pkthdr after M_MOVE_PKTHDR has "remove it"; instead | Sam Leffler | 2003-01-06 | 1 | -2/+2 |
| * | Fix alignment problems -- the embedded v4 address is guaranteed to | Bill Fenner | 2003-01-05 | 1 | -15/+17 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 2 | -3/+3 |
| * | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt | 2002-12-30 | 1 | -1/+1 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -10/+10 |
| * | Remove cdevw_add() calls, they are deprecated. | Poul-Henning Kamp | 2002-12-28 | 1 | -1/+0 |
| * | Remove useless local variable from raw_input(). | Kelly Yancey | 2002-12-28 | 1 | -3/+0 |
| * | Oops, I misread the purpose of the NULL check in EH_RESTORE() in | Ian Dowse | 2002-12-27 | 1 | -2/+3 |
| * | Fix a bug introduced by revision 1.59 that would cause an immediate | Ian Dowse | 2002-12-27 | 1 | -1/+1 |
| * | Long chain of calls starting with bridge_on(), going through IPv6, and | Jeffrey Hsu | 2002-12-27 | 1 | -1/+2 |
| * | Disable radix node locking for sysctl until we fix the sysctl infrastructure | Jeffrey Hsu | 2002-12-26 | 1 | -5/+5 |
| * | Typo in function name. | Ruslan Ermilov | 2002-12-25 | 1 | -4/+4 |
| * | I'm not sure what was the problem at the time of revision 1.37 | Ruslan Ermilov | 2002-12-25 | 1 | -11/+0 |
| * | Range-check the address family parameter passed in to the sysctl handler. | Jeffrey Hsu | 2002-12-25 | 1 | -0/+2 |
| * | Revision 1.67 changes correspond to CSRG revision 8.3.1.1 changes. | Ruslan Ermilov | 2002-12-25 | 1 | -1/+1 |
| * | If the caller of rtrequest*(RTM_DELETE, ...) asked for a copy of | Ruslan Ermilov | 2002-12-25 | 2 | -19/+6 |
| * | A month after pst@ has committed his revision 1.8, it was | Ruslan Ermilov | 2002-12-25 | 1 | -3/+6 |
| * | SMP locking for radix nodes. | Jeffrey Hsu | 2002-12-24 | 5 | -17/+66 |
| * | rn_walktree*() compute the next leaf before applying a function | Ruslan Ermilov | 2002-12-23 | 1 | -4/+7 |
| * | SMP locking for ifnet list. | Jeffrey Hsu | 2002-12-22 | 5 | -13/+58 |
| * | Swap the order of a free and a use of an ifaddr structure. | Jeffrey Hsu | 2002-12-20 | 1 | -1/+1 |
| * | o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} and | Bosko Milekic | 2002-12-19 | 6 | -11/+10 |
| * | Under some circumstances, the loopback interface will allocate a new | Robert Watson | 2002-12-18 | 1 | -0/+10 |
| * | Switch to the conventional reference counting scheme. | Jeffrey Hsu | 2002-12-18 | 1 | -15/+15 |
| * | Lock up ifaddr reference counts. | Jeffrey Hsu | 2002-12-18 | 5 | -40/+45 |
| * | MFS: recognize gre packets used in the WCCP protocol. | Maxim Sobolev | 2002-12-07 | 1 | -0/+7 |
| * | Move fw_one_pass from ip_fw2.c to ip_input.c so that neither | Luigi Rizzo | 2002-11-20 | 1 | -1/+1 |
| * | Back out some style changes. They are not urgent, | Luigi Rizzo | 2002-11-20 | 2 | -21/+35 |
| * | correct function declarations of stubs used for building w/o device bpf | Sam Leffler | 2002-11-19 | 1 | -4/+4 |
| * | Replace m_copy() with m_copypacket() where applicable. | Luigi Rizzo | 2002-11-17 | 1 | -24/+16 |
| * | Fix function headers, remove 'register' from variable declarations. | Luigi Rizzo | 2002-11-17 | 1 | -11/+5 |
| * | Massive cleanup of the ip_mroute code. | Luigi Rizzo | 2002-11-15 | 1 | -1/+1 |
| * | Back out rev 1.150; things are more complicated than this. | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
| * | if_attach should not sleep; change malloc's M_WAITOK to M_NOWAIT | Sam Leffler | 2002-11-15 | 1 | -1/+1 |
| * | network interface and link layer changes: | Sam Leffler | 2002-11-15 | 16 | -78/+58 |
| * | track changes to ethernet input handling to no longer strip the Ethernet header | Sam Leffler | 2002-11-14 | 1 | -48/+55 |
| * | o eliminate separate callback interface for h/w tagged input packets; instead | Sam Leffler | 2002-11-14 | 2 | -162/+300 |
| * | o add if_nvlans member to track the number of vlans active on an interface | Sam Leffler | 2002-11-14 | 1 | -9/+3 |
| * | o change input packet handling to eliminate the pointer to the struct | Sam Leffler | 2002-11-14 | 1 | -185/+263 |
| * | general cleanups mostly aimed at improving portability of drivers | Sam Leffler | 2002-11-14 | 1 | -43/+38 |
| * | o add support for multiple link types per interface (e.g. 802.11 and Ethernet) | Sam Leffler | 2002-11-14 | 3 | -27/+53 |
| * | o add IF_*bps macros for netbsd compatibility | Sam Leffler | 2002-11-14 | 1 | -0/+11 |
| * | Fix instances of macros with improperly parenthasized arguments. | Alfred Perlstein | 2002-11-09 | 2 | -15/+15 |
| * | Add a cast to quiet a warning. | John Baldwin | 2002-11-07 | 1 | -1/+1 |
| * | Don't check IFF_RUNNING in previous change. | Hidetoshi Shimokawa | 2002-10-25 | 1 | -2/+2 |
| * | Don't send/recieve packets when the interface is down. | Hidetoshi Shimokawa | 2002-10-23 | 1 | -0/+9 |
| * | Use if_printf(ifp, "blah") instead of printf("ppp%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-21 | 1 | -15/+13 |
| * | Use if_printf(ifp, "blah") instead of printf("vlan%d: blah", ifp->if_unit). | Brooks Davis | 2002-10-21 | 1 | -2/+2 |
| * | Use if_printf(ifp, "blah") instead of printf("sl%d: blah", sc->sc_if.if_unit). | Brooks Davis | 2002-10-21 | 1 | -2/+1 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-21 | 5 | -10/+5 |