summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* There is a use-after-free somewhere in the code that links the pfbluhm2014-07-111-2/+5
* Kill in_localaddr(), one less usage of the global list of IPv4 addresses.mpi2014-04-251-11/+8
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-211-2/+2
* we'll do fine without casting NULL to struct foo * / void *henning2014-04-211-4/+3
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-11/+11
* clearing the _CSUM_IN_OK flags is now utterly pointless, was only done forhenning2014-01-241-4/+2
* since the cksum rewrite the counters for hardware checksummed packetshenning2014-01-231-5/+4
* Propagate an rdomain number to the nd6_lookup independently frommikeb2014-01-071-2/+3
* Put a large chunk of the IPv6 rdomain support in-tree.phessler2013-10-201-3/+5
* In one core dump the pointers to socket, inpcb, tcpcb on the stackbluhm2013-09-061-1/+3
* When net.inet.ip.sourceroute is enable, store the source routempi2013-08-131-3/+3
* Move bridge_broadcast and subsequently all IPsec SPD lookup code outmikeb2013-07-311-7/+3
* The reverse parameter of in_pcblookup_listen() is a boolean and notbluhm2013-07-011-5/+5
* Always make sure that the temporary TCP protocol control blockmikeb2013-06-201-4/+3
* Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet isyasuoka2013-06-091-1/+2
* Link pf states and socket inpcbs together more tightly. The linkingbluhm2013-06-031-3/+16
* Merge the duplicate IPv4 and IPv6 checksum checking code in tcp_input()bluhm2013-06-031-35/+30
* Remove various external variable declaration from sources files andmpi2013-04-101-3/+1
* Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULLbluhm2013-04-021-7/+7
* Declare struct pf_state_key in the mbuf and in_pcb header files tobluhm2013-03-291-5/+4
* code that calls timeout functions should include timeout.htedu2013-03-281-1/+2
* tedu faith(4), suggested by todd@ some weeks ago after a submission bympi2013-03-141-16/+1
* After finding the socket's inp by using the pf's statekey, resetbluhm2013-01-171-1/+3
* first or second coming, commie or not commie, one m in coming is sufficienthenning2013-01-171-2/+2
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-2/+2
* Increase TCP's initial window to 10 * MSS or 14600 bytes as proposed inclaudio2012-03-101-1/+4
* Respect the ToS setting in tcp syn+ack for IPv4, still need to fix forhaesbaert2011-10-151-2/+3
* Revert the pf->socket linking diff.oga2011-05-131-16/+2
* Clean up gotos for listening sockets to make it obvious when packetsblambert2011-05-041-12/+12
* In certain failure cases, a RST would be sent out on rdomain 0,blambert2011-04-291-3/+3
* Make in_broadcast() rdomain aware. Mostly mechanical change.claudio2011-04-281-2/+3
* Double link between pf states and sockets. Henning has alreadybluhm2011-04-241-2/+16
* put the accepted socket of a diverted connection into the routing domainmikeb2011-04-121-1/+10
* Replace if/else ladder with much more legible switch statement forblambert2011-04-051-50/+57
* turn some macros into functions; saves 1400+ bytes from the kernelblambert2011-04-041-37/+42
* Instead of calling tcp_reass (tcp reassembly) with magic argumentsblambert2011-04-041-15/+18
* change an if statement to a switch to reduce eye bleedageblambert2011-04-041-5/+4
* Add socket option SO_SPLICE to splice together two TCP sockets.bluhm2011-01-071-12/+24
* Initialize the ts_recent (received timestamp) field in the newly createdclaudio2010-09-291-1/+3
* It is not allowed to recalculate the window scale after the initial SYN.claudio2010-09-291-6/+1
* Do not delay ACKs on connections using loopback interfaces. There is noclaudio2010-09-291-6/+10
* TCP send and recv buffer scaling.claudio2010-09-241-3/+39
* Switch some obvious network stack MAC comparisons from bcmp() tomatthew2010-07-201-3/+3
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-7/+13
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-15/+15
* unbreak the build with a custom kernel config including "pseudo-devicesthen2010-03-111-1/+4
* Replace pool_get() + bzero() with pool_get(..., PR_ZERO).chl2010-01-151-4/+2
* Extend the protosw pr_ctlinput function to include the rdomain. This isclaudio2009-11-131-4/+5
* rtables are stacked on rdomains (it is possible to have multiple routingclaudio2009-11-031-6/+6
* fix indentationbluhm2009-08-201-6/+5