summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2023-06-24Fix typo in comment.msaitoh
2023-06-16White space fixes. No binary changes.rin
2023-06-02follow the steps of Andrew Doran (ad) commit and fix more s/loose/lose/ typos.andvar
2023-04-19Again allow multicast packets to be sent from unnumbered interfaces.mlelstv
2023-04-19Revert "Fix panic on packet sending via a route with rt_ifa of AF_LINK."ozaki-r
2023-04-07Select virtual address as sender if backing interface is anonymous.mlelstv
2023-04-05remove some double ee typos in comments.andvar
2023-03-26Use backing device to send advertisements. Otherwise the packets originatemlelstv
2022-12-11Need larger fat pointers for 128bit cache lines.mlelstv
2022-12-07Refactor ip_encap.[ch]knakahara
2022-12-07gif(4), ipsec(4) and l2tp(4) use encap_attach_addr().knakahara
2022-12-07Implement encap_attach_addr() which is used by IP-encaped tunnels.knakahara
2022-12-07refactor: use typedef for ip_encap priority functionknakahara
2022-11-25Support explicit unnumbered interface.knakahara
2022-11-21Fix panic on packet sending via a route with rt_ifa of AF_LINK.knakahara
2022-11-19Make arp have its own mowneryamt
2022-11-17Fix sending broken RTM_DELADDR message in some operations.knakahara
2022-11-15arp: Validate ARP source hardware address matches Ethernet sourceroy
2022-11-15Revert prior.roy
2022-11-14arp: Validate L2 sender hardware address matches ARP proberoy
2022-11-04ipcb: add/update the description of functionsozaki-r
2022-11-04inpcb: replace leading white spaces with tabsozaki-r
2022-11-04inpcb: get rid of parentheses for return valueozaki-r
2022-11-04inpcb: use NULLozaki-r
2022-11-04inpcb: use in_port_t for port numbersozaki-r
2022-11-04inpcb: use pool_cache instead of poolozaki-r
2022-11-04inpcb: rename functions to in6pcb_*ozaki-r
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-10-31tcp: fix wrong logic in tcp_dropozaki-r
2022-10-30tcp: restore NULL check for inp in tcp_ctloutputozaki-r
2022-10-29tcp: restore NULL checks for inpozaki-r
2022-10-29inpcb: fix for kernels without INET6ozaki-r
2022-10-28Adjust dccp and sctp for struct inpcb separationozaki-r
2022-10-28inpcb: separate inpcb again to reduce the size of PCB for IPv4ozaki-r
2022-10-28Remove in_pcb_hdr.hozaki-r
2022-10-28Adjust pf, wg, dccp and sctp for struct inpcb integrationozaki-r
2022-10-28inpcb: integrate data structures of PCB into oneozaki-r
2022-10-15fix various typos in documentation and comments.andvar
2022-10-14Avoid error of "-Wreturn-local-addr", and simplify the logic.ryo
2022-09-20syncache: make some functions staticozaki-r
2022-09-20tcp: separate syn cache stuffs into tcp_syncache.[ch] filesozaki-r
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2022-09-03Garbage-collect everything related to struct domain::dom_ifqueuesthorpej
2022-09-03Convert ARP from a legacy netisr to pktqueue.thorpej
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-09-02pktqueue: Re-factor sysctl handling.thorpej
2022-08-29Add sysctl entry to control to send routing message for RTM_DYNAMIC.knakahara
2022-08-22Add sysctl entry to enable/disable to use path MTU discovery for icmpv6 refle...knakahara
2022-08-06s/blity/bility/ in various words, mainly in comments.andvar
2022-07-29Remove obsoleted comments.knakahara