| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove __P. | alfred | 2002-03-19 | 1 | -2/+2 |
* | Remove useless initialization to 0 of a couple of global variables. | luigi | 2002-02-15 | 1 | -2/+2 |
* | It turns out that when a broadcast packet is looped back, the checksums | jesper | 2002-01-11 | 1 | -0/+13 |
* | minor style fix. | jlemon | 2001-12-14 | 1 | -0/+1 |
* | Moved the updating of if_ibytes from ether_demux() to ether_input() to fix | dg | 2001-12-14 | 1 | -1/+2 |
* | Update to C99, s/__FUNCTION__/__func__/, | obrien | 2001-12-10 | 1 | -1/+1 |
* | Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from the | brooks | 2001-12-03 | 1 | -1/+1 |
* | MFS: sync the ipfw/dummynet/bridge code with the one recently merged | luigi | 2001-11-04 | 1 | -7/+7 |
* | bring in ARP support for variable length link level addresses | fjoe | 2001-10-14 | 1 | -2/+3 |
* | Set if_type and if_addrlen before calling if_attach(), so the values are | jlemon | 2001-10-11 | 1 | -1/+1 |
* | Make it so dummynet and bridge can be loaded as modules. | ps | 2001-10-05 | 1 | -24/+18 |
* | Remove/comment tokens after #endif (#endif NETATALK) | peter | 2001-09-10 | 1 | -2/+2 |
* | Wrap array accesses in macros, which also happen to be lvalues: | jlemon | 2001-09-06 | 1 | -1/+1 |
* | Make vlan(4) loadable, unloadable, and clonable. As a side effect, | brooks | 2001-09-05 | 1 | -13/+7 |
* | Do not perform arp send/resolve on an interface marked NOARP. | jlemon | 2001-06-15 | 1 | -0/+5 |
* | Get IP multicast working on VLAN devices: | fenner | 2001-05-02 | 1 | -6/+2 |
* | Plug several mbuf leaks in error cases (in nd6) | bmilekic | 2001-03-11 | 1 | -2/+1 |
* | Insert entropy harvesting calls for network traffic. By | markm | 2001-02-18 | 1 | -0/+4 |
* | Sync with the bridge/dummynet/ipfw code already tested in stable. | luigi | 2001-02-10 | 1 | -6/+1 |
* | When we receive an incoming Ethernet frame that was unicast to a | archie | 2001-02-08 | 1 | -10/+14 |
* | MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately) | luigi | 2001-02-02 | 1 | -10/+23 |
* | Comment the interface to ether_input() and the way is normally | luigi | 2001-01-25 | 1 | -0/+9 |
* | * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT. | bmilekic | 2000-12-21 | 1 | -2/+2 |
* | Remove unused variable, spl() manipulation isn't done for the ifq now. | jlemon | 2000-11-25 | 1 | -1/+0 |
* | Lock down the network interface queues. The queue mutex must be obtained | jlemon | 2000-11-25 | 1 | -31/+7 |
* | Properly setup link level header length for 802.2 and SNAP frames. | bp | 2000-09-30 | 1 | -2/+2 |
* | Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbuf | bmilekic | 2000-09-24 | 1 | -1/+9 |
* | Make the bridge_refresh operation automatic when ethernet interfaces | nsayer | 2000-07-29 | 1 | -0/+6 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -5/+21 |
* | repair IPV6_JOIN_GROUP to IPv6 all multi. | itojun | 2000-07-09 | 1 | -0/+10 |
* | sync with kame tree as of july00. tons of bug fixes/improvements. | itojun | 2000-07-04 | 1 | -4/+0 |
* | Fix kernel build breakage when 'device ether' was not included. | archie | 2000-06-29 | 1 | -11/+0 |
* | Make the ng_ether(4) node type dynamically loadable like the rest. | archie | 2000-06-26 | 1 | -422/+96 |
* | Do not perform any opeartion with mbuf after it placed into | bp | 2000-06-14 | 1 | -5/+5 |
* | Just need to pass the address family to if_simloop(), not the whole sockaddr. | archie | 2000-05-24 | 1 | -2/+2 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -8/+61 |
* | OOps forgot to check in this one... | julian | 2000-04-28 | 1 | -3/+4 |
* | Fix support for 802.2 and SNAP frames. Bug was introduced during | bp | 2000-04-27 | 1 | -6/+4 |
* | Clean up some loose ends in the network code, including the X.25 and ISO | peter | 2000-02-13 | 1 | -171/+4 |
* | M_PREPEND-related cleanups (unregisterifying struct mbuf *s). | green | 1999-12-19 | 1 | -3/+2 |
* | Bring up an if_ef driver which allows support for four ethernet | bp | 1999-12-13 | 1 | -1/+17 |
* | udp IPv6 support, IPv6/IPv4 tunneling support in kernel, | shin | 1999-12-07 | 1 | -0/+1 |
* | Add two new generic control messages, NGM_ASCII2BINARY and | archie | 1999-11-30 | 1 | -1/+2 |
* | KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCP | shin | 1999-11-22 | 1 | -22/+68 |
* | YUCK! | julian | 1999-11-15 | 1 | -2/+2 |
* | Fix screwup on synthesising incoming ethernet header in Netgraph mode. | julian | 1999-11-14 | 1 | -2/+3 |
* | Oops forgot to put the source MAC address on outgoing packets! | julian | 1999-11-11 | 1 | -1/+3 |
* | Use typedefs for node methods. | julian | 1999-11-01 | 1 | -9/+7 |
* | Minor hack in the netgraph interface to ethernets. | julian | 1999-10-26 | 1 | -11/+60 |
* | Whistle's Netgraph link-layer (sometimes more) networking infrastructure. | julian | 1999-10-21 | 1 | -0/+349 |