summaryrefslogtreecommitdiff
path: root/sys/netinet/in.c
AgeCommit message (Expand)Author
2025-12-18net: attach IPv4 and IPv6 stacks to an interface with EVENTHANDLER(9)Gleb Smirnoff
2025-12-08lltable: use own lockGleb Smirnoff
2025-12-02netinet: Remove left-over sys/cdefs.hWarner Losh
2025-09-04bridge: Print a warning if member_ifaddrs=1Lexi Winter
2025-09-04ifnet: Defer detaching address family dependent dataZhenlei Huang
2025-09-01bridge: Fix adding gif(4) interface assigned with IP addresses as bridge memeberZhenlei Huang
2025-05-05bridge: allow IP addresses on members to be disabledLexi Winter
2025-03-02netinet: Make in_canforward() return boolZhenlei Huang
2025-03-02netinet: Do not forward or ICMP response to INADDR_ANYZhenlei Huang
2025-02-27netinet: Make in_ifhasaddr() return boolZhenlei Huang
2025-02-27netinet: Make in_localaddr() return boolZhenlei Huang
2025-02-24netinet: Update a comment for in_localip()Zhenlei Huang
2025-02-21netinet: use in_broadcast() inlineGleb Smirnoff
2025-02-21netinet: rename in_broadcast() to in_ifnet_broadcast()Gleb Smirnoff
2025-02-17netinet: make in_broadcast() and in_ifaddr_broadcast return boolGleb Smirnoff
2024-12-31Clarify net.inet.ip.allow_net240 and allow_net0Ed Maste
2024-12-17in: add in_mask2len()Kristof Provost
2024-07-22netinet: correct SIOCDIFADDR{,_IN6} calls to use {,in6_}ifreqKonrad Witaszczyk
2024-06-06pf: simplify pf_addrcpy() and pf_match_addr()Kristof Provost
2024-03-19carp: check CARP status in in_localip_fib(), in6_localip_fib()Gleb Smirnoff
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-07-26mac_ipacl: new MAC policy module to limit jail/vnet IP configurationShivank Garg
2023-07-01netinet[6]: make in[6]_control use ucred instead of td.Alexander V. Chernikov
2023-04-25lltable: properly set expire time to 0 for static IPv4 entries.Alexander V. Chernikov
2023-01-31IfAPI: Explicitly include <net/if_private.h> in netstackJustin Hibbits
2022-10-08inet: Simplify if_multiaddrs iteration.Alexander Motin
2022-09-26netinet: pass cred instead of the curthread to ifaddr manipulation funcs.Alexander V. Chernikov
2022-08-29Revert "routing: install prefix and loopback routes using new nhop-based KPI."Alexander V. Chernikov
2022-08-29routing: install prefix and loopback routes using new nhop-based KPI.Alexander V. Chernikov
2022-08-12protosw: change prototype for pr_controlGleb Smirnoff
2022-08-11netinet: get interface event notifications directly via EVENTHANDLER(9)Gleb Smirnoff
2022-07-21IPv4: correct limit on loopback_prefixMike Karels
2022-07-13IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8Mike Karels
2022-05-30lltable: introduce the llt_post_resolved callbackKUROSAWA Takahiro
2022-04-08net: Fix memory leaks in lltable_calc_llheader() error pathsMark Johnston
2021-12-29[lltable] Add per-family lltable getters.Alexander V. Chernikov
2021-12-26jail: network epoch protection for IP address listsGleb Smirnoff
2021-11-14kernel: partially revert e9efb1125a15, default inet maskMike Karels
2021-11-12Add in_localip_fib(), in6_localip_fib().Gleb Smirnoff
2021-11-09kernel: deprecate Internet Class A/B/CMike Karels
2021-10-22Use network epoch to protect local IPv4 addresses hash.Gleb Smirnoff
2021-10-13Remove in_ifaddr_lock acquisiton to access in_ifaddrhead.Gleb Smirnoff
2021-09-16Change lowest address on subnet (host 0) not to broadcast by default.Mike Karels
2021-09-07routing: fix source address selection rules for IPv4 over IPv6.Alexander V. Chernikov
2021-09-06lltable: do not require prefix lookup when checking lle allocation rules.Alexander V. Chernikov
2021-08-26netinet: prevent NULL pointer dereference in in_aifaddr_ioctl()Artem Khramov
2021-08-04[lltable] Unify datapath feedback mechamism.Alexander V. Chernikov
2021-04-23Re-enable network ioctls in capability modeMark Johnston
2021-04-07capsicum: Limit socket operations in capability modeMark Johnston