summaryrefslogtreecommitdiff
path: root/sys/net
AgeCommit message (Expand)Author
2023-06-16Align function name in its declaration consistently.rin
2023-06-16Consistently use __inline instead of inline, as done for rev. 1.119:rin
2023-06-05route: run workqueue kthreads with KERNEL_LOCK unless NET_MPSAFEozaki-r
2023-05-28s/explcit/explicit/ in comment.andvar
2023-04-11Give scope and additional details to wg(4) diagnostic messages.jakllsch
2023-04-05s/termintaed/terminated/ in comment.andvar
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-25s/deteted/detected/ in log message.andvar
2023-02-24npf: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2023-02-24sys/net/if.c: Eliminate __HAVE_ATOMIC_AS_MEMBAR conditionals.riastradh
2023-02-12PR kern/56052:kardel
2023-02-12PR kern/55654:kardel
2023-02-08bpf.c: support loopback writes when BIOCSHDRCMPLT is setgutteridge
2023-02-07bpf.c: fix a few typos and grammatical issues in commentsgutteridge
2023-01-23npf(9): Drop table lock around copyout.riastradh
2023-01-22npf(9): Another comment tweak to match upstream.riastradh
2023-01-22npf(9): Update comment to reduce diff from upstream.riastradh
2023-01-22npf(9): Use __HAVE_ATOMIC_AS_MEMBAR around refcnt consistently.riastradh
2023-01-06tap: link up an interface cloned from /dev/tapozaki-r
2023-01-05centralize the kauth ugliness.christos
2023-01-05wg(4): Allow non-root to retrieve information other than the privatejakllsch
2023-01-05Check for authorization for SIOCSDRVSPEC and SIOCGDRVSPEC ioctls for wg(4).jakllsch
2023-01-04Fix libreswan build failure. Pointed out by Andrew Cagney, thanks.knakahara
2022-12-22route(4): Work around deadlock in rt_free wait path.riastradh
2022-12-21ppp: remove ioctls that never worked and crash the kernelchs
2022-11-30bpf: support sending packets on loopback interfacesozaki-r
2022-11-25Support explicit unnumbered interface.knakahara
2022-11-25KNF. No functional change.msaitoh
2022-11-19bpf: refresh bd_pid in a few more places as wellyamt
2022-11-19Make arp have its own mowneryamt
2022-11-15arp: Validate ARP source hardware address matches Ethernet sourceroy
2022-11-15Revert prior.roy
2022-11-14net: Store a pointer to the Layer 2 Sender Hardware address in mbufroy
2022-11-07Increase sdl_data so that more then IFNAMSIZ bytes are available (again).msaitoh
2022-11-04inpcb: rename functions to inpcb_*ozaki-r
2022-10-28Adjust pf, wg, dccp and sctp for struct inpcb integrationozaki-r
2022-10-27Revert if_dl.h change. It'll be commited with the COMPAT_9 code in future.msaitoh
2022-10-26ppp(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26sl(4): Convert to ttylock/ttyunlock.riastradh
2022-10-24Make ifq_drops in struct ifqueue and struct ifaltq 64 bit.msaitoh
2022-10-24Increase sdl_data so that more then IFNAMSIZ bytes are available.msaitoh
2022-10-11Add sadb_x_policy_flags to inform SP origination.knakahara
2022-10-06Fix overflow case detected by clang. Pointed out by wsh@IIJ, thanks.knakahara
2022-10-04Fix comment (!COMPAT_RTSOCK case). No functional change.msaitoh
2022-09-30ipsecif(4) can use fixed SP reqid based on ifindex, that can reduce number of...knakahara
2022-09-20Remove routes on an address removal if the routes referencing to the address....knakahara
2022-09-18Eliminate use of IFF_OACTIVE.thorpej
2022-09-18Typo in commentmartin
2022-09-04Fix "MPLS handled this" detection logic in the rump environment.thorpej
2022-09-04In pktq_flush():thorpej