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_4_1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.64   17 years  canacar   Make sure a bpf device can only be opened once. Previously the descriptor was lo...
[TXT] bpf.h  1.33   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] bpf_filter.c  1.18   17 years  otto   Fix handling of errors wrt to MINDEX. From NetBSD bpf_filter 1.32; ok henning@ d...
[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.26   17 years  reyk   Set topology change propagation on all ports _except_ the caller. From FreeBSD
[TXT] bsd-comp.c  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ethertypes.h  1.5   19 years  brad   Use ETHERTYPE_VLAN.
[TXT] if.c  1.155   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] if.h  1.86   17 years  jmc   grammar fix from bret lambert;
[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.157   17 years  michele   discard packet and return if ifp is not a member of the bridge this fix PR 5056 ...
[TXT] if_bridge.h  1.31   17 years  reyk   refer to the RSTP point to point option as "PTP" instead of "P2P". P2P is common...
[TXT] if_dl.h  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_enc.c  1.45   17 years  reyk   ansify the enc code ok otto@
[TXT] if_enc.h  1.8   22 years  angelos   Copyright update.
[TXT] if_ethersubr.c  1.105   17 years  reyk   use LINK_STATE_IS_UP(ifp0->if_link_state) instead of ifp0->if_link_state == LINK...
[TXT] if_gif.c  1.41   17 years  claudio   Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4) tun...
[TXT] if_gif.h  1.9   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[TXT] if_gre.c  1.41   18 years  claudio   Fix multicast and broadcast over gre(4) tunnels. Clear the M_MCAST and M_BCAST m...
[TXT] if_gre.h  1.10   19 years  brad   - Add IPv6 over GRE. - u_short -> u_int16_t - Change default MTU to 1476 (same v...
[TXT] if_llc.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_loop.c  1.40   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] if_media.c  1.16   18 years  brad   rev 1.18 when there are multiple matches for the requested media, select the fi...
[TXT] if_media.h  1.23   17 years  kettenis   Add IFM_ETH_FMASK. From NetBSD. Requested by brad@
[TXT] if_pflog.c  1.22   17 years  otto   make pflog(4) count; ok hennig@ deraadt@
[TXT] if_pflog.h  1.14   17 years  henning   allow up to 16 pflog interfaces, ok mcbride
[TXT] if_pfsync.c  1.73   17 years  henning   no need to always attach pfsync0 any more. ok mpf mcbride
[TXT] if_pfsync.h  1.30   17 years  henning   make pfsync a clonable too, but prevent more than one instance from beeing creat...
[TXT] if_ppp.c  1.47   17 years  deraadt   check if ifqueue has anything queued before doing the dance of splnet/IF_DEQUEUE...
[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.11   17 years  todd   knf, from bred@
[TXT] if_pppoe.h  1.3   19 years  markus   missing $OpenBSD
[TXT] if_pppvar.h  1.15   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_sppp.h  1.10   18 years  claudio   Another gem from the the-world-runs-on-i386 departement. Using u_long in a packe...
[TXT] if_spppsubr.c  1.46   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] if_trunk.c  1.30   17 years  reyk   handle the full duplex link state in trunk(4). load sharing trunks with at least...
[TXT] if_trunk.h  1.11   17 years  reyk   handle the full duplex link state in trunk(4). load sharing trunks with at least...
[TXT] if_tun.c  1.85   17 years  claudio   For TUNSIFMODE protect the if_flags similar to the TUNSIFINFO case. Don't allow ...
[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.18   19 years  grange   First step in Bluetooth protocol stack support. The code is adopted from the Fr...
[TXT] if_vlan.c  1.68   18 years  krw   Check for NULL cookies before calling hook_disestablish(). Just in case the esta...
[TXT] if_vlan_var.h  1.18   18 years  reyk   add an interface detach hook and use it with the vlan(4) driver. this fixes a po...
[TXT] netisr.h  1.23   18 years  henning   netns bits die
[TXT] pf.c  1.527   17 years  pyr   make urpf-failed work with multipath routes. ok claudio@
[TXT] pf_if.c  1.46   17 years  itojun   use IN6_IS_SCOPE_EMBED to check kernel-internal form addresses (s6_addr16[1] fil...
[TXT] pf_ioctl.c  1.175   17 years  deraadt   because sparc has variable pagesize, ctob() varies between machines, and we need...
[TXT] pf_norm.c  1.107   18 years  pascoe   After fragment reassembly/trimming, pf must revalidate the mbuf tag of the alter...
[TXT] pf_osfp.c  1.12   17 years  itojun   wrap ipv6 portion with #ifdef INET6. from cmetz
[TXT] pf_ruleset.c  1.1   17 years  mcbride   Split ruleset manipulation functions out into pf_ruleset.c to allow them to be i...
[TXT] pf_table.c  1.68   18 years  dhartmei   fix creation of sub-anchors, e.g. if you create an anchor /foo/bar, create only ...
[TXT] pfkeyv2.c  1.114   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] pfkeyv2.h  1.56   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] pfkeyv2_convert.c  1.29   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] pfkeyv2_parsemessage.c  1.41   17 years  reyk   add support to tag ipsec traffic belonging to specific IKE-initiated phase 2 tra...
[TXT] pfvar.h  1.244   17 years  deraadt   if machine has more than 100MB of physmem, default the max table entries to 200,...
[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.7   21 years  deraadt   Paul Mackerras and the Australian National University have worked things out, an...
[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.20   20 years  itojun   de-register. deraadt ok
[TXT] radix.c  1.21   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] radix.h  1.13   17 years  claudio   Cleanup radix.c, remove unused stuff, use nicer prototype definitions and remove...
[TXT] route.c  1.81   17 years  claudio   Unbreak the tree. The code to set and unset the RTF_MPATH bit on all multipath r...
[TXT] route.h  1.46   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] rtsock.c  1.63   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] slcompress.c  1.9   17 years  jsg   Consistently spell FALLTHROUGH to appease lint. ok kettenis@ cloder@ tom@ hennin...
[TXT] slcompress.h  1.7   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] if_atm.h (in the Attic) [Hide]  1.12   17 years  henning   unbreak; from theo
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.26   18 years  brad   With the exception of two other small uncommited diffs this moves the remainder ...
[TXT] if_faith.c (in the Attic) [Hide]  1.22   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[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.50   17 years  reyk   use LINK_STATE_IS_UP(ifp0->if_link_state) instead of ifp0->if_link_state == LINK...
[TXT] if_sl.c (in the Attic) [Hide]  1.32   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] if_slvar.h (in the Attic) [Hide]  1.12   20 years  markus   support ifconfig create; ok deraadt
[TXT] if_strip.c (in the Attic) [Hide]  1.32   18 years  djm   allow bpf(4) to ignore packets based on their direction (inbound or outbound), u...
[TXT] if_stripvar.h (in the Attic) [Hide]  1.8   22 years  millert   First round of __P removal in sys
[TXT] if_token.h (in the Attic) [Hide]  1.6   20 years  avsm   convert __attribute__((__packed__)) to __packed so that parsers unaware of gcc e...
[TXT] if_tokensubr.c (in the Attic) [Hide]  1.24   17 years  reyk   use LINK_STATE_IS_UP(ifp0->if_link_state) instead of ifp0->if_link_state == LINK...
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.10   18 years  henning   netns bits die
[TXT] pfkey.c (in the Attic) [Hide]  1.16   19 years  markus   implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtree and use sysctl...
[TXT] radix_mpath.c (in the Attic) [Hide]  1.7   17 years  pascoe   Whitespace, oops.
[TXT] radix_mpath.h (in the Attic) [Hide]  1.5   17 years  pascoe   Add support for equal-cost multipath IP. To minimise path disruptions, this imp...
[TXT] raw_cb.c (in the Attic) [Hide]  1.5   20 years  itojun   de-register. deraadt ok
[TXT] raw_cb.h (in the Attic) [Hide]  1.6   21 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.10   20 years  espie   put an mi wrapper around stdarg.h/varargs.h. gcc3 moved stdarg/varargs macros to...
[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...
[TXT] zlib.c (in the Attic) [Hide]  1.12   20 years  itojun   de-register. deraadt ok
[TXT] zlib.h (in the Attic) [Hide]  1.4   22 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...