| Age | Commit message (Expand) | Author |
| 2018-03-10 | Fix spello in a comment | khorben |
| 2018-03-09 | Remove M_PKTHDR from secondary mbufs when reassembling packets. | maxv |
| 2018-03-08 | Fix a race condition on DAD destructions (again) | ozaki-r |
| 2018-03-06 | nd6: add a nonce to DaD probes in-case they are looped back to us | roy |
| 2018-03-06 | Use pool(9) for llentry allocations | ozaki-r |
| 2018-03-06 | Fix memory leaks on arp -d and ndp -d for static entries | ozaki-r |
| 2018-03-06 | Fix reference leaks of llentry | ozaki-r |
| 2018-03-06 | Add assertions | ozaki-r |
| 2018-03-06 | Tweak sanity checks | ozaki-r |
| 2018-03-03 | Add KASSERTs, we don't want m_nextpkt in ipsec{4/6}_process_packet. | maxv |
| 2018-03-01 | Sprinkle some const. | roy |
| 2018-03-01 | Revert rev1.183 (2003). | maxv |
| 2018-02-28 | Remove unused ipsec_private.h includes. | maxv |
| 2018-02-28 | (just forgot to commit this file, the message was) | maxv |
| 2018-02-28 | Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_reject | maxv |
| 2018-02-28 | Remove unused mbuf tags. | maxv |
| 2018-02-27 | Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of the | maxv |
| 2018-02-27 | Dedup: merge | maxv |
| 2018-02-26 | Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject. | maxv |
| 2018-02-26 | Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_hdrsiz. | maxv |
| 2018-02-24 | Avoid a race condition of DAD timer destructions | ozaki-r |
| 2018-02-24 | Avoid a deadlock between softnet_lock and IFNET_LOCK | ozaki-r |
| 2018-02-14 | join lines where they fit. | christos |
| 2018-02-14 | Remove IFF_STATICARP, we don't support this, and the code is useless in its | maxv |
| 2018-02-14 | Revert my two last changes in this file. They are apparently causing | maxv |
| 2018-02-13 | Mmh. Add a missing check: if ARP was disabled on the interface, don't | maxv |
| 2018-02-13 | Be tougher: | maxv |
| 2018-02-13 | Same change as rev1.258, but this time in revarpinput: use m_pullup. | maxv |
| 2018-02-13 | Minor stylistic changes, and use C99 types. | maxv |
| 2018-02-13 | Replace dead code by KASSERT. | maxv |
| 2018-02-13 | Don't force ARPHRD_IEEE1394 on IEEE1394 interfaces. If it's not there, then | maxv |
| 2018-02-13 | Use only one label, clearer. | maxv |
| 2018-02-13 | Fix three things in arpintr(): | maxv |
| 2018-02-13 | Style, no functional change. | maxv |
| 2018-02-12 | Keep a pointer to the interface of the multicast membership, because the | christos |
| 2018-02-12 | Don't rebase the pointers. 'm' is only allowed to become NULL (which | maxv |
| 2018-02-12 | Remove unused argument from tcp_signature_getsav. | maxv |
| 2018-02-12 | Add a KASSERT. | maxv |
| 2018-02-12 | Remove the 'm' argument from syn_cache_respond(); all it does with it is | maxv |
| 2018-02-12 | Remove this multicast check. Multicast packets are already dropped at | maxv |
| 2018-02-10 | If the socket wants a ESP-over-UDP packet, and the packet is incorrect, | maxv |
| 2018-02-09 | Remove dead code. | maxv |
| 2018-02-09 | Style, and move the 'ip_srcroute' call after 'tcp_dooptions', otherwise | maxv |
| 2018-02-09 | Style (realign everything correctly), and fix a typo. | maxv |
| 2018-02-08 | Style, rename a variable, and remove an unreachable case. | maxv |
| 2018-02-08 | Move the IPv4 multicast check earlier; we want to kick multicast packets | maxv |
| 2018-02-08 | Remove the unused 'multicast' argument from tcp_vtw_input, and remove | maxv |
| 2018-02-08 | Remove the default case, the beginning of the function already ensures | maxv |
| 2018-02-08 | Dedup code. | maxv |
| 2018-02-08 | Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. They | maxv |