The NetBSD Project

src/sys/net/

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

Current tag: netbsd-1-6-PATCH001


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] agr/        
[DIR] lagg/        
[DIR] npf/        
[TXT] Makefile  1.12   22 years  bjh21   Install net/ieee1394.h the same way we install all the other link-layer-specific...
[TXT] bpf.c  1.64   22 years  darrenr   branches: 1.64.2; If someone is poll'ing to write to bpf, assume that it can al...
[TXT] bpf.h  1.29   22 years  thorpej   branches: 1.29.8; Use __sh__ instead of __sh3__.
[TXT] bpf_filter.c  1.19   22 years  lukem   branches: 1.19.16; don't need <sys/types.h> when including <sys/param.h>
[TXT] bpfdesc.h  1.15   25 years  thorpej   branches: 1.15.48; Implement two new BPF ioctls: BPFGHDRCMPLT and BPFSHDRCMPLT,...
[TXT] bridgestp.c  1.2   22 years  lukem   add RCSIDs
[TXT] bsd-comp.c  1.11   22 years  lukem   branches: 1.11.16; don't need <sys/types.h> when including <sys/param.h>
[TXT] dlt.h  1.3   22 years  bjh21   branches: 1.3.10; Add MI Econet support. This is lacking any interfaces to hig...
[TXT] ethertypes.h  1.13   22 years  thorpej   branches: 1.13.16; Add the Ethertype for 802.3x flow control packets.
[TXT] if.c  1.104.4.1   21 years  tron   Pull up revision 1.105 (requested by martin in ticket #32): Add SIOCGIFDATA and ...
[TXT] if.h  1.75.6.1   21 years  tron   Pull up revision 1.76 (requested by martin in ticket #32): Add SIOCGIFDATA and S...
[TXT] if_arc.h  1.14   21 years  matt   branches: 1.14.10; Eliminate common.
[TXT] if_arcsubr.c  1.39   22 years  itojun   bring in latest ALTQ from kjc. ALTQify some of the drivers.
[TXT] if_arp.h  1.22   22 years  wiz   branches: 1.22.2; 1.22.14; receive, not recieve
[TXT] if_bridge.c  1.5.4.1   21 years  tv   Pull up revision 1.7 (requested by itojun in ticket #217): reject "add" request ...
[TXT] if_bridgevar.h  1.1   22 years  thorpej   branches: 1.1.2; 1.1.4; 1.1.18; Add support for building Ethernet bridges, ba...
[TXT] if_dl.h  1.11   23 years  kleink   branches: 1.11.24; Avoid recursion with traditional cpp.
[TXT] if_ether.h  1.27   22 years  itojun   branches: 1.27.8; bring in latest ALTQ from kjc. ALTQify some of the drivers.
[TXT] if_ethersubr.c  1.95.2.2   21 years  jmc   Pullup revisions 1.101-1.102 (requested by jmmv in ticket #1102) Fix typo: real...
[TXT] if_faith.c  1.24   22 years  thorpej   branches: 1.24.8; Someone <sys/param.h> was deleted from the includes list. Ad...
[TXT] if_faith.h  1.1   22 years  itojun   branches: 1.1.2; 1.1.4; 1.1.26; 1.1.42; correct faith prefix determination. ...
[TXT] if_gif.c  1.40.4.1   21 years  lukem   Pull up revision 1.41 (requested by itojun in ticket #262): drop too short IPv6 ...
[TXT] if_gif.h  1.8   22 years  itojun   gif interface now uses generic software interrupt (on archs that support it). a...
[TXT] if_gre.c  1.26.10.1   21 years  tron   Pull up revision 1.27 (requested by martin in ticket #226): Change default MTU t...
[TXT] if_gre.h  1.10   22 years  martin   branches: 1.10.16; Clear M_BCAST and M_MCAST on outgoing mbufs. Don't copy ttl ...
[TXT] if_ieee1394.h  1.3   23 years  onoe   branches: 1.3.2; 1.3.26; 1.3.42; Use DMA from mbuf instead of copy in transmi...
[TXT] if_ieee1394subr.c  1.15   21 years  haya   branches: 1.15.2; Bugfix: s/__NetBSD_Version/__NetBSD_Version__/. IPv4 over IE...
[TXT] if_llc.h  1.13   23 years  thorpej   branches: 1.13.22; Add 802.1D (Spanning Tree) LSAP code.
[TXT] if_loop.c  1.40   22 years  lukem   add RCSIDs
[TXT] if_media.c  1.15   22 years  lukem   add RCSIDs
[TXT] if_media.h  1.26   22 years  kleink   branches: 1.26.2; 1.26.14; Rename an IFM_1000_TX occurrence missed in previous...
[TXT] if_ppp.c  1.77   21 years  matt   branches: 1.77.2; Make ppp_softc[] extern and declare in if_ppp.c
[TXT] if_ppp.h  1.18   23 years  thorpej   branches: 1.18.2; 1.18.4; 1.18.16; For SLIP/STRIP/PPP, use generic soft inter...
[TXT] if_pppoe.c  1.24.4.15   21 years  jmc   Pullup rev 1.40 (requested by aymeric in ticket #1187) When looking up a Host-U...
[TXT] if_pppoe.h  1.3   22 years  martin   Fix copyright notice.
[TXT] if_pppvar.h  1.14   21 years  matt   branches: 1.14.2; Make ppp_softc[] extern and declare in if_ppp.c
[TXT] if_sl.c  1.80   22 years  atatat   Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an...
[TXT] if_slvar.h  1.24   22 years  itojun   branches: 1.24.4; 1.24.22; change the meaning of ifnet.if_lastchange to meet R...
[TXT] if_sppp.h  1.17   22 years  martin   Fix copyright notice.
[TXT] if_spppsubr.c  1.46.4.17   21 years  tron   Pull up revision 1.62 (requested by martin in ticket #1152): Remove a break afte...
[TXT] if_spppvar.h  1.4.8.3   21 years  jmc   Pullup revisions 1.62-1.63 (requested by tron in ticket #1133) Use MRU negotiat...
[TXT] if_stf.c  1.23.10.5   21 years  lukem   Pull up revision 1.28 (requested by itojun in ticket #630): backout previous. i...
[TXT] if_stf.h  1.1   24 years  itojun   branches: 1.1.6; 1.1.30; 1.1.36; 1.1.38; 1.1.40; introduce sys/netinet/ip_e...
[TXT] if_tun.c  1.51.6.1   21 years  lukem   Pull up revision 1.52 (requested by atatat in ticket #572): Make tun interfaces ...
[TXT] if_tun.h  1.10   22 years  atatat   branches: 1.10.16; Turn the tun device/network interface into a cloning device....
[TXT] if_types.h  1.19   22 years  bjh21   branches: 1.19.8; Sync with IANA. This finally gets us IFT_ECONET.
[TXT] if_vlan.c  1.33   22 years  lukem   branches: 1.33.8; 1.33.10; add RCSIDs
[TXT] if_vlanvar.h  1.4   23 years  thorpej   branches: 1.4.2; 1.4.4; 1.4.28; 1.4.36; 1.4.38; When an Ethernet interface ...
[TXT] pfil.c  1.20   22 years  lukem   branches: 1.20.16; add RCSIDs
[TXT] pfil.h  1.20   22 years  mrg   use _KERNEL_OPT
[TXT] pfkeyv2.h  1.12   22 years  itojun   branches: 1.12.20; pass replay sequence number on sadb_x_sa2 (it's outside of P...
[TXT] ppp-comp.h  1.5   23 years  christos   branches: 1.5.2; 1.5.4; 1.5.16; change CCP maxlen to 64 to accomodate mschap-...
[TXT] ppp-deflate.c  1.11   22 years  fvdl   Fix what looks like a merge error: olen = 0 in z_decompress, not PPP_HDRLEN, whi...
[TXT] ppp_defs.h  1.7   23 years  sommerfeld   branches: 1.7.2; 1.7.4; Merge if_spppsubr.c PPP protocol declarations list wit...
[TXT] ppp_tty.c  1.30   22 years  atatat   branches: 1.30.4; Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTT...
[TXT] radix.c  1.18   22 years  lukem   add RCSIDs
[TXT] radix.h  1.11   23 years  itojun   branches: 1.11.24; fix typo in function name (rn_satsifies_leaf -> satisfies). ...
[TXT] raw_cb.c  1.13   21 years  matt   branches: 1.13.10; Eliminate more commons.
[TXT] raw_cb.h  1.13   21 years  matt   Eliminate more commons.
[TXT] raw_usrreq.c  1.17   22 years  lukem   add RCSIDs
[TXT] route.c  1.52.4.1   21 years  he   Pull up revision 1.54 (requested by itojun in ticket #982): Add an argument to...
[TXT] route.h  1.29.4.1   21 years  he   Pull up revision 1.31 (requested by itojun in ticket #982): Add an argument to...
[TXT] rtsock.c  1.55   22 years  christos   branches: 1.55.10; PR/15703: Sean Boudreau: Case in route_output() where struct...
[TXT] slcompress.c  1.23   22 years  lukem   add RCSIDs
[TXT] slcompress.h  1.12   26 years  perry   branches: 1.12.48; add multiple inclusion protection (and cleanup).
[TXT] slip.h  1.7   26 years  perry   branches: 1.7.48; add multiple inclusion protection (and cleanup).
[TXT] zlib.c  1.18   21 years  tron   branches: 1.18.2; Fix memory leak which occurs after an allocation failure.
[TXT] zlib.h  1.6   22 years  fvdl   branches: 1.6.12; Upgrade this generated version to be based on zlib-1.1.4
[TXT] if_atm.h (in the Attic) [Hide]  1.12   22 years  toshii   branches: 1.12.22; 1.12.30; 1.12.32; Fix typo. s/extention/extension/
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.31   22 years  lukem   add RCSIDs
[TXT] if_eco.h (in the Attic) [Hide]  1.4   22 years  bjh21   branches: 1.4.2; 1.4.4; 1.4.22; 1.4.30; 1.4.32; Add retry mechanisms for Ec...
[TXT] if_ecosubr.c (in the Attic) [Hide]  1.10   22 years  lukem   add RCSIDs
[TXT] if_fddi.h (in the Attic) [Hide]  1.9   22 years  wiz   branches: 1.9.22; 1.9.38; withough -> without
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.43   22 years  lukem   branches: 1.43.8; add RCSIDs
[TXT] if_hippi.h (in the Attic) [Hide]  1.6   24 years  thorpej   branches: 1.6.28; 1.6.36; 1.6.38; Add the `packed' attribute to structures wh...
[TXT] if_hippisubr.c (in the Attic) [Hide]  1.14.10.1   21 years  lukem   Pull up revision 1.15 (requested by itojun in ticket #261): correect AF_INET6 ha...
[TXT] if_ieee80211.h (in the Attic) [Hide]  1.12   22 years  onoe   branches: 1.12.10; Fix for FH infrastructure mode. XXX: FH chanset should be ca...
[TXT] if_ieee80211subr.c (in the Attic) [Hide]  1.7   22 years  onoe   branches: 1.7.4; fix CRC (ICV) for WEP: ICV is 32bit not 16bit. (change from ht...
[TXT] if_strip.c (in the Attic) [Hide]  1.44   22 years  atatat   Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY for indicating an...
[TXT] if_stripvar.h (in the Attic) [Hide]  1.12   22 years  itojun   branches: 1.12.4; 1.12.22; change the meaning of ifnet.if_lastchange to meet R...
[TXT] if_token.h (in the Attic) [Hide]  1.7   24 years  soren   branches: 1.7.28; Add empty token_ifdetach().
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.19   22 years  lukem   branches: 1.19.10; add RCSIDs
[TXT] net_osdep.c (in the Attic) [Hide]  1.4   22 years  itojun   whitespace and comment. sync with kame
[TXT] net_osdep.h (in the Attic) [Hide]  1.7   22 years  itojun   whitespace and comment. sync with kame
[TXT] netisr.h (in the Attic) [Hide]  1.30   21 years  matt   Eliminate more commons.
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.8   22 years  thorpej   The bridge driver does all forwarding at interrupt level, and does not use softw...


CVSweb <webmaster@jp.NetBSD.org>