]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Resurrect reference to (contemporary) kern.ipc.nmbclusters.
[FreeBSD/FreeBSD.git] / sys / netinet /
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 kanThis commit was generated by cvs2svn to compensate...
2006-08-26 mohansFix for a bug that causes the computation of "len"...
2006-08-26 rwatsonThis commit was generated by cvs2svn to compensate...
2006-08-24 marcelThis commit was generated by cvs2svn to compensate...
2006-08-23 marcelThis commit was generated by cvs2svn to compensate...
2006-08-20 delphijThis commit was generated by cvs2svn to compensate...
2006-08-18 juliancomply with style police
2006-08-17 julianAllow ipfw to forward to a destination that is specifie...
2006-08-17 gshapiroThis commit was generated by cvs2svn to compensate...
2006-08-17 julianRemove the IPFIREWALL_FORWARD_EXTENDED option and make...
2006-08-16 guidoThis commit was generated by cvs2svn to compensate...
2006-08-11 mohansFixes an edge case bug in timewait handling where ticks...
2006-08-04 brooksWith exception of the if_name() macro, all definitions...
2006-08-04 olegRemove useless NULL pointer check: we are using M_WAITO...
2006-08-02 rwatsonMove soisdisconnected() in tcp_discardcb() to one of...
2006-08-02 olegDo not leak memory while flushing rules.
2006-07-29 simonThis commit was generated by cvs2svn to compensate...
2006-07-21 rwatsonChange semantics of socket close and detach. Add a...
2006-07-18 upsFix race conditions on enumerating pcb lists by moving...
2006-07-09 samRevise network interface cloning to take an optional...
2006-07-08 mlaierMake in-kernel multicast protocols for pfsync and carp...
2006-07-07 marcelThis commit was generated by cvs2svn to compensate...
2006-07-06 rwatsonRemove unneeded mac.h include.
2006-07-05 olegComplete timebase (time_second -> time_uptime) conversion.
2006-07-04 maximo Kill BUGS section as it is not valid since rev. 1...
2006-06-29 yarThere is a consensus that ifaddr.ifa_addr should never...
2006-06-29 yarUse TAILQ_FOREACH consistently.
2006-06-29 glebiusFix URL to Bellovin's paper.
2006-06-29 bzEliminate the offset argument from send_reject. It...
2006-06-29 bzUse INPLOOKUP_WILDCARD instead of just 1 more consistently.
2006-06-27 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-27 pjd- Use suser_cred(9) instead of directly checking cr_uid.
2006-06-26 andreIn syncache_respond() do not reply with a MSS that...
2006-06-26 obrienThis commit was generated by cvs2svn to compensate...
2006-06-26 andreSome cleanups and janitorial work to tcp_syncache:
2006-06-26 andreSome cleanups and janitorial work to tcp_dooptions():
2006-06-26 andreReverse the source/destination parameters to in[6]_pcbl...
2006-06-26 rwatsonIn tcp6_usr_attach(), return immediately if SS_ISDISCON...
2006-06-25 andreDecrement the global syncache counter in syncache_expan...
2006-06-22 andreMove the syncookie MD5 context from globals to the...
2006-06-22 ume- Pullup even when the extention header is unknown...
2006-06-21 obrienThis commit was generated by cvs2svn to compensate...
2006-06-20 andreAllocate a zero'ed syncache hashtable. mtx_init()...
2006-06-19 dwmaloneWhen we receive an out-of-window SYN for an "ESTABLISHE...
2006-06-19 obrienThis commit was generated by cvs2svn to compensate...
2006-06-18 andreRemove T/TCP RFC1644 Connection Count comparison macros...
2006-06-18 andreDo not access syncache entry before it was allocated...
2006-06-18 andreMove all syncache related structures to tcp_syncache...
2006-06-18 andreRemove double lock acquisition in syncookie_lookup...
2006-06-17 andreFix the !INET6 compile.
2006-06-17 andreRearrange fields in struct syncache and syncache_head...
2006-06-17 andreANSIfy and tidy up comments.
2006-06-17 andreAdd locking to TCP syncache and drop the global tcpinfo...
2006-06-15 olegAdd support of 'tablearg' feature for:
2006-06-15 oleginstall_state(): style(9) cleanup
2006-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2006-06-09 thompsaEnable proxy ARP answers on any of the bridged interfac...
2006-06-08 mariusThis commit was generated by cvs2svn to compensate...
2006-06-08 oleginstall_state() should properly initialize 'addr_type...
2006-06-08 olegFix following rules: pipe X (tag|altq) Y ...
2006-06-05 samThis commit was generated by cvs2svn to compensate...
2006-06-05 rwatsonThis commit was generated by cvs2svn to compensate...
2006-06-04 rwatsonPush acquisition of pcbinfo lock out of tcp_usr_attach...
2006-06-03 rwatsonWhen entering a timer on a tcpcb, don't continue proces...
2006-06-03 rwatsonAcquire udbinfo lock after call to soreserve() rather...
2006-06-02 csjpFix the following bpf(4) race condition which can resul...
2006-06-02 rwatsonMinor restyling and cleanup around ipport_tick().
2006-05-30 hartiThis commit was generated by cvs2svn to compensate...
2006-05-24 olegImplement internal (i.e. inside kernel) packet tagging...
2006-05-21 maximo In udp|rip_disconnect() acquire a socket lock before...
2006-05-21 maximo Add missed error check: in ip_ctloutput() sooptcopyin...
2006-05-21 delphijThis commit was generated by cvs2svn to compensate...
2006-05-21 umeThis commit was generated by cvs2svn to compensate...
2006-05-18 bmsInitialize the new members of struct ip_moptions as
2006-05-16 glebiusSince m_pullup() can return a new mbuf, change gre_inpu...
2006-05-16 glebius- Backout one line from 1.78. The tp can be freed by...
2006-05-15 maximo In rip_disconnect() do not call rip_abort(), just...
2006-05-14 mlaierUse only lower 64bit of src/dest (and src/dest port...
2006-05-14 bmsFix a long-standing limitation in IPv4 multicast group...
2006-05-12 mlaierRemove ip6fw. Since ipfw has full functional IPv6...
2006-05-12 mlaierReintroduce net.inet6.ip6.fw.enable sysctl to dis/enabl...
2006-05-11 mlaierDon't claim "(+ipv6)" if we didn't build with INET6.
2006-05-11 wollmanThis commit was generated by cvs2svn to compensate...
2006-05-06 rwatsonModify UDP to use sosend_dgram() instead of sosend...
2006-05-05 bzMake sure the ip data pointer is correct before touchin...
2006-05-05 rwatsonOnly return (tw) from tcp_twclose() if reuse is passed...
2006-05-05 pjd/tmp/cvsTXPIwQ
2006-04-25 marcelIn in_pcbdrop(), fix !INVARIANTS build.
2006-04-25 rwatsonRename 'last' to 'inp' in udp_append(): the name 'last...
2006-04-25 rwatsonAbstract inpcb drop logic, previously just setting...
2006-04-24 rwatsonInstead of calling tcp_usr_detach() from tcp_usr_abort...
2006-04-23 rwatsonReplace isn_mtx direct use with ISN_*() lock macros...
2006-04-22 rwatsonIntroduce a new TCP mutex, isn_mtx, which protects...
2006-04-22 rwatsonAssert the inpcb lock when rehashing an inpcb.
2006-04-22 rwatsonRemove pcbinfo locking from in_setsockaddr() and in_set...
2006-04-21 psAllow for nmbclusters and maxsockets to be increased...
2006-04-18 glebiusMerge rev. 1.240 of ip_output.c, so that IPFIREWALL_FOR...
next