summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2008-07-03link pf state keys to tcp pcbs and vice versa.Henning Brauer
2008-06-28no EOL between tcpsig and sack headers; ok jsing, frantzenMarkus Friedl
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-06-14make easier to read, found during a bug hunt earlierTodd T. Fries
2008-06-14Include "faith.h" in order to get NFAITH. Also clean up NFAITH conditionalsJoel Sing
2008-06-14add carppeer; an option to specify a different multicast address orReyk Floeter
2008-06-14ANSIfy function definitions.Joel Sing
2008-06-14Include "pf.h" so we get NPF.Joel Sing
2008-06-13Do not log carp state transitions from or to INIT by default.Marco Pfatschbacher
2008-06-12Remove some crazy #if mess.Joel Sing
2008-06-12ANSIfy function definitions.Joel Sing
2008-06-12Fix type difference between function prototype and implementation.Joel Sing
2008-06-110 -> PR_NOWAIT (which is defined as 0) in pool_getBret Lambert
2008-06-11fix an old typo that prevented outer ipv6 headers from being corrected,Can Erkin Acar
2008-06-10encapsulating v4 in v6 IPSec should not be so fun,Todd T. Fries
2008-06-09rename arc4random_bytes => arc4random_buf to match libc's nicer name;Damien Miller
2008-06-08When adding PMTU related routes to the table inherit the priority form theClaudio Jeker
2008-06-08alloc ipq's for fragment reassembly from a pool instead of usingThordur I. Bjornsson
2008-06-06we must not hardcode the route priority in arplookup, it does notHenning Brauer
2008-06-04adderss -> addressMiod Vallat
2008-05-24Remove {tcp/udp}6_usrreq(); Since the normal ones nowThordur I. Bjornsson
2008-05-23Deal with the situation when TCP nfs mounts timeout and processesThordur I. Bjornsson
2008-05-19Unbreak builds for kernels that have atm interfaces. Found the hard way byClaudio Jeker
2008-05-15divert for ipv6; ok henning, pyrMarkus Friedl
2008-05-11Try harder to avoid corrupting the mbuf pool. Stuff any mbuf chain inKenneth R Westerback
2008-05-09more rtrequest() to rtrequest1() replacement.Claudio Jeker
2008-05-09arp entries in the routing table should have priority RTF_CONNECTEDHenning Brauer
2008-05-09should check for null pointers; from henning@Markus Friedl
2008-05-09IP_RECVDSTPORT, allows you to get the destination port of UDP datagramsMarkus Friedl
2008-05-09Add SO_BINDANY socket option from BSD/OS.Markus Friedl
2008-05-09divert packets to local socket without modifying the ip header;Markus Friedl
2008-05-07Implement routing priorities. Every route inserted has a priority assignedClaudio Jeker
2008-05-06Use the standard syslog levels on CARP logging messages instead ofRyan Thomas McBride
2008-05-06remove tcp_drain code since it's not longer used; ok henning, feedback thibMarkus Friedl
2008-05-02Make the SO_TIMESTAMP sockopt work. When set, this allows the user toChris Kuethe
2008-04-24the softnet intr handlers check if the input queue has packets onDavid Gwynne
2008-04-18extend the if_ethersubr.c crc functions to support updating a runningDamien Miller
2008-04-18use arc4random_uniform() for random number requests that are not aDamien Miller
2008-03-15revert - I'm a dumbfuck who doesn't know his own APIDamien Miller
2008-03-15off by one at end of arrayDamien Miller
2008-03-15Because the ip_id code initialisation is a specific case of shufflingDamien Miller
2008-03-02because arc4random_uniform is being used, the modulo bias is taken care ofTheo de Raadt
2008-03-02Add a arc4random_uniform() that returns a uniformly distributed numberDamien Miller
2008-02-29replacement algorithm. initialize a 64K-short buffer using DurstenfeldTheo de Raadt
2008-02-20Add my copyright.Marco Pfatschbacher
2008-02-20remove old unused TCP isn code; ok henning, dhartmei, mcbrideMarkus Friedl
2008-02-20when creating a response, use the correct TCP header instead ofMarkus Friedl
2008-02-11The TCP server has to recalculate the client's window size takenAlexander Bluhm
2008-02-05Move carp load balancing (ARP/IP) to a simpler configuration scheme.Marco Pfatschbacher
2008-01-02return with ENOTTY instead of EINVAL for unknown ioctl requests.Brad Smith