| Age | Commit message (Expand) | Author |
| 2021-02-19 | - Make ALIGNED_POINTER use __alignof(t) instead of sizeof(t). This is more | christos |
| 2021-02-14 | - centralize header align and pullup into a single inline function | christos |
| 2020-08-28 | inet6: reduce silent packet discards | ozaki-r |
| 2020-08-28 | inet6: pass rcvif to ip6_forward to avoid extra psref_acquire | ozaki-r |
| 2020-08-28 | ipsec: rename ipsec_ip_input to ipsec_ip_input_checkpolicy | ozaki-r |
| 2020-08-28 | inet, inet6: count packets dropped by IPsec | ozaki-r |
| 2020-07-27 | ip6: Remove __packed attribute from ip6 structures | roy |
| 2020-06-19 | localify | maxv |
| 2020-06-12 | Remove in-kernel handling of Router Advertisements | roy |
| 2019-11-12 | Add more checks in ip6_pullexthdr, to prevent a panic in m_copydata. The | maxv |
| 2019-10-18 | in6: reset the temporary address timer on a change of the interval period | ozaki-r |
| 2019-10-16 | Validate ip6_temp_preferred_lifetime (net.inet6.ip6.temppltime) on a change | ozaki-r |
| 2019-10-16 | Reorganize in6_tmpaddrtimer stuffs | ozaki-r |
| 2019-09-19 | Apply some missing changes lost on the previous commit | ozaki-r |
| 2019-09-19 | Avoid having a rtcache directly in a percpu storage | ozaki-r |
| 2019-09-15 | Packet filters can return an mbuf chain with fragmented headers, so | bouyer |
| 2019-05-13 | Count packets dropped by pfil | ozaki-r |
| 2019-01-17 | Fix ipsecif(4) cannot apply input direction packet filter. Reviewed by ozaki-... | knakahara |
| 2019-01-14 | Fix bug, should be ip6_protox[]. | maxv |
| 2018-11-15 | Remove the 't' argument from m_tag_find(). | maxv |
| 2018-05-19 | Remove misleading comment. | maxv |
| 2018-05-17 | Add KASSERTs, related to PR/39794. | maxv |
| 2018-05-14 | Merge ipsec4_input and ipsec6_input into ipsec_ip_input. Make the argument | maxv |
| 2018-05-01 | Remove now unused net_osdep.h includes, the other BSDs did the same. | maxv |
| 2018-04-26 | Remove unused mbuf argument from sbsavetimestamp. | maxv |
| 2018-04-26 | Move the address checks into one function, ip6_badaddr(). In this function, | maxv |
| 2018-04-15 | Remove useless DIAGNOSTIC block, the caller already ensures the | maxv |
| 2018-04-15 | Introduce a m_verify_packet function, that verifies the mbuf chain of a | maxv |
| 2018-04-11 | Add comment about IPsec. | maxv |
| 2018-03-21 | Sprinkle more soroverflow(). | roy |
| 2018-03-06 | Perform the IP (src/dst) checks _before_ calling the packet filter, because | maxv |
| 2018-02-24 | Avoid a deadlock between softnet_lock and IFNET_LOCK | ozaki-r |
| 2018-02-14 | Re-make ip6_nexthdr global, it will be used in soon-to-be-added code... | maxv |
| 2018-02-12 | Replace bcopy -> memcpy when it is obvious that the areas don't overlap. | maxv |
| 2018-02-09 | Remove dead code. | maxv |
| 2018-01-30 | Style, localify, remove dead code, and fix typos. No functional change. | maxv |
| 2018-01-30 | Kick nested fragments. | maxv |
| 2018-01-30 | Fix a buffer overflow in ip6_get_prevhdr. Doing | maxv |
| 2018-01-29 | Start cleaning up ip6_input.c. Several pieces of code have evolved but | maxv |
| 2017-11-25 | Attempt to restore v6 networking. Not 100% certain that these | kre |
| 2017-11-24 | Allow local communication over DETACHED addresses. | roy |
| 2017-11-17 | Provide macros for softnet_lock and KERNEL_LOCK hiding NET_MPSAFE switch | ozaki-r |
| 2017-09-27 | Take softnet_lock on pr_input properly if NET_MPSAFE | ozaki-r |
| 2017-07-27 | Don't acquire global locks for IPsec if NET_MPSAFE | ozaki-r |
| 2017-07-06 | remove unnecessary casts; use sizeof(var) instead of sizeof(type). | christos |
| 2017-07-06 | Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a single | christos |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-03-14 | Replace DIAGNOSTIC + panic with KASSERT | ozaki-r |
| 2017-03-01 | Provide in6_multi_group | ozaki-r |
| 2017-02-22 | Stop using useless IN6_*_MULTI macros | ozaki-r |