]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Don't set the IFF_PROMISC bit when in hostap mode like the previous
[FreeBSD/FreeBSD.git] / sys / netinet /
2002-08-01 rwatsonDocument the undocumented assumption that at least...
2002-08-01 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-31 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 rwatsonIntroduce support for Mandatory Access Control and...
2002-07-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-30 nectarThis commit was generated by cvs2svn to compensate...
2002-07-29 maximUse a common way to release locks before exit.
2002-07-28 truckmanWire the sysctl output buffer before grabbing any locks...
2002-07-28 fennerThis commit was generated by cvs2svn to compensate...
2002-07-25 umemake setsockopt(IPV6_V6ONLY, 0) actuall work for tcp6.
2002-07-25 umecleanup usage of ip6_mapped_addr_on and ip6_v6only...
2002-07-24 mpThis commit was generated by cvs2svn to compensate...
2002-07-24 luigiOnly log things net.inet.ip.fw.verbose is set
2002-07-23 ruDon't forget to recalculate the IP checksum of the...
2002-07-22 ruDon't shrink socket buffers in tcp_mss(), application...
2002-07-22 ruThis commit was generated by cvs2svn to compensate...
2002-07-22 umedo not refer to IN6P_BINDV6ONLY anymore.
2002-07-22 bpThis commit was generated by cvs2svn to compensate...
2002-07-20 jdpFix overflows in intermediate calculations in sysctl_ms...
2002-07-20 rwatsonDon't export 'struct ipq' from kernel, instead #ifdef...
2002-07-19 dillonAdd the tcps_sndrexmitbad statistic, keep track of...
2002-07-19 markmThis commit was generated by cvs2svn to compensate...
2002-07-18 dillonIntroduce two new sysctl's:
2002-07-18 luigiMove IPFW2 definition before including ip_fw.h
2002-07-17 dillonI don't know how the minimum retransmit timeout managed...
2002-07-17 luigiFix a panic when doing "ipfw add pipe 1 log ..."
2002-07-14 luigiImplement keepalives for dynamic rules, so they will...
2002-07-12 luigiAvoid dereferencing a null pointer in ro_rt.
2002-07-12 truckmanBack out the previous change, since it looks like locki...
2002-07-12 truckmanLock inp while we're accessing it.
2002-07-11 truckmanDefer calling SYSCTL_OUT() until after the locks have...
2002-07-11 truckmanReduce the nesting level of a code block that doesn...
2002-07-09 iwasakiThis commit was generated by cvs2svn to compensate...
2002-07-09 luigiChange one variable to make it easier to switch between...
2002-07-08 luigiFix a bug caused by dereferencing an invalid pointer...
2002-07-08 luigiNo functional changes, but:
2002-07-08 luigiRemove one unused command name.
2002-07-08 luigiForgot to update one field name in one of the latest...
2002-07-05 luigiImplement the last 2-3 missing instructions for ipfw,
2002-07-05 obrienThis commit was generated by cvs2svn to compensate...
2002-07-01 brianRemove trailing whitespace
2002-07-01 dougbThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 desThis commit was generated by cvs2svn to compensate...
2002-06-30 jesperExtend the effect of the sysctl net.inet.tcp.icmp_may_rst
2002-06-30 iwasakiThis commit was generated by cvs2svn to compensate...
2002-06-29 desThis commit was generated by cvs2svn to compensate...
2002-06-29 obrienThis commit was generated by cvs2svn to compensate...
2002-06-28 jlemonOne possible code path for syncache_respond() is:
2002-06-28 dfrFix warning.
2002-06-28 obrienThis commit was generated by cvs2svn to compensate...
2002-06-27 obrienThis commit was generated by cvs2svn to compensate...
2002-06-27 luigiThe new ipfw code.
2002-06-27 desThis commit was generated by cvs2svn to compensate...
2002-06-27 muxWarning fixes for 64 bits platforms. With this last...
2002-06-26 luigiJust a comment on some additional consistency checks...
2002-06-26 kenAt long last, commit the zero copy sockets code.
2002-06-26 gshapiroThis commit was generated by cvs2svn to compensate...
2002-06-24 hsuAvoid unlocking the inp twice if badport_bandlim()...
2002-06-24 hsuStyle bug: fix 4 space indentations that should have...
2002-06-23 luigiSlightly restructure the #ifdef INET6 sections to make...
2002-06-23 luigiMove two global variables to automatic variables within the
2002-06-23 luigiMove some global variables in more appropriate places.
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 desThis commit was generated by cvs2svn to compensate...
2002-06-23 luigifix bad indentation and whitespace resulting from cut...
2002-06-23 luigifix indentation of a comment
2002-06-23 luigifix a typo in a comment
2002-06-23 luigiRemove ip_fw_fwd_addr (forgotten in previous commit)
2002-06-22 luigiRemove (almost all) global variables that were used...
2002-06-21 hsuFix logic which resulted in missing a call to INP_UNLOCK().
2002-06-21 hsuTCP notify functions can change the pcb list.
2002-06-21 obrienThis commit was generated by cvs2svn to compensate...
2002-06-21 obrienThis commit was generated by cvs2svn to compensate...
2002-06-21 fennerThis commit was generated by cvs2svn to compensate...
2002-06-21 fennerThis commit was generated by cvs2svn to compensate...
2002-06-20 peterThis commit was generated by cvs2svn to compensate...
2002-06-20 peterSolve the 'unregistered netisr 18' information notice...
2002-06-18 tanimuraRemove so*_locked(), which were backed out by mistake.
2002-06-15 mikehThis commit was generated by cvs2svn to compensate...
2002-06-14 hsuNotify functions can destroy the pcb, so they have...
2002-06-14 silbyRe-commit w/fix:
2002-06-14 silbyBack out ip_tos/ip_ttl/DF "fix", it just panic'd my...
2002-06-14 silbyEnsure that the syn cache's syn-ack packets contain...
2002-06-13 hsuBecause we're holding an exclusive write lock on the...
2002-06-12 hsuThe UDP head was unlocked too early in one unicast...
2002-06-12 hsuFix logic which resulted in missing a call to INP_UNLOCK().
2002-06-12 hsuFix typo where INP_INFO_RLOCK should be INP_INFO_RUNLOCK.
2002-06-11 gshapiroThis commit was generated by cvs2svn to compensate...
2002-06-11 hsuRemember to initialize the control block head mutex.
2002-06-11 hsuFix typo.
next