OpenBSD CVS

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: [local] / src / sys / net

Current tag: OPENBSD_5_4_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.83   11 years  gsoares   change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@
[TXT] bpf.h  1.43   12 years  claudio   Add DLT_PPP_SERIAL and DLT_C_HDLC to bpf.h even though the system will not gener...
[TXT] bpf_filter.c  1.24   13 years  canacar   Unbreak userland as well, since bpf_filter.c is also used in libpcap. Noticed by...
[TXT] bpfdesc.h  1.17   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] bridgestp.c  1.44   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] bsd-comp.c  1.7   16 years  henning   malloc sweep: -remove useless casts -MALLOC/FREE -> malloc/free -use M_ZERO wher...
[TXT] ethertypes.h  1.10   15 years  sthen   add ethertype and tcpdump support for VLAN stacking (QinQ) with type number 0x88...
[TXT] if.c  1.261   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] if.h  1.144   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] if_arp.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_bridge.c  1.211   10 years  henning   put the cksum diff back, of course with the bug fixed where we could under some ...
[TXT] if_bridge.h  1.37   11 years  camield   Change interface and span interface lists from LIST to TAILQ. This way the con...
[TXT] if_dl.h  1.8   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] if_enc.c  1.52   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] if_enc.h  1.11   10 years  mpi   Protect various driver descriptors by _KERNEL to stop exposing to much stuff to ...
[TXT] if_ethersubr.c  1.157   11 years  dlg   ansi function declarations. ok sha256
[TXT] if_gif.c  1.62   10 years  bluhm   Instead of bcopy() and bcmp() a single pointer in an mbuf tag, assign with = and...
[TXT] if_gif.h  1.10   14 years  claudio   Add a way to bind the tunnel endpoint of a gif/gre interface into a different rd...
[TXT] if_gre.c  1.62   11 years  bluhm   Include sys/timeout.h to make if_gre.c compile without pf. No binary change. OK...
[TXT] if_gre.h  1.13   13 years  claudio   Implement a simple keepalive mechanism in gre(4) that is compatible with the one...
[TXT] if_llc.h  1.8   11 years  henning   first or second coming, commie or not commie, one m in coming is sufficient ok c...
[TXT] if_loop.c  1.49   11 years  deraadt   do not include machine/cpu.h from a .c file; it is the responsibility of .h file...
[TXT] if_media.c  1.20   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] if_media.h  1.31   14 years  claudio   Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attached cable...
[TXT] if_mpe.c  1.29   11 years  tedu   no need for a lot of code to include proc.h
[TXT] if_pflog.c  1.54   10 years  henning   put the cksum diff back, of course with the bug fixed where we could under some ...
[TXT] if_pflog.h  1.24   10 years  mpi   Protect various driver descriptors by _KERNEL to stop exposing to much stuff to ...
[TXT] if_pflow.c  1.32   10 years  florian   branches: 1.32.2; bring back pflow v10; broken in previous commit, sorry. ok be...
[TXT] if_pflow.h  1.8   11 years  florian   Export ingress/egress interface index in pflow(4). Report that this is needed fo...
[TXT] if_pfsync.c  1.200   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] if_pfsync.h  1.46   11 years  mikeb   add ESN-related bits missed in the previous commit
[TXT] if_ppp.c  1.69   11 years  deraadt   do not include machine/cpu.h from a .c file; it is the responsibility of .h file...
[TXT] if_ppp.h  1.8   21 years  deraadt   license update of CMU parts. due to communication with wcw+@andrew.cmu.edu, pus...
[TXT] if_pppoe.c  1.37   11 years  mpi   Remove various external variable declaration from sources files and move them to...
[TXT] if_pppoe.h  1.5   15 years  brad   Fix a typo in the naming of the PPPoE input queues, ppoe -> pppoe. ok canacar@
[TXT] if_pppvar.h  1.15   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_pppx.c  1.23   10 years  mpi   Revert r1.20 for now, to make sure the newly created address is added to the glo...
[TXT] if_sppp.h  1.18   10 years  mpi   Change the structure used in the SPPPIOSDEFS and SPPPIOGDEFS ioctls to only incl...
[TXT] if_spppsubr.c  1.106   10 years  mpi   Remove a comment which is no longer true.
[TXT] if_trunk.c  1.84   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] if_trunk.h  1.17   12 years  claudio   LINK_STATE cleanup. It is no longer needed to special case carp(4). LINK_STATE_I...
[TXT] if_tun.c  1.115   11 years  mikeb   set the IFF_RUNNNING flag when recreating an interface after the IFF_LINK0 flag ...
[TXT] if_tun.h  1.15   17 years  claudio   Change the behaviour of tun(4) on close. - if the interface was auto-created by...
[TXT] if_types.h  1.19   15 years  henning   welcome pflow(4), a netflow v5 compatible flow export interface. flows export da...
[TXT] if_vether.c  1.18   11 years  tedu   no need for a lot of code to include proc.h
[TXT] if_vlan.c  1.97   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] if_vlan_var.h  1.20   14 years  naddy   Add support for 802.1ad-style QinQ nested VLANs. QinQ-compliant svlan (service ...
[TXT] netisr.h  1.37   11 years  mikeb   spacing
[TXT] pf.c  1.838   10 years  blambert   Collect and display 'match' counters for pf tables. While here, fix pf table di...
[TXT] pf_if.c  1.66   10 years  mpi   Revert previous and unbreak asr, the new include should be protected. Reported ...
[TXT] pf_ioctl.c  1.259   11 years  tedu   no need for a lot of code to include proc.h
[TXT] pf_lb.c  1.25   11 years  tedu   no need for a lot of code to include proc.h
[TXT] pf_norm.c  1.160   10 years  bluhm   Do not reset the fragment timeout each time a fragment arrives. Start the expire...
[TXT] pf_osfp.c  1.26   12 years  bluhm   As requested by henning, move the mbuf pointer into struct pf_pdesc. Also sort p...
[TXT] pf_ruleset.c  1.7   11 years  deraadt   this code is shared into userland, and there it should not pull in sys/mbuf.h ok...
[TXT] pf_table.c  1.101   10 years  blambert   Collect and display 'match' counters for pf tables. While here, fix pf table di...
[TXT] pfkeyv2.c  1.130   11 years  deraadt   re-arrange the pre-accounting of the objects in the buffer so it is clearer; ok ...
[TXT] pfkeyv2.h  1.63   11 years  deraadt   normalize structure definitions
[TXT] pfkeyv2_convert.c  1.40   11 years  reyk   Unbreak the kernel to userspace SADB_X_EXT_TAG message. ok deraadt@
[TXT] pfkeyv2_parsemessage.c  1.47   11 years  mpi   Remove various external variable declaration from sources files and move them to...
[TXT] pfvar.h  1.389   10 years  bluhm   Do not reset the fragment timeout each time a fragment arrives. Start the expire...
[TXT] pipex.c  1.42   11 years  yasuoka   Add new sysctl for pipex packet input/output queue length and counters. ok guen...
[TXT] pipex.h  1.17   11 years  yasuoka   Add new sysctl for pipex packet input/output queue length and counters. ok guen...
[TXT] pipex_local.h  1.19   11 years  yasuoka   branches: 1.19.6; 1.19.8; Remove unused macro function. diff from Michael W. ...
[TXT] ppp-comp.h  1.8   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] ppp-deflate.c  1.9   12 years  deraadt   Replace the cruddy old sys/net/zlib.[ch]. We now use the sys/lib/libz code. Mi...
[TXT] ppp_defs.h  1.13   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[TXT] ppp_tty.c  1.26   11 years  tedu   code that calls timeout functions should include timeout.h slipped by on i386, b...
[TXT] radix.c  1.30   11 years  blambert   Place declarations for internal radix functions inside radix.c, stop exporting t...
[TXT] radix.h  1.19   11 years  gsoares   change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@
[TXT] route.c  1.144   11 years  tedu   code that calls timeout functions should include timeout.h slipped by on i386, b...
[TXT] route.h  1.78   11 years  blambert   Make rt_lookup return a pointer to an rtentry struct instead of to a radix_node ...
[TXT] rtsock.c  1.126   11 years  krw   Do not attempt to delete the undeletable RNF_ROOT route. Discovered & fix teste...
[TXT] slcompress.c  1.10   11 years  deraadt   Replace all ovbcopy with memmove; swap the src and dst arguments too ok otto
[TXT] slcompress.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] trunklacp.c  1.14   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] trunklacp.h  1.5   14 years  reyk   remove inline functions and move some code from the trunk_lacp_input() API funct...
[TXT] if_aoe.c (in the Attic) [Hide]  1.3   12 years  tedu   there's no way we can use just a single workq task here. one task for all packe...
[TXT] if_aoe.h (in the Attic) [Hide]  1.3   12 years  tedu   there's no way we can use just a single workq task here. one task for all packe...
[TXT] if_atm.h (in the Attic) [Hide]  1.14   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.33   11 years  deraadt   do not include machine/cpu.h from a .c file; it is the responsibility of .h file...
[TXT] if_fddi.h (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_fddisubr.c (in the Attic) [Hide]  1.61   11 years  deraadt   do not include machine/cpu.h from a .c file; it is the responsibility of .h file...
[TXT] if_sl.c (in the Attic) [Hide]  1.48   11 years  mpi   Remove code under ifndef OpenBSD. No object change.
[TXT] if_slvar.h (in the Attic) [Hide]  1.15   10 years  guenther   Switch times in the SLIP softc to time_t and reorder slightly ok mpi@ deraadt@
[TXT] netisr.c (in the Attic) [Hide]  1.2   12 years  henning   begone, fucking rotten appletalk shit. ok room
[TXT] pfkey.c (in the Attic) [Hide]  1.20   11 years  mikeb   remove incorrect splnet usage in pfkey interface and make raw_usrreq do an splso...
[TXT] radix_mpath.c (in the Attic) [Hide]  1.19   11 years  mpi   Remove various external variable declaration from sources files and move them to...
[TXT] radix_mpath.h (in the Attic) [Hide]  1.9   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] raw_cb.c (in the Attic) [Hide]  1.6   12 years  bluhm   Ansify raw_... function definitions. No binary change. from Michael W. Bombardi...
[TXT] raw_cb.h (in the Attic) [Hide]  1.8   14 years  claudio   Extend the protosw pr_ctlinput function to include the rdomain. This is needed s...
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.16   11 years  mikeb   Rearrange the code a bit to prevent splx() from being called with an uninitializ...
[TXT] slip.h (in the Attic) [Hide]  1.4   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...