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