summaryrefslogtreecommitdiff
path: root/sys/net/if_fddisubr.c
AgeCommit message (Expand)Author
2013-03-28do not include machine/cpu.h from a .c file; it is the responsibility ofTheo de Raadt
2010-08-24legibility fixes:Bret Lambert
2010-05-07Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1Claudio Jeker
2010-05-01incomming -> incomingMichael Knudsen
2009-11-03rtables are stacked on rdomains (it is possible to have multiple routingClaudio Jeker
2009-07-08Add the same routing domain assignments and checks into the not so usedClaudio Jeker
2009-06-05Initial support for routing domains. This allows to bind interfaces toClaudio Jeker
2008-05-07enable tx mitigation when putting packets on the wire by switching fromDavid Gwynne
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-06-06remove remaining IPX hooks. all inside #ifdef IPX, so no actual changeHenning Brauer
2007-05-29now i get my hands dirty in here... from if_ethersubr.c:Henning Brauer
2006-12-07use LINK_STATE_IS_UP(ifp0->if_link_state) instead ofReyk Floeter
2006-06-16adjust functions dealing with the routing table to take a table ID asHenning Brauer
2006-03-04With the exception of two other small uncommited diffs this movesBrad Smith
2005-10-17make pf use one mbuf tag instead of 6 distinct ones. use a little structHenning Brauer
2005-06-08bye bye netns (and a few leftover DECNET bits while here)Henning Brauer
2005-06-07do not handle CCITT any longerHenning Brauer
2005-01-18Rewriting the lladdr can now be done without using mbuf tags.Marco Pfatschbacher
2004-12-19Make it possible for carp to work on fddi and token ring again.Ryan Thomas McBride
2004-12-10Rename carp_output() to carp_fix_lladdr().Ryan Thomas McBride
2004-12-09Remove shadow variable 'error'. From camield@Ryan Thomas McBride
2004-07-16remove netiso shitz, millert okHenning Brauer
2004-07-08Move carp_output() call to after mcopy of MAC address so the virtual addressRyan Thomas McBride
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-04-17add a congestion indicator to if_queue. It is set when the input queueHenning Brauer
2003-12-10de-register. deraadt okJun-ichiro itojun Hagino
2003-10-25"goto bad" on error with carp_input, instead of simply returning.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-08-18prevent looutput() feedback of broadcast/multicast packets if they areDaniel Hartmeier
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-14unifdef __FreeBSD__ and stuff. markus okJun-ichiro itojun Hagino
2003-01-07remove the altq classifier code which is replaced by pf and no longer used.Kenjiro Cho
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2001-12-18NRL license cleaningTheo de Raadt
2001-12-10use queue.h macros for TAILQ operationsJason Wright
2001-11-30unifdef OLDIP6OUTPUTJun-ichiro itojun Hagino
2001-06-27introduce the ALTQ queue macros into sys/net files.Kenjiro Cho
2001-06-15change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange.Jun-ichiro itojun Hagino
2001-05-28add BIOC[GS]HDRCMPLT ioctl for BPF, to disable overwriting of link level sour...Dug Song
2000-02-07fix include file path related to ip6.Jun-ichiro itojun Hagino
2000-01-11Remove unneeded loout call that uses ipx_thishost.Federico G. Schwindt
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-07-28Add LLC_SNAPFRAMELEN define. indent.Federico G. Schwindt
1999-01-08inet6 support; NRL/cmetzTheo de Raadt
1998-07-08Correct error in original cloning from if_ethersubr.c.ryker
1998-07-07DECNET is not DECENT. :-)ryker
1998-06-30Fix broken IPX so the kernel will compile.Bob Beck
1997-09-27undo previous AF_UNSPEC change. analyze two alternatives: AF_SOMETHINGNEW,Theo de Raadt
1997-07-27for AF_UNSPEC sockets, do not whack the ethernet address; this is what bpfTheo de Raadt
1997-07-24do not ignore IFF_NOARPTheo de Raadt