summaryrefslogtreecommitdiffstats
path: root/sys/net/if_fddisubr.c
Commit message (Expand)AuthorAgeFilesLines
* - Use IFP2AC().mdodd2003-03-161-3/+39
* Use if_printf().mdodd2003-03-151-2/+1
* Update interface statistics after MAC and IFF_UP|IFF_RUNNING checks.mdodd2003-03-151-6/+6
* Reduce code differences.mdodd2003-03-151-9/+9
* - Remove definition of senderr() from iso88025.h.mdodd2003-03-151-1/+1
* Re-order and prune includes.mdodd2003-03-151-1/+2
* Formatting and whitespace changes.mdodd2003-03-151-9/+9
* Finish driving a stake through the heart of netns and the associatedpeter2003-03-051-17/+0
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-31/+21
* sizeof(struct llc) -> LLC_SNAPFRAMELENmdodd2003-03-031-2/+2
* Reduce code duplication. This adds the function rt_check() to route.c.mdodd2003-03-021-22/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* network interface and link layer changes:sam2002-11-151-9/+16
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* When a packet is sent via a FDDI interface, perform appropriate MACrwatson2002-10-201-0/+12
* Fix some harmless mis-indents.phk2002-10-011-1/+1
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-291-3/+10
* - Define fddibroadcastaddr in if_fddisubr.c.mdodd2002-03-291-0/+99
* - Use ifp->if_broadcastaddr when possible.mdodd2002-03-291-4/+2
* - Add a comment.mdodd2002-03-291-2/+4
* - Update interface statistics on error conditions.mdodd2002-03-291-13/+50
* - Whitespace changes.mdodd2002-03-291-8/+17
* Back a small part of the last patch.mdodd2002-03-291-3/+3
* - Simplify first arg of nd6_storelladdr().mdodd2002-03-291-15/+29
* - Use net/fddi.h rather than netinet/if_fddi.h.mdodd2002-03-291-21/+21
* Remove unnecessary LLC defines and use the standard ones.mdodd2002-03-291-16/+6
* - style(9) fixes for 'return'.mdodd2002-03-291-22/+21
* Un-ifdef.mdodd2002-03-291-37/+0
* De-register.mdodd2002-03-291-10/+10
* Fixed some style bugs in the removal of __P(()). The main ones werebde2002-03-241-1/+1
* Remove __P.alfred2002-03-191-2/+2
* bring in ARP support for variable length link level addressesfjoe2001-10-141-1/+2
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Do not perform arp send/resolve on an interface marked NOARP.jlemon2001-06-151-5/+2
* Plug several mbuf leaks in error cases (in nd6)bmilekic2001-03-111-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-1/+1
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-25/+3
* Make compilable. if_fddisubr.c depended on sys/malloc.h by myume2000-11-041-0/+1
* IPv6 was not work on FDDI.ume2000-11-011-0/+87
* Do not perform any opeartion with mbuf after it placed intobp2000-06-141-2/+2
* Just need to pass the address family to if_simloop(), not the whole sockaddr.archie2000-05-241-2/+2
* Clean up some loose ends in the network code, including the X.25 and ISOpeter2000-02-131-159/+0
* M_PREPEND-related cleanups (unregisterifying struct mbuf *s).green1999-12-191-3/+2
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-2/+22
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-5/+17
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-4/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
OpenPOWER on IntegriCloud