| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r304572 (by bz): | ae | 2017-03-18 | 1 | -9/+5 |
* | This change re-adds L2 caching for TCP and UDP, as originally added in D4306 | gnn | 2016-06-02 | 1 | -0/+5 |
* | FreeBSD previously provided route caching for TCP (and UDP). Re-add | gnn | 2016-03-24 | 1 | -0/+22 |
* | Remove sys/eventhandler.h from net/route.h | melifaro | 2016-01-09 | 1 | -0/+1 |
* | The r241129 description was wrong that the scenario is possible | fabient | 2015-11-25 | 1 | -1/+10 |
* | Fix a kernel assertion issue introduced with r286227: | jch | 2015-08-08 | 1 | -1/+1 |
* | Decompose TCP INP_INFO lock to increase short-lived TCP connections scalability: | jch | 2015-08-03 | 1 | -8/+35 |
* | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | ae | 2015-07-29 | 1 | -6/+9 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 1 | -1/+1 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 1 | -1/+1 |
* | Renove faith(4) and faithd(8) from base. It looks like industry | melifaro | 2014-11-09 | 1 | -19/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -24/+28 |
* | Fix source address selection on unbound sockets in the presence of multiple | asomers | 2014-09-16 | 1 | -4/+5 |
* | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | asomers | 2014-09-11 | 1 | -4/+7 |
* | Introduce INP6_PCBHASHKEY macro. Replace usage of hardcoded part of | ae | 2014-09-10 | 1 | -2/+2 |
* | Add a comment and while there, fix trailing whitespace. | hiren | 2014-07-29 | 1 | -1/+4 |
* | Expose in_pcbbind_check_bindmulti() so the upcoming IPv6 RSS changes | adrian | 2014-07-12 | 1 | -2/+2 |
* | Implement the first stage of multi-bind listen sockets and RSS socket | adrian | 2014-07-10 | 1 | -1/+127 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -7/+4 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -4/+7 |
* | Fix jailed raw sockets not setting the correct source address by | smh | 2014-04-24 | 1 | -1/+1 |
* | Add support for UDP-Lite protocol (RFC 3828) to IPv4 and IPv6 stacks. | kevlo | 2014-04-07 | 1 | -4/+5 |
* | Several years after initial development, merge prototype support for | rwatson | 2014-03-15 | 1 | -3/+26 |
* | Catch up on r261590. | glebius | 2014-02-07 | 1 | -4/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | A complete duplication of binding should be allowed if on both new and | trociny | 2013-07-12 | 1 | -1/+1 |
* | In r227207, to fix the issue with possible NULL inp_socket pointer | trociny | 2013-07-04 | 1 | -2/+18 |
* | Remove redundant test, we know inp_lport is 0. | np | 2013-01-25 | 1 | -2/+1 |
* | More warnings for zones that depend on the kern.ipc.maxsockets limit. | pjd | 2012-12-08 | 1 | -0/+2 |
* | There is a complex race in in_pcblookup_hash() and in_pcblookup_group(). | glebius | 2012-10-02 | 1 | -1/+11 |
* | Add a IP_RECVTOS socket option to receive for received UDP/IPv4 | tuexen | 2012-06-12 | 1 | -0/+4 |
* | Clean up some #endif comments removing from short sections. Add #endif | bz | 2012-01-22 | 1 | -13/+12 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -9/+9 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+2 |
* | Cache SO_REUSEPORT socket option in inpcb-layer in order to avoid | trociny | 2011-11-06 | 1 | -6/+5 |
* | Fix the typo made in r157474. | trociny | 2011-11-06 | 1 | -1/+1 |
* | Implement a CPU-affine TCP and UDP connection lookup data structure, | rwatson | 2011-06-06 | 1 | -4/+225 |
* | Add _mbuf() variants of various inpcb-related interfaces, including lookup, | rwatson | 2011-06-04 | 1 | -4/+35 |
* | Unbreak NOINET kernels after r222488. | bz | 2011-05-30 | 1 | -2/+2 |
* | Decompose the current single inpcbinfo lock into two locks: | rwatson | 2011-05-30 | 1 | -19/+90 |
* | An inpcb lock is no longer required in in_pcbref() since the move to | rwatson | 2011-05-24 | 1 | -2/+0 |
* | Continue to refine inpcb reference counting and locking, in preparation for | rwatson | 2011-05-23 | 1 | -63/+91 |
* | Move from passing a wildcard boolean to a general set up lookup flags into | rwatson | 2011-05-23 | 1 | -12/+18 |
* | Make the PCB code compile without INET support by adding #ifdef INETs | bz | 2011-04-30 | 1 | -4/+20 |
* | MFp4 CH=191470: | bz | 2011-04-20 | 1 | -1/+28 |
* | Properly check for an IPv4 socket after r219579. | bz | 2011-03-19 | 1 | -2/+2 |
* | Merge the two identical implementations for local port selections from | bz | 2011-03-12 | 1 | -67/+123 |
* | Prison check addresses set with multicast interface options. | deischen | 2011-01-26 | 1 | -6/+9 |
* | Make sure to always do source address selection on | deischen | 2011-01-08 | 1 | -8/+9 |
* | Remove comment bemoaning the lack of an INP_INHASHLIST above in_pcbdrop(); | rwatson | 2010-12-27 | 1 | -6/+0 |