summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2022-09-03Machete-waving to fix mpls rump build after pktqueue changes.thorpej
2022-09-03bpf(4): Reject bogus timeout values before arithmetic overflows.riastradh
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-03Convert MPLS from a legacy netisr to pktqueue.thorpej
2022-09-03Convert CAN from a legacy netisr to pktqueue.thorpej
2022-09-03Convert NETATALK from a legacy netisr to pktqueue.thorpej
2022-09-03Convert ARP from a legacy netisr to pktqueue.thorpej
2022-09-03Only use configured RPS hash functions for IPv4 and IPv6 packets.thorpej
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-09-02Re-factor how pktq_barrier() is issued by if_detach().thorpej
2022-09-02f_detach(): Drain the protocol input queues before the pr_purgeif()thorpej
2022-09-02pktqueue: Re-factor sysctl handling.thorpej
2022-09-01pktq_rps_hash(): Make the "funcp" argument const.thorpej
2022-09-01pktq_dequeue(): Prevent packets from getting stuck beind barrier markers.thorpej
2022-08-29Fix build failure when no options INET6.knakahara
2022-08-29Add sysctl entry to control to send routing message for RTM_DYNAMIC.knakahara
2022-08-27Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.thorpej
2022-08-27Use IFQ_SET_MAXLEN() rather than open-coding it.thorpej
2022-08-27Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.thorpej
2022-08-27Use IFQ_SET_MAXLEN() rather than open-coding it.thorpej
2022-08-27Ensure that all queues passed to ifq_enqueue2() have a valid ifq_lock.thorpej
2022-08-27Consistently use IFQ_SET_MAXLEN(), rather than open-coding it. NFC.thorpej
2022-08-27Add a little const. NFC.skrll
2022-08-26Refactor: rtrequest_newmsg() is no longer used after nd6_rtr.c:r1.149knakahara
2022-08-21Sprinkle more const. NFC.skrll
2022-08-21Sprinkle const. NFC.skrll
2022-08-21Style / whitespace.skrll
2022-08-20ifnet(9): Make sure to use if_timer and if_watchdog at IPL_NET.riastradh
2022-08-20ifnet(9): On if_deactivate, don't make null if_slowtimo nonnull.riastradh
2022-08-20ifnet(9): Kernel lock for struct ifnet::if_timer.riastradh
2022-08-20ifnet(9): Add sysctl net.interaces.ifN.watchdog.trigger.riastradh
2022-08-20ifnet(9): Defer if_watchdog (a.k.a. if_slowtimo) to workqueue.riastradh
2022-08-17if.c: fix typo in commentrillig
2022-08-16micro optimaize for pfil_run_hooks(), ok'ed by ozaki-r@n.o and ryo@n.o.knakahara
2022-08-15Fix stall on PPPOE_STATE_PADR_SENT, suggested by martin@n.o, thanks.knakahara
2022-08-12Fix stall on PPPOE_STATE_PADR_SENT when received specific PADO, ok'ed by yama...knakahara
2022-07-31Count dropped packets caused by ENOBUFS as interface error.mlelstv
2022-07-29No need to wrap the call to if_detach with splnet / splx as if_detachskrll
2022-07-29Fix a typo in a comment.skrll
2022-07-29KNF a commentskrll
2022-07-29Sprinkle constskrll
2022-07-29Trailing whitespaceskrll
2022-07-28Trailing whitespaceskrll
2022-07-11KNF two comments.skrll
2022-07-11Grammar in a comment.skrll
2022-07-08alredy -> alreadyskrll
2022-07-07ifioctl(9): Don't touch ifconf or ifreq until command is validated.riastradh
2022-07-06net/if_ppp.c: Avoid user-controlled overrun in PPPIOCSCOMPRESS.riastradh
2022-07-06net/if_ppp.c: Sprinkle KNF. No functional change intended.riastradh