Age | Commit message (Expand) | Author |
2016-09-20 | Sprinkle splsoftnets in TDB timeout callbacks; ok bluhm | Mike Belopuhov |
2016-09-19 | convert bcopy to memcpy. from david hill. | Ted Unangst |
2016-09-19 | For incomming connections keep the TF_NOPUSH flag if TCP_NOPUSH was | Alexander Bluhm |
2016-09-15 | move from RB macros to RBT functions | David Gwynne |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-13 | avoid extensive mbuf allocation for IPsec by replacing m_inject(4) | Markus Friedl |
2016-09-07 | Rename rtable_mpath_next() into rtable_iterate() and make it do a proper | Martin Pieuchot |
2016-09-06 | pool_setipl for various netinet and netinet6 bits | David Gwynne |
2016-09-04 | Prevent a NULL derefernce in ip_output(). | Martin Pieuchot |
2016-09-04 | Implement a sockaddr_ntop() function that works like inet_ntop() but prints | Claudio Jeker |
2016-09-04 | Purge routes attached to an address when this address is removed. | Martin Pieuchot |
2016-09-03 | Reduce the factor of the limits derived form NMBCLUSTERS. We want | Alexander Bluhm |
2016-09-03 | Reserve the BFD destination ports in baddynamic | Peter Hessler |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-09-02 | Drop non-encapulated ESP packets using a UDP-encapsulating TDB, and add | Vincent Gross |
2016-08-31 | Use 'sc_route{4,6}' directly instead of casting them to 'struct route *'. | Martin Pieuchot |
2016-08-22 | Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable. | Martin Pieuchot |
2016-08-22 | Do not dereference ``rt->rt_ifa'' after calling rtfree(9). | Martin Pieuchot |
2016-08-18 | fix panics caused by replacing m_copym2 with m_dup_pkt. | David Gwynne |
2016-08-16 | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, | Vincent Gross |
2016-08-15 | replace the last uses of m_copym2 with m_dup_pkt. | David Gwynne |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-07-25 | fix revision 1.290 of sys/netinet/ip_carp.c. | Sebastian Benoit |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-22 | Fix a double rtfree(9) triggered when IPSEC inserts a more specific | Martin Pieuchot |
2016-07-20 | To tune the TCP SYN cache we need more information. Print the | Alexander Bluhm |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-20 | Make the size for the syn cache hash array tunable. As we are | Alexander Bluhm |
2016-07-19 | Plug an mbuf leak in the error path of tcp signature in tcp_output(). | Alexander Bluhm |
2016-07-19 | Fix the check supposed to prevent 'ip' and 'ip-stealth' balancing modes | Martin Pieuchot |
2016-07-19 | NULLify a route pointer after calling rtfree(9). | Martin Pieuchot |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-07-14 | Prevent a use-after-free by not updating an ARP entry that has been | Martin Pieuchot |
2016-07-13 | Move ARP processing back to the KERNEL_LOCK()ed task until the race | Martin Pieuchot |
2016-07-13 | Introduce RTF_MULTICAST and flag corresponding IPv6 routes as such | Martin Pieuchot |
2016-07-11 | Do not increase the size of the socket buffer under memory pressure. | Martin Pieuchot |
2016-07-11 | Revert the introduction of ``rt_addr''. | Martin Pieuchot |
2016-07-05 | Do not use ``rt_addr'' in in{6,}_selectsrc() it doesn't work with magic | Martin Pieuchot |
2016-07-01 | Make accepted sockets inherit IP_TTL from the listening socket. | Jeremie Courreges-Anglas |
2016-07-01 | Allow resetting the IP_TTL and IP_MINTTL sockopts | Jeremie Courreges-Anglas |
2016-06-30 | Use ``rt_addr'' rather than ``rt_ifa'' to get the source address | Martin Pieuchot |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-28 | Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNT | Jeremie Courreges-Anglas |
2016-06-27 | Missing "break;" in switch statement; repairs IP_MINTTL. | Jeremie Courreges-Anglas |
2016-06-27 | Implement IPV6_MINHOPCOUNT support. | Jeremie Courreges-Anglas |
2016-06-27 | Copy inp_hops from the listening socket to the accepted one and use | Alexander Bluhm |
2016-06-27 | The variable swapping between inp, newinp and oldinpcb in syn_cache_get() | Alexander Bluhm |
2016-06-23 | when pf_test returns something but PF_PASS, set error to EACCES | Henning Brauer |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |