summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
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
2008-08-07do not touch m after IFQ_ENQUEUE()+if_start().Damien Bergamini
2008-08-06fix trunk breakage that sneaked in with the lacp diff:Reyk Floeter
2008-08-04do not count ethernet header twice in if_obytes stats.Damien Bergamini
2008-08-02do not write the pf state key pointer to the pkhdr.Henning Brauer
2008-08-01force route priority to RTP_DEFAULT unconditionally, effectively disablingHenning Brauer
2008-07-30Prevent a divide by zero panic if trunkproto loadbalance isMarco Pfatschbacher
2008-07-28Align the route message length to the next natural boundary via ALIGN() toClaudio Jeker
2008-07-28Fix the tracking of RTF_MPATH. Until now the magic happend on the first routeClaudio Jeker
2008-07-22after pf_state_key_atach nothing must use the state keys passed to it anyHenning Brauer
2008-07-21some whitespace cleanup I did while looking through the codeDavid Krause
2008-07-21fix typo that broke rdr rules (without pass) with non-TCP/UDP/ICMP protocolsDavid Krause
2008-07-14m_copy can return NULL, so check for itHenning Brauer
2008-07-10check pf NAT source port allocation against net.inet.(tcp|udp).baddynamicDamien Miller
2008-07-10In pf_state_insert(), if the first pf_state_key_attach() fails, theDavid Krause
2008-07-05in pf_state_key_attach(), when there is already an existing state key thatDavid Krause
2008-07-04in pf_state_key_attach(), when we find that there already is a state keyHenning Brauer
2008-07-04remove prototype for nonexistant functionHenning Brauer
2008-07-03link pf state keys to tcp pcbs and vice versa.Henning Brauer
2008-07-01Don't return immediately if we're actually passing the traffic, we want toRyan Thomas McBride
2008-07-01PF_DT_SKIP_STATETREE is no longer used.Ryan Thomas McBride
2008-06-29this stupid per-arch SIZEOF_BPF_HDR define is really really stupid, butTheo de Raadt
2008-06-29Simplify state creation code; merge state import/export code between pfsyncRyan Thomas McBride
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-26Fix sticky-address on rdr; With the current nat code, we always use the sameRyan Thomas McBride