Use const char* for tcpstates
[dragonfly.git] / sys / netinet /
2004-09-22 Joerg SonnenbergerUse const char* for tcpstates
2004-09-20 Joerg SonnenbergerAdd various ICMP defines used by PF.
2004-09-20 Jeroen Ruigrok/asmodaiMerge from vendor branch BIND:
2004-09-19 Joerg SonnenbergerKernel part of PF
2004-09-16 Joerg Sonnenbergertimeout/untimeout ==> callout_*
2004-09-16 Joerg SonnenbergerDon't include arpa/inet.h, which needs certain struct...
2004-09-15 Joerg SonnenbergerSUS3 specified that netinet/in.h provides ntohl and...
2004-09-14 David Rhodusdo not send icmp response if the original packet is...
2004-09-13 Jeffrey HsuAllow the syncache to run lock-free in parallel on...
2004-09-10 Joerg SonnenbergerFrom FreeBSD 5:
2004-08-31 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-30 Scott UllrichMerge from vendor branch OPENSSH:
2004-08-29 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-08-28 Matthew DillonSince ip_input() truncates the packet to ip->ip_len...
2004-08-26 Matthew DillonBring in FreeBSD/1.218.
2004-08-26 Matthew DillonBring in FreeBSD/1.214 - UC Regent's advertising clause...
2004-08-26 Matthew DillonMerge FreeBSD/1.212 and FreeBSD/1.213. These only...
2004-08-14 Jeffrey HsuMove a comment to the right place.
2004-08-11 Matthew DillonAdd a state to sanity check tcp_close() to make sure...
2004-08-08 Jeffrey HsuGet cosmetic changes out of the way before committing...
2004-08-03 Matthew DillonMerge from vendor branch CVS:
2004-08-03 Matthew DillonThe TCP stack is notified every time userland reads...
2004-08-03 Matthew Dillontcp_input()'s DELAY_ACK() code checks to see if the...
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-31 Scott UllrichMerge from vendor branch OPENSSH:
2004-07-27 David RhodusCorrect line wrap.
2004-07-26 Jeroen Ruigrok/asmodaiRemove stray fr_checkp() declaration.
2004-07-23 Joerg SonnenbergerRemove usage of NTOHS / NTOHL / HTONS / HTONL.
2004-07-23 Joerg SonnenbergerUnify the input handling of the low-level network stack...
2004-07-18 Matthew DillonFix two serious bugs in the IP demux code. First,...
2004-07-18 Matthew DillonDon't let packets with DF set sneak by through the...
2004-07-17 Jeffrey HsuReadability changes, mostly removing the option to...
2004-07-17 Joerg SonnenbergerAdd if_broadcastaddr to struct ifnet to hold the link...
2004-07-16 Matthew DillonUpdate all my personal copyrights to the Dragonfly...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-08 Jeffrey HsuAdd the standard DragonFly copyright notice to go along...
2004-07-06 Matthew DillonIn ip_mport() (IP packet demux code), check the minimum...
2004-07-02 Hiten PandyaRandomize ephermal source ports.
2004-07-02 Jeffrey HsuUpdate some of my copyright notices before we officiall...
2004-06-24 Joerg SonnenbergerMerge from vendor branch GCC:
2004-06-24 Matthew DillonGet rid of the PFIL_HOOKS option, integrate pfil in...
2004-06-24 Matthew DillonThe route table treats sockaddr data as opaque, which...
2004-06-20 Matthew DillonMerge from vendor branch GCC:
2004-06-07 Matthew DillonAdd in_pcbinfo_init() to encapsulate basic structural...
2004-06-06 Matthew DillonRemove the canwait argument to dup_sockaddr(). Callers...
2004-06-06 Jeffrey HsuDetect and foil optimistic ACK attack with forced slow...
2004-06-04 Matthew DillonUse MPIPE instead of the really hackish use of m_get...
2004-06-04 Matthew DillonUse MPIPE instead of (the really aweful improper use...
2004-06-04 Matthew DillonANSIfication. No functional changes.
2004-06-03 Joerg SonnenbergerMake pr_input use variadic arguments for anything but...
2004-06-03 Joerg SonnenbergerMake pr_domain and pr_usrreqs pointers to const. The...
2004-06-03 Joerg SonnenbergerChange pr_output's signature to take two fixed argument...
2004-06-02 Eirik NygaardChange mbug allocation flags from M_ to MB_ to avoid...
2004-06-01 Matthew DillonAdd a pfil_has_hooks() inline to shortcut calls to...
2004-06-01 Joerg SonnenbergerThe const call is linted, use proper cast to silence GCC
2004-05-31 Jeffrey HsuPanic in udp_output() if a socket is found in an incons...
2004-05-20 Jeffrey HsuPut snd_recover in the same cache line as snd_una....
2004-05-20 Jeffrey HsuTrade off more writes for a simpler check for when...
2004-05-15 Eirik NygaardMerge from vendor branch TCPDUMP:
2004-05-15 Eirik NygaardMerge from vendor branch LIBPCAP:
2004-05-08 Hiten PandyaKKASSERT that we require inp->inp_pcbinfo, in in_pcbins...
2004-05-08 Matthew DillonFix IPV6 listen(). It was simply a matter of a missing
2004-05-04 Hiten PandyaClean warnings under DIAGNOSTIC.
2004-05-03 Matthew Dillonipstat needs thread2.h for MP stuff and mycpu.
2004-05-03 Hiten PandyaMake IP statistics counters per-CPU so they can be...
2004-04-29 Hiten Pandya1) Move the tcp_stats structure back to netinet/tcp_var.h.
2004-04-28 Jeffrey HsuRemember if an inpcb was entered into the wildcard...
2004-04-24 Jeffrey HsuCosmetic changes.
2004-04-24 Jeffrey HsuThe default protocol threads also need the check for
2004-04-24 Jeffrey HsuReplicate the TCP listen table to give each cpu its...
2004-04-24 Jeffrey HsuDrop packet if the length checks fail in ip_demux().
2004-04-24 Jeffrey HsuUse a message structure off the stack for a synchronous...
2004-04-23 Jeffrey HsuPass more information down to the protocol-specific...
2004-04-22 Matthew DillonCorrect type-o in last commit. oops.
2004-04-22 Matthew DillonM_NOWAIT to mostly M_INTWAIT conversions, with a splatt...
2004-04-22 Matthew DillonThe temporary message allocated to execute a connect...
2004-04-22 Matthew DillonUse M_INTWAIT instead of M_NOWAIT in the ip messaging...
2004-04-21 Matthew DillonFix a netmsg memory leak in the ARP code. Adjust all...
2004-04-20 Eirik NygaardMerge from vendor branch LESS:
2004-04-20 Matthew DillonRevamp the initial lwkt_abortmsg() support to normalize...
2004-04-18 Jeffrey HsuAllow an inp control block to be inserted on multiple...
2004-04-18 Jeffrey HsuCosmetic changes.
2004-04-17 Eirik NygaardMerge from vendor branch AWK:
2004-04-13 Eirik NygaardMerge from vendor branch DIFFUTILS:
2004-04-13 Jeffrey HsuDon't need opt_tcp_input.h for TCP_DISTRIBUTED_TCBINFO...
2004-04-13 Matthew Dillonget rid of TCP_DISTRIBUTED_TCBINFO, it only added confu...
2004-04-13 Jeffrey HsuCreate another entry point into ip_input() so MT_TAGs...
2004-04-10 Jeffrey HsuSend connects to the right processor.
2004-04-10 Jeffrey HsuAdd header file to pull in the setting of the TCP_DISTR...
2004-04-09 Jeffrey HsuFix typo with last minute change in last commit.
2004-04-09 Jeffrey HsuPush the lwkt_replymsg() up one level from netisr_servi...
2004-04-07 Matthew DillonMake TCP stats per-cpu. (forgot to add new header file)
2004-04-07 Matthew DillonMake TCP stats per-cpu.
2004-04-07 Jeffrey HsuCosmetic changes.
2004-04-05 Matthew Dillonper-cpu tcbinfo[]s aren't ready for prime time yet...
2004-04-05 Jeffrey HsuConsistently use "foreign" and "local", which are invar...
2004-04-04 Matthew DillonFix a missing wildcard binding in the recent wildcard...
2004-04-03 Jeffrey HsuDispatch reassembled fragment.
2004-04-03 Jeffrey HsuFix byte-order.
next