summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2018-03-01Sprinkle some const.roy
2018-03-01Revert rev1.183 (2003).maxv
2018-02-28Remove unused ipsec_private.h includes.maxv
2018-02-28(just forgot to commit this file, the message was)maxv
2018-02-28Remove duplicate IPSEC_STATINC(IPSEC_STAT_IN_POLVIO), ipsec_in_rejectmaxv
2018-02-28Remove unused mbuf tags.maxv
2018-02-27Dedup: merge ipsec4_set_policy and ipsec6_set_policy. The content of themaxv
2018-02-27Dedup: mergemaxv
2018-02-26Dedup: merge ipsec4_in_reject and ipsec6_in_reject into ipsec_in_reject.maxv
2018-02-26Dedup: merge ipsec4_hdrsiz and ipsec6_hdrsiz into ipsec_hdrsiz.maxv
2018-02-24Avoid a race condition of DAD timer destructionsozaki-r
2018-02-24Avoid a deadlock between softnet_lock and IFNET_LOCKozaki-r
2018-02-14join lines where they fit.christos
2018-02-14Remove IFF_STATICARP, we don't support this, and the code is useless in itsmaxv
2018-02-14Revert my two last changes in this file. They are apparently causingmaxv
2018-02-13Mmh. Add a missing check: if ARP was disabled on the interface, don'tmaxv
2018-02-13Be tougher:maxv
2018-02-13Same change as rev1.258, but this time in revarpinput: use m_pullup.maxv
2018-02-13Minor stylistic changes, and use C99 types.maxv
2018-02-13Replace dead code by KASSERT.maxv
2018-02-13Don't force ARPHRD_IEEE1394 on IEEE1394 interfaces. If it's not there, thenmaxv
2018-02-13Use only one label, clearer.maxv
2018-02-13Fix three things in arpintr():maxv
2018-02-13Style, no functional change.maxv
2018-02-12Keep a pointer to the interface of the multicast membership, because thechristos
2018-02-12Don't rebase the pointers. 'm' is only allowed to become NULL (whichmaxv
2018-02-12Remove unused argument from tcp_signature_getsav.maxv
2018-02-12Add a KASSERT.maxv
2018-02-12Remove the 'm' argument from syn_cache_respond(); all it does with it ismaxv
2018-02-12Remove this multicast check. Multicast packets are already dropped atmaxv
2018-02-10If the socket wants a ESP-over-UDP packet, and the packet is incorrect,maxv
2018-02-09Remove dead code.maxv
2018-02-09Style, and move the 'ip_srcroute' call after 'tcp_dooptions', otherwisemaxv
2018-02-09Style (realign everything correctly), and fix a typo.maxv
2018-02-08Style, rename a variable, and remove an unreachable case.maxv
2018-02-08Move the IPv4 multicast check earlier; we want to kick multicast packetsmaxv
2018-02-08Remove the unused 'multicast' argument from tcp_vtw_input, and removemaxv
2018-02-08Remove the default case, the beginning of the function already ensuresmaxv
2018-02-08Dedup code.maxv
2018-02-08Remove the IN6_IS_ADDR_V4MAPPED checks in the protocol functions. Theymaxv
2018-02-08Style, and remove outdated comments.maxv
2018-02-08Remove this check, it is already done at the beginning of the function.maxv
2018-02-08Reduce the indentation level of this huge block (without realigning yet,maxv
2018-02-08Move the SO_DEBUG block earlier, to reduce the indentation level.maxv
2018-02-08Use C99 types - in particular, stop using n_time and n_short -, style, andmaxv
2018-02-08Style, and remove prototype of udp_sysctl (does not exist).maxv
2018-02-08More style, no functional change.maxv
2018-02-08Don't call lltable_purge_entries from in_if_down if ARP isn't enabledozaki-r
2018-02-08Change the error stat from IP_STAT_BADFRAGS to IP_STAT_TOOLONG. Themaxv
2018-02-08Fix a possible buffer overflow in the IPv4 _ctlinput functions.maxv