summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2017-10-23 If if_initialize() failed in the attach function, free resources and return.msaitoh
2017-10-17Make SCTP work when IPSEC is also defined.rjs
2017-10-17Move call to sofree() to end of sctp_inpcb_free() and re-aquirerjs
2017-10-17Set SPL level to match usage for TCP.rjs
2017-10-17Remove duplicate assignment, comment doesn't match it anyway.rjs
2017-10-17Remove some foreign conditional code. NFC intended.rjs
2017-10-17Wrap pcb list check with #ifdef DEBUG.rjs
2017-10-17Remove function prototype that is no longer required. NFCrjs
2017-09-27Take softnet_lock on pr_input properly if NET_MPSAFEozaki-r
2017-09-21add lock for percpu route like l2tp(4).knakahara
2017-09-21Invalidate rtcache based on a global generation counterozaki-r
2017-08-15add some more getsockopt(2) paramschristos
2017-08-10Add support IP_PKTINFO for sendmsg(2).ryo
2017-08-04Fix it's -> its in a comment.uwe
2017-08-03Introduce KEY_SA_UNREF and replace KEY_FREESAV with it where sav will never b...ozaki-r
2017-07-31Fix TCPCTL_NAMES, and remove TCPCTL_VARIABLES.maxv
2017-07-29Remove TCP_COMPAT_42.maxv
2017-07-29Forgot to commit this file yesterday.maxv
2017-07-28Remove TCP_COMPAT_42. This feature is a workaround for a bug in the TCPmaxv
2017-07-27Don't acquire global locks for IPsec if NET_MPSAFEozaki-r
2017-07-23kmem_intr_free kmem_intr_[z]alloced memorypara
2017-07-19Correct a commentozaki-r
2017-07-11l2tp(4): fix mbuf leak when tunnel nested over the limitknakahara
2017-07-08Reorder the controls to the ones that need an interface and the ones thatchristos
2017-07-07Rename key_alloc* functions (NFC)ozaki-r
2017-07-06remove unnecessary casts (no functional change)christos
2017-07-06Merge the two copies SO_TIMESTAMP/SO_OTIMESTAMP processing to a singlechristos
2017-07-04Rename u to udst, .dst to .sa and .dst4 to sin.roy
2017-07-03Typokhorben
2017-07-03When outputting, search for the sending address on the sending interfaceroy
2017-06-28Pack assoc structs.rjs
2017-06-28Put back some commented out code.rjs
2017-06-28Whitespace.rjs
2017-06-27Use host byte order for a debug message.rjs
2017-06-27Check outgoing cookie size before accessing any contents.rjs
2017-06-27Use if_get_bylla() instead of just looking at the lla of the interfaceroy
2017-06-27Pack structs.rjs
2017-06-23Make arguments match debug message.rjs
2017-06-22Purge ARP/NDP entries on an interface when the interface is downozaki-r
2017-06-22Fix in_lltable_match_prefixozaki-r
2017-06-21Don't create a permanent L2 cache entry on adding an address to an interfaceozaki-r
2017-06-19Fix KASSERT in tcp_inputozaki-r
2017-06-16Sending a routing message (RTM_ADD) on adding an llentryozaki-r
2017-06-02pool_init does not copy its name argumentpara
2017-06-02Assert inph_locked on ipsec_pcb_skip_ipsec (was IPSEC_PCB_SKIP_IPSEC)ozaki-r
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-25Fix that a fresh in_ifaddr is unexpectedly freed before activating itozaki-r
2017-05-21Add missing NULL check for pool_get call with PR_NOWAITozaki-r
2017-05-19Allow CARP to call the link_state_change handler immediatelyozaki-r
2017-05-18Lookup caches from a CARP interface if the packet is routed to the interfaceozaki-r