summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2016-06-30Tidy up goto lablesozaki-r
2016-06-30Fix error pathsozaki-r
2016-06-30Make sure that ifaddr is published after its initialization finishedozaki-r
2016-06-28Add missing NULL checks for m_get_rcvif_psrefozaki-r
2016-06-23Fix typo in a commentozaki-r
2016-06-21Replace ifp of ip_moptions and ip6_moptions with if_indexozaki-r
2016-06-20fix: i386/ALL build failureknakahara
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
2016-06-13eliminate unnecessary splnetknakahara
2016-06-13MP-ify fastforward to support GATEWAY kernel option.knakahara
2016-06-13make ipflow_reap() static function.knakahara
2016-06-13remove unnecessary splnet before pool_{get,put}knakahara
2016-06-10Avoid storing a pointer of an interface in a mbufozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-05-27make hostzerobroadcast default to "no".christos
2016-05-22Use const for arguments to sctp_is_same_scope().rjs
2016-05-22Remove rtcache reference to route before freeing the containing struct.rjs
2016-05-17Get rid of unnecessary assignmentozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-05-09Fix compilation for ppcozaki-r
2016-05-04fix compilation for ppc.christos
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-26Fix build when IPSEC enabled.rjs
2016-04-26Stop using rt_gwroute on packet sending pathsozaki-r
2016-04-26Sweep unnecessary route.h inclusionsozaki-r
2016-04-25Fix build when IPSEC enabled.rjs
2016-04-25Check error of rt_setgate and rt_settagozaki-r
2016-04-19Fix error pathozaki-r
2016-04-19Separate MPLS-related routines from ip_hresolv_outputozaki-r
2016-04-19Constify rtentry of arpresolveozaki-r
2016-04-18Fix panic on receiving an ARP requestozaki-r
2016-04-18Get rid of meaningless RTF_UP check from ip_hresolv_outputozaki-r
2016-04-14Remove stray debug printf().rjs
2016-04-13ddb: rename show arptab to show routesozaki-r
2016-04-11Sweep unncessary radix.h inclusionsozaki-r
2016-04-07- tidy up error messageschristos
2016-04-04Separate nexthop caches from the routing tableozaki-r
2016-04-03Replace generic queue macros with IFNET/IFADDR macros.mlelstv
2016-04-01Remove unnecessary casts and do s/0/NULL/ for rtrequestozaki-r
2016-03-06PR/50899: David Binderman: optimize memsetchristos
2016-02-29remove unnecessary declarations and fix KNFknakahara
2016-02-26To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_c...knakahara
2016-02-25Use callout_halt instead of callout_stopozaki-r
2016-02-15Fix building of IPv4-Mapped IPv6 addresses.rtr
2016-02-15Reduce code duplication.rtr
2016-02-14remove duplicated #include of <netinet/in.h>rtr
2016-02-09Introduce softint-based if_inputozaki-r
2016-01-26eliminate variable argument in encapswknakahara
2016-01-26implement encapsw instead of protosw and uniform prototype.knakahara