| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-08 | Style, and remove outdated comments. | maxv |
| 2018-02-08 | Remove this check, it is already done at the beginning of the function. | maxv |
| 2018-02-08 | Reduce the indentation level of this huge block (without realigning yet, | maxv |
| 2018-02-08 | Move the SO_DEBUG block earlier, to reduce the indentation level. | maxv |
| 2018-02-08 | Use C99 types - in particular, stop using n_time and n_short -, style, and | maxv |
| 2018-02-08 | Style, and remove prototype of udp_sysctl (does not exist). | maxv |
| 2018-02-08 | More style, no functional change. | maxv |
| 2018-02-08 | Don't call lltable_purge_entries from in_if_down if ARP isn't enabled | ozaki-r |
| 2018-02-08 | Change the error stat from IP_STAT_BADFRAGS to IP_STAT_TOOLONG. The | maxv |
| 2018-02-08 | Fix a possible buffer overflow in the IPv4 _ctlinput functions. | maxv |