summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2011-07-09If ipv4+icmp6 or ipv6+icmp packets were embedded into an icmpAlexander Bluhm
2011-07-09sned BPDUs at prio 6, just like lacp and carp, ryan zinke mpfHenning Brauer
2011-07-09mark the mgmt pkts for queueing prio 6, mpf okHenning Brauer
2011-07-09honor the net.inet.udp.checksum setting.David Hill
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09begone, fucking rotten appletalk shit. ok roomHenning Brauer
2011-07-08ensure that we won't enter an endless loop while iterating overMike Belopuhov
2011-07-08Last part of pipex_{pppoe,l2tp,pptp}_input() are almost identical.YASUOKA Masahiko
2011-07-08surprisingly, we use pf as classifier for the new priority queueingHenning Brauer
2011-07-08new priority queueing implementation, extremely low overhead, thus fast.Henning Brauer
2011-07-08Include PIPEX in kernel by default. And add new sysctl variableYASUOKA Masahiko
2011-07-08Increase sdl_data so that more then IFNAMSIZ bytes are available.Claudio Jeker
2011-07-07We should not have any direct initialization of ifq structures.Ryan Thomas McBride
2011-07-07There were two loops in pf_setup_pdesc() and pf_normalize_ip6()Alexander Bluhm
2011-07-07use IF_LEN/IFQ_LEN to access and ifqueue's length field. ryan okHenning Brauer
2011-07-07provide IF_LEN and IFQ_LEN to access ifq_len on an ifqueue, ryan okHenning Brauer
2011-07-07Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libzTheo de Raadt
2011-07-07Fold pf_test_fragment() into pf_test_rule(), reduce code and fixesRyan Thomas McBride
2011-07-07another case of "clever" fiddling with ifq internals, just stumbled overHenning Brauer
2011-07-06ppp_ifstart unconditionally. depending on ALTQ for this is ridiculous.Henning Brauer
2011-07-06and make sppp_qflush a wrapper around IF_PURGE instead of handrollingHenning Brauer
2011-07-06use IF_IS_EMPTY istead of mucking if ifqueue internalsHenning Brauer
2011-07-06second trial: stop messing with ifq internals, this time use IF_IS_EMPTYHenning Brauer
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-07-05Explicitly reserve space for special ICMP6 headers in pf_hdrs, likeAlexander Bluhm
2011-07-05Instead of passing the ip header and mbuf to pf_reassemble(), lookupAlexander Bluhm
2011-07-05Revert henning's commit-n-run that broke the treePhilip Guenthe
2011-07-05IFQ_IS_EMPTY instead of fiddling with ifqueue internalsHenning Brauer
2011-07-052 cases of IFQ_IS_EMPTY instead of mucking with ifqueue internalsHenning Brauer
2011-07-05ifqueues in BSS don't need NULL init, especially not absolutely incorrectHenning Brauer
2011-07-05use IFQ_IS_EMPTY instead of fiddling with ifqueue internals - 3 casesHenning Brauer
2011-07-05add missing ifdefs for INET6; diff from form, ok henning, bluhm, claudioMike Belopuhov
2011-07-05now of course I only noticed if_qflush is completely unused afterHenning Brauer
2011-07-04Say no to hand-rolled m_adj(). It also kills three XXX.Claudio Jeker
2011-07-04remove compat_svr4 support. ok deraadtTed Unangst
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