summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2011-07-04use mtod.David Hill
2011-07-04make sure RTM_IFINFO is sent when lo(4) handles SIOCSIFADDR; without thisStuart Henderson
2011-07-04Rename the pf_pdesc field rh_cnt to badopts as it is also used forAlexander Bluhm
2011-07-04IPv4 packets with IP options get dropped and no state is created.Alexander Bluhm
2011-07-04Bye bye pf_test6(). Only one pf_test function for both IPv4 and v6.Claudio Jeker
2011-07-04LINK_STATE cleanup. It is no longer needed to special case carp(4).Claudio Jeker
2011-07-04there's no way we can use just a single workq task here. one task for all pa...Ted Unangst
2011-07-03bring in least-states load balancing algorithmJoerg Zinke
2011-07-03In pf_setup_pdesc() the code for analysing TCP and UDP headers wasAlexander Bluhm
2011-07-03IFQ_CLASSIFY is also just schrapnelHenning Brauer
2011-07-03no traces of ALTQ_DECL to be found anywhere, thus kill the #definesHenning Brauer
2011-07-03reduce kernel compile time dramaticallyHenning Brauer
2011-07-03garbage collect unused parameter to PFLOG_PACKETHenning Brauer
2011-07-03Refactor the fragment handling in pf_setup_pdesc() so that AF_INETClaudio Jeker
2011-07-03LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state.Claudio Jeker
2011-07-02kqueue attach functions should return an errno or 0, not a plain 1. FixNicholas Marriott
2011-07-01The pf_headers union may also contain a mld_hdr or nd_neighbor_solicitAlexander Bluhm
2011-06-29always set sppp auth secret, as other code assumes it.Ted Unangst
2011-06-23Set pd->af very early in pf_setup_pdesc() since the AF is used inClaudio Jeker
2011-06-21There is no need to handle fragmented TCP reset packets in a specialAlexander Bluhm
2011-06-20More cleanup in pf_test/pf_test6 this time mostly the fragmentClaudio Jeker
2011-06-18pass the correct size to memsetJonathan Gray
2011-06-14KNF (no change in .o files)Ryan Thomas McBride
2011-06-02When checking to see if a rule is referenced by any source-tracking nodes,Stuart Henderson
2011-06-02Don't destroy a non-persistent table if referenced by src_nodes. FixesStuart Henderson
2011-05-25Don't do last minute changes to diffs. Revert the argument change toClaudio Jeker
2011-05-24Merge pf_scrub_ip() and pf_scrub_ip6() into a single function. CallClaudio Jeker
2011-05-22Do not pass AF specific information to pf_test_rule() and PFLOG_PACKET()Claudio Jeker
2011-05-20Change 'set skip on <...>' to work with interface groups.Stuart Henderson
2011-05-17exclude link local address from the dynamic interface address poolMike Belopuhov
2011-05-16bring back r1.189, but keep doing the ip csum unconditionally for now untilHenning Brauer
2011-05-13Revert the pf->socket linking diff.Owain Ainsworth
2011-05-10when undeferring a packet, try to timeout_del first to check if youDavid Gwynne
2011-05-04Collapse m_pullup and m_pullup2 into a single function, as they'reBret Lambert
2011-04-29Why precompute the route for the gre tunnel when ip_output can doClaudio Jeker
2011-04-24Double link between pf states and sockets. Henning has alreadyAlexander Bluhm
2011-04-23pf_scrub_ip() does not modify the given mbuf pointer. So don'tAlexander Bluhm
2011-04-22pf_pooladdr_pl does not exist anymore. Remove its extern declaration.Alexander Bluhm
2011-04-19Fix potential null dereference.Charles Longeau
2011-04-17in_ifinit() is not prepared to be called from interrupt context so addStefan Sperling
2011-04-14knf. remove extra spaces and wrap long lines.David Gwynne
2011-04-13export udpencap state of SA to userland; unbreaks sasyncd(8) with NAT/T.Markus Friedl
2011-04-12put the accepted socket of a diverted connection into the routing domainMike Belopuhov
2011-04-10Revert Rev. 1.189. The delayed ip checksum calculation causes problemsClaudio Jeker
2011-04-08Fix a 64-bit arithmetic bug I stumbled upon while investigating ourMatthew Dempsky
2011-04-07Correctly initialize local variables in pf_check_proto_cksum(), even forMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2011-04-06Allow PF to filter on the rdomain a packet belongs to. This allows toClaudio Jeker
2011-04-05in pf_check_proto_cksum, consider packets with the CSUM_OUT flags setHenning Brauer
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer