| Age | Commit message (Expand) | Author |
| 2022-08-29 | Add sysctl entry to control to send routing message for RTM_DYNAMIC. | knakahara |
| 2018-12-22 | Replace M_ALIGN and MH_ALIGN by m_align. | maxv |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-11-15 | Simplify the mtag API: | maxv |
| 2018-09-14 | Use non-variadic function pointer in protosw::pr_input. | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-06-21 | sbappendaddr() is required any lock. Currently, softnet_lock is appropriate. | knakahara |
| 2018-06-01 | Fix _rt_free via rtrequest(RTM_DELETE) hangs in rt_timer handlers | ozaki-r |
| 2018-05-11 | Retire ICMPPRINTFS, it's annoying and it doesn't build. | maxv |
| 2018-04-26 | Use M_UNWRITABLE, no functional change. | maxv |
| 2018-02-08 | Fix a possible buffer overflow in the IPv4 _ctlinput functions. | maxv |
| 2018-02-05 | Declare icmperrppslim in ip_icmp.c, it shouldn't be used elsewhere. | maxv |
| 2018-01-23 | Don't use global variables, that's obviously incorrect on MP systems. | maxv |
| 2018-01-23 | Style, localify icmp_send, and add a clear KASSERT (that replaces a vague | maxv |
| 2018-01-22 | Adapt previous, reintroduce MH_ALIGN. It's used as an optimization - we | maxv |
| 2018-01-19 | Fix a buffer overflow in icmp_error. We create in 'm' a packet that must | maxv |
| 2018-01-19 | Clarify icmp_error: | maxv |
| 2017-03-31 | Don't use a single global variable to store source route information for mult... | ozaki-r |
| 2017-03-06 | Make sure icmp_redirect_timeout_q and ip_mtudisc_timeout_q are initialized on... | ozaki-r |
| 2017-02-17 | Protect sysctl_net_inet_ip_pmtudto with icmp_mtx instead of softnet_lock | ozaki-r |
| 2017-02-13 | Protect mtudisc and redirect stuffs of icmp/icmp6 with mutex | ozaki-r |
| 2017-02-07 | Add missing NULL checks for m_get_rcvif | ozaki-r |
| 2017-02-02 | Defer some pr_input to workqueue | ozaki-r |
| 2017-01-24 | Tweak softnet_lock and NET_MPSAFE | ozaki-r |
| 2016-12-12 | Make the routing table and rtcaches MP-safe | ozaki-r |
| 2016-10-25 | Remove unnecessary argument | ozaki-r |
| 2016-10-19 | Set ia to ensure to call ia4_release | ozaki-r |
| 2016-08-01 | Apply pserialize and psref to struct ifaddr and its variants | ozaki-r |
| 2016-07-08 | Replace macros to get an IP address with proper inline functions | ozaki-r |
| 2016-07-07 | Switch the address list of intefaces to pslist(9) | ozaki-r |
| 2016-07-06 | Switch the IPv4 address list to pslist(9) | ozaki-r |
| 2016-06-10 | Avoid storing a pointer of an interface in a mbuf | ozaki-r |
| 2016-06-10 | Introduce m_set_rcvif and m_reset_rcvif | ozaki-r |
| 2016-04-01 | Remove unnecessary casts and do s/0/NULL/ for rtrequest | ozaki-r |
| 2016-01-21 | Revert previous: ran cvs commit when I meant cvs diff. Sorry! | riastradh |
| 2016-01-21 | Give proper prototype to ip_output. | riastradh |
| 2015-08-31 | Make rt_refcnt take into account rt_timer | ozaki-r |
| 2015-08-24 | sprinkle _KERNEL_OPT | pooka |
| 2015-05-09 | if no address was found, don't check if it is tentative (hi Roy) | christos |
| 2015-05-09 | assign sin only when it is needed | christos |
| 2015-05-02 | Add IPv4 address flags IN_IFF_TENTATIVE, IN_IFF_DUPLICATED and | roy |
| 2015-04-24 | Use KASSERT instead of if & panic | ozaki-r |
| 2015-04-24 | Replace 0 with NULL for pointer variables | ozaki-r |
| 2014-12-02 | use the new printing code. | christos |
| 2014-05-30 | Introduce 2 new variables: ipsec_enabled and ipsec_used. | christos |
| 2014-05-19 | - Split off PRU_ATTACH and PRU_DETACH logic into separate functions. | rmind |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-06-05 | IPSEC has not come in two speeds for a long time now (IPSEC == kame, | christos |
| 2013-03-25 | PR/47693: Erik E. Fair: Add missing code to icmp handling. | christos |
| 2012-03-22 | remove KAME IPSEC, replaced by FAST_IPSEC | drochner |