Age | Commit message (Expand) | Author |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-06 | pool_setipl for various netinet and netinet6 bits | David Gwynne |
2016-07-22 | Fix a double rtfree(9) triggered when IPSEC inserts a more specific | Martin Pieuchot |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-05-07 | Use rtalloc_mpath() when checking for local route entries because we | Martin Pieuchot |
2016-05-03 | Make ip_forward() use the route entry fetched in in_ouraddr() when it is | Martin Pieuchot |
2016-04-25 | Remove the single cache route for forwarding. | Martin Pieuchot |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-18 | Unbreak RAMDISK, found by deraadt@ | Martin Pieuchot |
2016-04-18 | Put a KERNEL_LOCK/UNLOCK dance around sections that still need some | Martin Pieuchot |
2016-04-15 | Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions(). | Martin Pieuchot |
2016-03-29 | - packet must keep reference to statekey | Alexandr Nedvedicky |
2016-01-31 | - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out | Alexandr Nedvedicky |
2016-01-25 | - plugging massive pf_state_key leak | Alexandr Nedvedicky |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-03 | factor out ip_input_ipsec_{fwd,ours}_check(); ok mpi@ | Markus Friedl |
2015-12-02 | Kill the RT_REPORT flag to rtalloc() and stop sending RTM_MISS messages | Claudio Jeker |
2015-11-23 | Use if_get() rather than rt_ifp. | Martin Pieuchot |
2015-11-14 | Grab the KERNEL_LOCK around ip_mforward(), in preparation for unlocking | Martin Pieuchot |
2015-10-27 | Rewrite in_ouraddr() to not use ``rt_ifa'' since it is not obvious that | Martin Pieuchot |
2015-10-26 | Use rt_ifidx rather than rt_ifp. | Martin Pieuchot |
2015-10-19 | Remove superfluous NULL checks. | Martin Pieuchot |
2015-10-13 | Make use of rtisvalid(9) to check if local route entries match existing | Martin Pieuchot |
2015-09-25 | Ensure that RTF_LOCAL route entries always stay UP. | Martin Pieuchot |
2015-09-11 | if_put after if_get in ip_savecontrol | David Gwynne |
2015-09-11 | if_put after if_get. | David Gwynne |
2015-08-19 | An interface address without interface pointer could cause an | Alexander Bluhm |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-07 | Replace a bunch of == 0 with == NULL in pointer tests. Nuke some | Kenneth R Westerback |
2015-05-13 | test mbuf pointers against NULL not 0 | Jonathan Gray |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the | Claudio Jeker |
2015-02-08 | Just use sysctl_rdstruct() to read out some structs. Only difference | Claudio Jeker |
2015-01-12 | Kill the global list of IPv4 addresses. | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-05 | Kill in_iawithaddr() and use ifa_ifwithaddr() directly. | Martin Pieuchot |
2014-11-04 | Remove "pl" suffix on pool names. | Martin Pieuchot |
2014-11-01 | Rename rtalloc1() into rtalloc(9) and convert its flags to only enable | Martin Pieuchot |
2014-10-14 | Use rtfree() instead of RTFREE(), NULLify some free'd route pointers and | Martin Pieuchot |
2014-09-30 | Use the routing table instead of the RB-tree for address lookups in | Martin Pieuchot |
2014-09-27 | Kill rtalloc() and update rtalloc1() and rtalloc_mpath() to no longer | Martin Pieuchot |
2014-07-13 | Stop using old n_time, n_long and n_short types in netinet headers. | Martin Pieuchot |
2014-06-04 | Stop using a global variable to do address lookups. | Martin Pieuchot |
2014-05-10 | Fix a few bad indents | Claudio Jeker |