summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2008-12-05add ethertype and tcpdump support for VLAN stacking (QinQ) withStuart Henderson
2008-12-01A bit more cleanup.Brad Smith
2008-11-30- Remove unused if_reset "bus reset routine" field in the ifnet struct.Brad Smith
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-26Avoid network livelock.Theo de Raadt
2008-11-26dont have bpf.h expose the kernel ticks variable wherever it is includeing.David Gwynne
2008-11-26provide m_clsetlwm, an interface for an interface to raise its lowDavid Gwynne
2008-11-25expect if_flags to have IFF_RUNNING rather than IFF_UP before modifyingDavid Gwynne
2008-11-25art says he doesnt suck anymore, so enable the really big clusterDavid Gwynne
2008-11-25Factor increases are not needed, +1 appears to work as well.Theo de Raadt
2008-11-25m_cluncount() needs to walk the mbuf chain to correctly uncount all clustersClaudio Jeker
2008-11-24Remove the IFF_OACTIVE dance in gif_start this is not needed because startClaudio Jeker
2008-11-24move MCLPOOLS to if.h and force uipc_mbuf.c to get if.h, there is noTheo de Raadt
2008-11-24Fix splasserts seen in pr 5987 by propagating a flag that discribesMike Belopuhov
2008-11-24add several backend pools to allocate mbufs clusters of various sizes outDavid Gwynne
2008-11-24Implement link-state tracking on the routing table. Routes to interfacesClaudio Jeker
2008-11-23softraid support for ata over ethernet (aoe). this includes a client andTed Unangst
2008-11-22Allow rt_msg1() to get a NULL as struct rt_addrinfo this simplifies a fewClaudio Jeker
2008-11-21Change rn_mpath_next() to be able to walk over the full multipath listClaudio Jeker
2008-11-16Make sure to increment the the output error counter ifBrad Smith
2008-11-10Clear ifindex2ifnet[] in if_detach() this is needed because link localClaudio Jeker
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-11-08Take into account that our ether_input() already strips theMarco Pfatschbacher
2008-11-07use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional ...Theo de Raadt
2008-11-07give this some /* CONSTCOND */ loveTheo de Raadt
2008-11-07Replace the number of bits to shift with EVL_PRIO_BITS in theBrad Smith
2008-11-06Introduced IPv6 support of uniform model for TTL handling.Michele Marchetto
2008-11-04Move the trunk port count check from trunk_lb_start() to trunk_start()Brad Smith
2008-11-01Introduced Uniform Model for TTL handling.Michele Marchetto
2008-10-30Fix building with !INET6 kernels.Brad Smith
2008-10-28Always skip "urpf-failed" test for IPv6 link local addresses.Marco Pfatschbacher
2008-10-28add support for multiple pflow(4) interfacesJoerg Goltermann
2008-10-28Remove return at the end of a void function.Brad Smith
2008-10-28In trunk_media_status() mark the interface as active if any ports areBrad Smith
2008-10-28In trunk_lb_start() port % count will never be greater thanBrad Smith
2008-10-28Feed IPv6 flow label to hash calculation.Brad Smith
2008-10-28Show the ACTIVE flag in ifconfig for the single interface that isBrad Smith
2008-10-28Added mpls_output() used to output mpls packets originating from local host.Michele Marchetto
2008-10-24Allow the debug printf code which is trying to retreive the interfaceBrad Smith
2008-10-23use the correct idiom for NFOO things which come from "foo.h" filesTheo de Raadt
2008-10-22#if INET => #ifdef INETMarco Pfatschbacher
2008-10-21add bpf/tcpdump support to pflow(4)Joerg Goltermann
2008-10-18Prevent the user to assign reserved labels to mpe(4) interfaces.Michele Marchetto
2008-10-16Switch the existing TX VLAN hardware support over to having theChristian Weisgerber
2008-10-16* Allow ether_input() and vlan_input() to handle incoming packetsChristian Weisgerber
2008-10-16Drop promiscuously received packets if the vlan interface is not inChristian Weisgerber
2008-10-16Make the session id unique per receiving interface so that pppoeCan Erkin Acar
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-14Now mpls_input() handles ipv4 and ipv6 explicit null labels.Michele Marchetto
2008-10-12Some more cleanup. No binary change.Marco Pfatschbacher