summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2005-09-14correctly set IFF_RUNNING flag after device state changes.Reyk Floeter
2005-09-11when adding any IP addresses make sure to UP the interface.Brad Smith
2005-09-10update the trunk(4) driverReyk Floeter
2005-09-05in DIOCCHANGERULE, properly initialize table, if used in NAT rule.Daniel Hartmeier
2005-08-22when nat'ing icmp 'connections', replace icmp id with proxy valuesDaniel Hartmeier
2005-08-22fix rdr to bitmask replacement address pool. patch from Max Laier,Daniel Hartmeier
2005-08-18Malloc temporary buffers in pfioctl rather than having several largeChristopher Pascoe
2005-08-18Rearrange pf_state and pfi_kif so that the parts of the structure neededChristopher Pascoe
2005-08-16Only send the PFSS_TIMESTAMP timestamp bit across the wire, in case weChristopher Pascoe
2005-08-16Synchronise timestamp modulation and scrubbing min ttl information.Christopher Pascoe
2005-08-14don't require a valid route when configuring the tunnel;Markus Friedl
2005-08-13Partial backout of previous revision, reinstates the ability to propagateChristopher Pascoe
2005-08-12Use actual packet contents when sending protocol rejects. Fixes PR 4305.Can Erkin Acar
2005-08-12Fill out interface name and state creation time correctly inChristopher Pascoe
2005-08-11Remove bogus debug printf().Ryan Thomas McBride
2005-08-11Only decrement the max-src-conn counter for tcp connections that reachedJoel Knight
2005-08-10kill spaces OK deraadt@Claudio Jeker
2005-08-10Add an additional media subtype IFM_TDM_E1_G704_CRC4 for TDM interfaces.Claudio Jeker
2005-08-07Do not blindly reset the state count to zero after a clear, as we may notChristopher Pascoe
2005-08-07verify ticket in DIOCADDADDR, from Boris Polevoy, ok deraadt@Daniel Hartmeier
2005-08-07Reset kif->pfik_ifp to NULL before calling pfi_kif_unref(), similar changeChristopher Pascoe
2005-08-06correct some spellosChristopher Pascoe
2005-08-05make three functions non-static (namespace is no issue, they might getDaniel Hartmeier
2005-08-04instead of static locals, malloc/free. the goal is to reduce stack usage,Daniel Hartmeier
2005-08-03prevent unaligned memory access when processing LCP echo packets,Can Erkin Acar
2005-08-03Do not send "deletion" messages for states created by other pfsync peers whenChristopher Pascoe
2005-08-03Eliminate another case where pool routines are called without process context.Christopher Pascoe
2005-08-03use flag macro instead of constantChristopher Pascoe
2005-08-02pass the AF in network byte order to bpfMarkus Friedl
2005-08-02Instead of copying a table structure so we can mask off a bit beforeChristopher Pascoe
2005-08-01Minor whitespace cleanup.Christopher Pascoe
2005-08-01Use a string directly rather than making a copy, save on stack space.Christopher Pascoe
2005-07-31Perform pf state/rule/table expiry in a kernel thread instead of runningChristopher Pascoe
2005-07-31Missed argument in previous commit, applied separately to ease merges.Christopher Pascoe
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-07-31Change the API for icmp_do_error so that it takes the mtu directly, ratherChristopher Pascoe
2005-07-29Use one "struct pf_state key" declaration at top of pf_test_state_icmp,Christopher Pascoe
2005-07-28rev 1.18Brad Smith
2005-07-26Add missing newline to error message.Christopher Pascoe
2005-07-21account ipv4 packets with wrong tcp/udp/icmp checksums and udpMarkus Friedl
2005-07-20need to reset kif->pfik_group to NULL before calling pfi_kif_unref() so it canHenning Brauer
2005-07-19Remove vlan_input_tag() since all four drivers that used it have beenCamiel Dobbelaar
2005-07-18Use M_PREPEND to take advantage of any slack leading space in the mbuf.Camiel Dobbelaar
2005-07-12default mtu to no more than ETHERMTU to avoid fragmentation; henning@ okMichael Shalayeff
2005-07-11add missing {} around TAILQ_FOREACH block, found by David HillDaniel Hartmeier
2005-07-09ANSI protosBrad Smith
2005-07-05- prototype must not have variable name.Brad Smith
2005-07-04in if_group_routechange(), when checking wether a default route was changedHenning Brauer
2005-07-04restrict the tcp.finwait timeout (45s) to state combinations where we haveMarkus Friedl
2005-07-03rev 1.13Brad Smith