aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of incorrect m_free() vs. m_freem() usages and related issues.Luigi Rizzo2002-04-041-1/+8
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-1/+1
* Remove __P.Alfred Perlstein2002-03-191-2/+2
* Remove useless initialization to 0 of a couple of global variables.Luigi Rizzo2002-02-151-2/+2
* It turns out that when a broadcast packet is looped back, the checksumsJesper Skriver2002-01-111-0/+13
* minor style fix.Jonathan Lemon2001-12-141-0/+1
* Moved the updating of if_ibytes from ether_demux() to ether_input() to fixDavid Greenman2001-12-141-1/+2
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Don't pass an interface pointer to VLAN_INPUT{,_TAG}. Get it from theBrooks Davis2001-12-031-1/+1
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-7/+7
* bring in ARP support for variable length link level addressesMax Khon2001-10-141-2/+3
* Set if_type and if_addrlen before calling if_attach(), so the values areJonathan Lemon2001-10-111-1/+1
* Make it so dummynet and bridge can be loaded as modules.Paul Saab2001-10-051-24/+18
* Remove/comment tokens after #endif (#endif NETATALK)Peter Wemm2001-09-101-2/+2
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Make vlan(4) loadable, unloadable, and clonable. As a side effect,Brooks Davis2001-09-051-13/+7
* Do not perform arp send/resolve on an interface marked NOARP.Jonathan Lemon2001-06-151-0/+5
* Get IP multicast working on VLAN devices:Bill Fenner2001-05-021-6/+2
* Plug several mbuf leaks in error cases (in nd6)Bosko Milekic2001-03-111-2/+1
* Insert entropy harvesting calls for network traffic. ByMark Murray2001-02-181-0/+4
* Sync with the bridge/dummynet/ipfw code already tested in stable.Luigi Rizzo2001-02-101-6/+1
* When we receive an incoming Ethernet frame that was unicast to aArchie Cobbs2001-02-081-10/+14
* MFS: bridge/ipfw/dummynet fixes (bridge.c will be committed separately)Luigi Rizzo2001-02-021-10/+23
* Comment the interface to ether_input() and the way is normallyLuigi Rizzo2001-01-251-0/+9
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.Bosko Milekic2000-12-211-2/+2
* Remove unused variable, spl() manipulation isn't done for the ifq now.Jonathan Lemon2000-11-251-1/+0
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-31/+7
* Properly setup link level header length for 802.2 and SNAP frames.Boris Popov2000-09-301-2/+2
* Get rid of a panic that occurs in ether_demux() by dereferencing a NULL mbufBosko Milekic2000-09-241-1/+9
* Make the bridge_refresh operation automatic when ethernet interfacesNick Sayer2000-07-291-0/+6
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-5/+21
* repair IPV6_JOIN_GROUP to IPv6 all multi.Jun-ichiro itojun Hagino2000-07-091-0/+10
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-4/+0
* Fix kernel build breakage when 'device ether' was not included.Archie Cobbs2000-06-291-11/+0
* Make the ng_ether(4) node type dynamically loadable like the rest.Archie Cobbs2000-06-261-422/+96
* Do not perform any opeartion with mbuf after it placed intoBoris Popov2000-06-141-5/+5
* Just need to pass the address family to if_simloop(), not the whole sockaddr.Archie Cobbs2000-05-241-2/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-8/+61
* OOps forgot to check in this one...Julian Elischer2000-04-281-3/+4
* Fix support for 802.2 and SNAP frames. Bug was introduced duringBoris Popov2000-04-271-6/+4
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-171/+4
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).Brian Feldman1999-12-191-3/+2
* Bring up an if_ef driver which allows support for four ethernetBoris Popov1999-12-131-1/+17
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+1
* Add two new generic control messages, NGM_ASCII2BINARY andArchie Cobbs1999-11-301-1/+2
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-22/+68
* YUCK!Julian Elischer1999-11-151-2/+2
* Fix screwup on synthesising incoming ethernet header in Netgraph mode.Julian Elischer1999-11-141-2/+3
* Oops forgot to put the source MAC address on outgoing packets!Julian Elischer1999-11-111-1/+3
* Use typedefs for node methods.Julian Elischer1999-11-011-9/+7