summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2016-06-30Make sure that ifaddr is published after its initialization finishedozaki-r
2016-06-28Introduce if_is_deactivatedozaki-r
2016-06-28Add missing NULL checks for m_get_rcvif_psrefozaki-r
2016-06-27fix spelling mistake pointed out by roy@n.oknakahara
2016-06-27gif(4) does not need link state changing interruptsknakahara
2016-06-27reduce link state changing softint if it is not requiredknakahara
2016-06-24eliminate unused softint for gif(4) Rxknakahara
2016-06-24eliminate gif(4) Tx softintknakahara
2016-06-22fix: locking about IFQ_ENQUEUE and ALTQknakahara
2016-06-22Remove unnecessary NULL checks of ifa->ifa_addrozaki-r
2016-06-21Make sure returning ifp from in6_select* functions psref-edozaki-r
2016-06-21fix ATF net/carp failureknakahara
2016-06-21Replace ifp of ip_moptions and ip6_moptions with if_indexozaki-r
2016-06-21Introduce if_index_tozaki-r
2016-06-20fix: kern/51259knakahara
2016-06-20apply if_start_lock() to L2 callers which call ifp->if_start() of device deri...knakahara
2016-06-20introduce if_start_lock()knakahara
2016-06-20fix: i386 build failureknakahara
2016-06-20fix: should not assert IFEF_OUTPUT_MPSAFE in bridge_output()knakahara
2016-06-20tentative fix for ATF(net/if_bridge/t_bridge)knakahara
2016-06-20make bridge_output MP-safe, so that bridge(4) can enable IFEF_OUTPUT_MPSAFE.knakahara
2016-06-20make ether_output() MP-safe, so that if_ether can enable IFEF_OUTPUT_MPSAFE.knakahara
2016-06-20make looutput() MP-safe, so that lo(4) can enable IFEF_OUTPUT_MPSAFE.knakahara
2016-06-20apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 ...knakahara
2016-06-20Do psref_target_destroy after purging packetsozaki-r
2016-06-20introduce if_output_lock()knakahara
2016-06-20introduce if_extflags (was if__pad1)knakahara
2016-06-16Fix error branches of if_sdl_sysctl.riastradh
2016-06-16Use if_get_byindex instead of if_byindex for MP-safeozaki-r
2016-06-16Use curlwp_bind and curlwp_bindx instead of open-coding LP_BOUNDozaki-r
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-06-07Create separate modules for i2c_bitbang and bpf_filter so these filespgoyette
2016-05-31Optimize if_get_byindex by adding __predict_trueozaki-r
2016-05-31modify some functions static. no functional change.knakahara
2016-05-29Adapt to the new version of sljit@r313.alnsn
2016-05-17Fix RT_IN_PRINTozaki-r
2016-05-17Tidy up route_outputozaki-r
2016-05-16Apply if_get and if_put to bridge(4)ozaki-r
2016-05-16Replace ifnet_lock with if_get and if_putozaki-r
2016-05-16Introduce if_get, if_get_byindex and if_putozaki-r
2016-05-12Protect ifnet list with psz and psrefozaki-r
2016-05-09Don't increment the reference count only when it was 0...christos
2016-05-04Allow multicast/broadcast packets from a bridge member to other members.roy
2016-05-02Typo in commentskrll
2016-04-28Constify remaining rtentry of if_output (fix build)ozaki-r
2016-04-28introduce new ifnet MP-scalable sending interface "if_transmit".knakahara
2016-04-28Constify rtentry of if_outputozaki-r
2016-04-26Stop using rt_gwroute completelyozaki-r
2016-04-26Stop using rt_gwroute on packet sending pathsozaki-r