Age | Commit message (Expand) | Author |
2016-11-16 | Inherit route label when creating dynamic routes for path MTU. | Alexander Bluhm |
2016-11-16 | Kill recursive splsoftnet()s. | Martin Pieuchot |
2016-11-15 | Use __func__ in panic strings to reduce noise when grepping. | Martin Pieuchot |
2016-11-15 | TDB timers need a context process, so convert them to timeout_set_proc(9). | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-11-14 | use M_COUNTERS to allocate counters. | David Gwynne |
2016-11-14 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-11-09 | Do not call splsoftnet() recursively, this won't work with a lock. | Martin Pieuchot |
2016-11-08 | Only use the routing table for source address selection when processing IP | Martin Pieuchot |
2016-11-07 | ARP and NDP timeouts mess with the routing table, so they need a process | Martin Pieuchot |
2016-11-07 | Use goto for consistently instead of splx() and return. | Martin Pieuchot |
2016-11-03 | Remove obsolete vxlan_lookup return value handling | Mike Belopuhov |
2016-10-25 | Accept CARP advertisement packets whose destination is not for multicast. | YASUOKA Masahiko |
2016-10-11 | Rename 'i' to 'hlen' for greater readability; ok millert, naddy | Mike Belopuhov |
2016-10-06 | Remove redundant comments that say a function must be called at | Alexander Bluhm |
2016-10-04 | One more timeout_set_proc(9) conversion. | Martin Pieuchot |
2016-10-04 | Convert timeouts that need a process context to timeout_set_proc(9). | Martin Pieuchot |
2016-09-27 | Remove empty #ifdef and #ifndef blocks | Frederic Cambus |
2016-09-24 | use hashfree. from Mathieu - | Ted Unangst |
2016-09-24 | ANSIfy netinet/; from David Hill | Christian Weisgerber |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
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 |