Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.
Current directory: [cvs.netbsd.org] / src / sys / net
| File | Rev. | Age | Author | Last log entry |
|---|---|---|---|---|
| 1.29 | 21 months | rmind | Import NPF - a packet filter. Some features: - Designed to be fully MP-safe an... | |
| 1.168 | 5 months | christos | make comment reflect reality | |
| 1.59 | 2 months | christos | add {__BEGIN,__END}_DECLS | |
| 1.50 | 4 months | alnsn | Apply same bounds checks for BPF_LD|BPF_B|BPF_IND as for BPF_LD|BPF_H|BPF_IND an... | |
| 1.6 | 3 months | matt | Use proper ANSI prototypes for foo() -> foo(void) Caught when compiling with -Wo... | |
| 1.33 | 8 months | bouyer | Provide netbsd32 compat for bpf. Beside the ioctls, the structure returned to us... | |
| 1.14 | 3 years | mrg | Fix multiple problems: * A sign extension error creating the bridge ID corr... | |
| 1.20 | 3 years | cube | Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ... | |
| 1.12 | 5 months | christos | PR/45730: David Holland: Avoid having 2 copies of bpf.h in /usr/include. This ad... | |
| 1.17 | 6 years | elad | Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ... | |
| 1.6 | 8 months | jmcneill | build pf module with WARNS=3, and remove the need for -Wno-shadow | |
| 1.260 | 3 months | christos | PR/45764, PR/45914 Part 2: Arrange so that the pointers that we free (ifp->if_af... | |
| 1.154 | 7 months | dyoung | Document the ifioctl locking in comments. Add a missing percpu_free(9) call. | |
| 1.22 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.63 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.29 | 4 years | thorpej | Make ARP stats per-cpu. | |
| 1.19 | 15 months | chuck | udpate license clauses on my code to match the new-style BSD licenses. based on ... | |
| 1.49 | 15 months | chuck | udpate license clauses on my code to match the new-style BSD licenses. based on ... | |
| 1.76 | 2 months | wiz | Fix typo in kauth name. From PR 46234 by Matthew Mondor. Tested by Geoff Adams a... | |
| 1.14 | 3 years | bouyer | Fix for if_start() and pfil_hook() being called from hardware interrupt context ... | |
| 1.23 | 4 years | matt | Revert change of char to int8_t. | |
| 1.8 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.36 | 6 months | kiyohara | Fix build failed. Include if_inarp.h. | |
| 1.58 | 2 years | christos | Replace ether_nonstatic_aton with a - better named one - not suffering from buff... | |
| 1.31 | 6 months | dyoung | kauth isn't used in here, so don't #include <sys/kauth.h>. | |
| 1.10 | 3 years | ad | Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.... | |
| 1.189 | 2 weeks | chs | in ether_ifdetach(), clear if_mowner before releasing what it points to. fixes P... | |
| 1.47 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.3 | 6 years | thorpej | ANSI function decls and application of static. | |
| 1.14 | 4 years | perry | Convert many of the uses of __attribute__ to equivalent __packed, __unused and _... | |
| 1.81 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.80 | 6 months | dyoung | Don't kauth-orize SIOCDIFPHYADDR, SIOCSIFFLAGS, SIOCSIFMTU, or SIOCSLIFPHYADDR, ... | |
| 1.19 | 3 years | ad | Remove LKMs and switch to the module framework, pass 1. Proposed on tech-kern@.... | |
| 1.150 | 6 months | christos | cosmetic, no functional change: - sizeof(*var) instead of sizeof(type) - sort th... | |
| 1.42 | 5 months | drochner | sys/pcq.h isn't installed to userland, so only include it ifdef _KERNEL, fixes g... | |
| 1.13 | 4 years | martin | Remove clause 3 and 4 from TNF licenses | |
| 1.39 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.9 | 4 years | martin | Remove clause 3 and 4 from TNF licenses | |
| 1.45 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.20 | 3 years | gmcgarry | Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h preproces... | |
| 1.75 | 11 months | kefren | Avoid computing INET[6] cksums for MPLS packets | |
| 1.30 | 2 years | dyoung | Replace u_quad_t with uint64_t. u_quad_t is just a typedef for uint64_t, so no ... | |
| 1.55 | 15 months | cegger | add MBSS. From FreeBSD. | |
| 1.8 | 10 months | kefren | Avoid putting implicit null labels on the wire | |
| 1.1 | 23 months | kefren | branches: 1.1.2; 1.1.4; 1.1.6; Add MPLS support, proposed on tech-net@ a coup... | |
| 1.136 | 6 months | dyoung | For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCI... | |
| 1.25 | 3 years | cube | Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ... | |
| 1.98 | 8 months | rjs | Add support for RFC 4638 to pppoe(4). The change to if_spppsubr.c moves the tes... | |
| 1.11 | 4 years | martin | Remove clause 3 and 4 from TNF licenses | |
| 1.27 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.118 | 8 months | christos | Change obsolete CBSIZE constant (48), to a power of two constant (64) that is cl... | |
| 1.33 | 4 years | ad | Generic soft interrupts are mandatory. | |
| 1.27 | 2 years | jmcneill | COMPAT_50 support for SPPP[GS]ETIDLETO and SPPP[GS]ETKEEPALIVE, ok martin@ | |
| 1.125 | 5 months | tls | Separate /dev/random pseudodevice implemenation from kernel entropy pool implem... | |
| 1.16 | 2 years | dyoung | Replace u_quad_t with uint64_t. u_quad_t is just a typedef for uint64_t, so no ... | |
| 1.17 | 6 months | dyoung | For these interfaces, the implementation of SIOCSIFDSTADDR is identical to SIOCI... | |
| 1.3 | 2 years | dyoung | KNF. | |
| 1.77 | 6 months | dyoung | Don't kauth-orize SIOCSIFMTU in pppsioctl() and stf_ioctl(), ifioctl() has alrea... | |
| 1.4 | 6 years | thorpej | ANSI function decls and application of static. | |
| 1.96 | 8 months | christos | Change obsolete CBSIZE constant (48), to a power of two constant (64) that is cl... | |
| 1.19 | 4 years | ad | Generic soft interrupts are mandatory. | |
| 1.66 | 18 months | christos | PR/44131: Matthew Mondor: if_tap.c tap_dev_ioctl() not propagating error, always... | |
| 1.5 | 4 years | martin | Convert to new 2 clause license | |
| 1.16 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.61 | 10 months | tron | Fix weird hardware address assignment that GCC 4.5 complains about. | |
| 1.115 | 3 months | rmind | Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. | |
| 1.17 | 3 months | rmind | Replace tun_lock with mutex(9). XXX: too far from being MP-safe yet. | |
| 1.25 | 6 years | liamjfoy | branches: 1.25.54; Integrate Common Address Redundancy Procotol (CARP) from Ope... | |
| 1.69 | 7 months | dyoung | Use if_flags_set() and if_mcast_op(). | |
| 1.9 | 4 years | martin | Remove clause 3 and 4 from TNF licenses | |
| 1.7 | 7 months | dyoung | Cosmetic: remove whitespace at the end of line. | |
| 1.18 | 3 years | elad | Provide privilege checking code snippets for all significant NetBSD versions: < ... | |
| 1.4 | 4 years | thorpej | branches: 1.4.4; 1.4.6; Simplify the interface to netstat_sysctl() and allocat... | |
| 1.3 | 4 years | thorpej | branches: 1.3.4; 1.3.6; Simplify the interface to netstat_sysctl() and allocat... | |
| 1.41 | 22 months | kefren | Style fix: Tab consistency with the lines around it | |
| 1.16 | 10 months | wiz | dependant -> dependent | |
| 1.27 | 3 years | dyoung | Cosmetic: use LIST_FOREACH(). Join lines. | |
| 1.29 | 3 years | mrg | remove clause #3 from my license where there are no other copyright holders invo... | |
| 1.30 | 11 months | drochner | more "const" | |
| 1.16 | 3 years | cube | Fix handling of ppp compressor modules, from Andrew Doran's input. - ref count ... | |
| 1.20 | 3 years | cegger | kill MALLOC and FREE macros. | |
| 1.13 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.57 | 2 years | joerg | Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf check into t... | |
| 1.44 | 10 months | joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e... | |
| 1.22 | 2 years | pooka | Make it possible to register delayed radix tree head inits which will be process... | |
| 1.20 | 3 years | matt | Remove the pcb from the rawcb list before sofree'ing it. Don't reacquire softnet... | |
| 1.20 | 5 years | dyoung | KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneous parentheses ... | |
| 1.37 | 10 months | joerg | Retire varargs.h support. Move machine/stdarg.h logic into MI sys/stdarg.h and e... | |
| 1.126 | 3 months | christos | Count length from the beginning of the structure not the sa_data portion. From s... | |
| 1.81 | 3 months | rmind | rt_setkey: remove invalid assert, sockaddr_dup() may fail if no memory. | |
| 1.1 | 13 months | dyoung | branches: 1.1.2; 1.1.6; Hide the radix-trie implementation of the forwarding t... | |
| 1.140 | 3 months | christos | - don't copy past the end of sockaddr if we are rounding, zero it out instead, ... | |
| 1.38 | 3 years | tsutsui | Use memcmp(9) and memcpy(9) directly rather than via local BCMP() and BCOPY() ma... | |
| 1.18 | 4 years | matt | s/u_\(int[0-9]*_t\)/u\1/g (change u_int*_t to uint*_t) | |
| 1.9 | 6 years | elad | Multiple inclusion protection, as suggested by christos@ on tech-kern@ few days ... | |
| 1.33 | 3 years | cegger | Ansify function definitions w/o arguments. Generated with sed. | |
| 1.14 | 3 years | darran | Fixes PR kern/41069 and PR kern/41070. Extends the Opencrypto API to allow the ... |