summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2008-10-11Make sure no two pppoe devices share the same sc_unique identifier. WhileMiod Vallat
2008-10-09Add fallback ioctl handlers for MTU and multicast to ether_ioctl().Brad Smith
2008-10-08Get rid of the second table entry pool (pfr_kentry_pl2); we're alreadyRyan Thomas McBride
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-10-02When redirect is used with sticky-address and a matching pass rule usesJoel Sing
2008-10-01Don't timeout_del() if we're going to do a timeout_add() right away.Michael Knudsen
2008-09-28Ansify function declarations for gif(4).Joel Sing
2008-09-28Teach PF pf_print_state_parts() about IPv4 in IP and IPv6 in IPJoel Sing
2008-09-22Reorder PFSTATE_PFLOW define:Marco Pfatschbacher
2008-09-17Solve m_free problem with a not correctly configured pflow interfaceJoerg Goltermann
2008-09-17fix whitespacesJoerg Goltermann
2008-09-17remove dead stores and newly created unused variables.Charles Longeau
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-09-16fix whitespace/tab typosJoerg Goltermann
2008-09-15Add RTP_MASK and RTP_DOWN needed for upcomming link state tracking.Claudio Jeker
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-09-10re-enable the state key linking. i believe the bugs that hit us shortlyHenning Brauer
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer
2008-09-03before linking state keys compare them to verify they actually are theHenning Brauer
2008-09-02remove dead stores and newly created unused variables.Charles Longeau
2008-08-28some style fixes.Brad Smith
2008-08-28Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe.Brad Smith
2008-08-28encode the speed and link state in the local port key.Reyk Floeter
2008-08-27Fix length check when parsing PPPoE discovery phase packets.Brad Smith
2008-08-26introduce a function to be called when addressing information has changed,Henning Brauer
2008-08-22Make pf_print_host() print IPv6 addresses correctly.Alexander Bluhm
2008-08-09turn an MFREE() into an m_free() and garbage collect anThordur I. Bjornsson
2008-08-07Remove workaround used for the 4.4 release. More route prio stuff is commingClaudio Jeker
2008-08-07account spanning tree frames in if_obytes and if_omcasts.Damien Bergamini