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_5_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.71   15 years  dlg   dont have bpf.h expose the kernel ticks variable wherever it is includeing. it ...
[TXT] bpf.h  1.38   15 years  michele   Change DLT_MPLS number. Use one assigned by tcpdump guys to keep things in sync ...
[TXT] bpf_filter.c  1.20   16 years  canacar   Accept BPF_MUL as a valid instruction in bpf_validate() also improve the comment...
[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.36   15 years  blambert   Convert timeout_add() calls using multiples of hz to timeout_add_sec() Really j...
[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.188   15 years  claudio   Disable rt_if_track() for now. This causes the rtfree panic seen in PR6043 and I...
[TXT] if.h  1.103   15 years  dlg   make drivers tell the mclgeti allocator what their maximum ring size is to preve...
[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.174   15 years  claudio   Send broadcast and multicast traffic not only out on all bridge interfaces but a...
[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.47   16 years  brad   return with ENOTTY instead of EINVAL for unknown ioctl requests. ok claudio@ kr...
[TXT] if_enc.h  1.8   22 years  angelos   Copyright update.
[TXT] if_ethersubr.c  1.131   15 years  michele   Get rid of the ugly rtentry hack. We can now act as edge node and allow ipv4 pa...
[TXT] if_gif.c  1.51   15 years  claudio   Remove the IFF_OACTIVE dance in gif_start this is not needed because start funct...
[TXT] if_gif.h  1.9   20 years  markus   add support for ifconfig clone/destroy; ok henning deraadt
[TXT] if_gre.c  1.44   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] if_gre.h  1.11   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[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.44   16 years  norby   Add MPLS support to loopback. Makes it possible to do evil tricks locally. ok ...
[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.29   15 years  ray   First pass at removing clauses 3 and 4 from NetBSD licenses. Not sure what's mo...
[TXT] if_mpe.c  1.15   15 years  michele   Get rid of the ugly rtentry hack. We can now act as edge node and allow ipv4 pa...
[TXT] if_pflog.c  1.27   16 years  brad   return with ENOTTY instead of EINVAL for unknown ioctl requests. ok claudio@ kr...
[TXT] if_pflog.h  1.14   17 years  henning   allow up to 16 pflog interfaces, ok mcbride
[TXT] if_pflow.c  1.10   15 years  gollo   fix mbuf problems and simplify code, well spotted and input by Alexander Saboure...
[TXT] if_pflow.h  1.5   15 years  gollo   fix mbuf problems and simplify code, well spotted and input by Alexander Saboure...
[TXT] if_pfsync.c  1.112   15 years  dlg   bulk updates are sent from a timeout which walks over the state tree and modifie...
[TXT] if_pfsync.h  1.36   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] if_ppp.c  1.52   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[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.29   15 years  canacar   Make the session id unique per receiving interface so that pppoe interfaces atta...
[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_sppp.h  1.15   15 years  canacar   Allow username and password to be up to 255 characters in length. Tested by many...
[TXT] if_spppsubr.c  1.75   15 years  canacar   Free authentication data when detaching sppp from interface.
[TXT] if_trunk.c  1.65   15 years  naddy   handle HW VLAN tags being passed down; from Brad
[TXT] if_trunk.h  1.16   15 years  mpf   Add 802.3ad LACP support for trunk(4). Implementation from NetBSD. Ported via Fr...
[TXT] if_tun.c  1.96   15 years  jsing   Ensure that bpf_mtap() is always called at the same interrupt priority level wit...
[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_vlan.c  1.78   15 years  naddy   include the VLAN priority for hardware tagging, too; ok claudio@
[TXT] if_vlan_var.h  1.19   15 years  brad   Replace the number of bits to shift with EVL_PRIO_BITS in the EVL_PRIOFTAG macro...
[TXT] netisr.h  1.34   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] pf.c  1.634   15 years  henning   branches: 1.634.2; fix quick reuse of tcp states. when we, for a new state, hit...
[TXT] pf_if.c  1.55   15 years  mikeb   Fix splasserts seen in pr 5987 by propagating a flag that discribes whether we'r...
[TXT] pf_ioctl.c  1.214   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] pf_lb.c  1.3   15 years  henning   bring back the NAT NOP fix, but this time right. when we want to pretend pf_get_...
[TXT] pf_norm.c  1.115   15 years  henning   unbreak ! INET6 case by sprinking #ifdef INET6 noticed by Vladimir Kirillov <pro...
[TXT] pf_osfp.c  1.15   15 years  henning   pool_get()s not in interrupt context should not be PR_NOWAIT, but PR_WAITOK | PR...
[TXT] pf_ruleset.c  1.3   15 years  thib   Always check rs_malloc() returns. Also add M_ZERO and M_CANFAIL to the flags pas...
[TXT] pf_table.c  1.80   15 years  mikeb   Fix splasserts seen in pr 5987 by propagating a flag that discribes whether we'r...
[TXT] pfkeyv2.c  1.119   16 years  claudio   replace rtrequest() with corresponding rtrequest1() replacement. OK henning@
[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.31   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[TXT] pfkeyv2_parsemessage.c  1.43   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[TXT] pfvar.h  1.283   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[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.8   16 years  henning   malloc sweep: -remove useless casts -MALLOC/FREE -> malloc/free -use M_ZERO wher...
[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.26   15 years  claudio   Change the way way rn_mklists work (especially the RNF_NORMAL ones). Until now R...
[TXT] radix.h  1.15   15 years  deraadt   use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional mac...
[TXT] route.c  1.104   15 years  claudio   Do not check the link state when installing a route. This bit was missing in the...
[TXT] route.h  1.59   15 years  michele   Use our own flags to set the operations and not RTF_PROTOX. Switch the padding f...
[TXT] rtsock.c  1.84   15 years  michele   Use our own flags to set the operations and not RTF_PROTOX. Switch the padding f...
[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] trunklacp.c  1.9   15 years  brad   branches: 1.9.6; A bit more cleanup. ok mpf@
[TXT] trunklacp.h  1.4   15 years  mpf   Take into account that our ether_input() already strips the ethernet header. Thi...
[TXT] if_aoe.c (in the Attic) [Hide]  1.1   15 years  tedu   softraid support for ata over ethernet (aoe). this includes a client and part o...
[TXT] if_aoe.h (in the Attic) [Hide]  1.1   15 years  tedu   softraid support for ata over ethernet (aoe). this includes a client and part o...
[TXT] if_atm.h (in the Attic) [Hide]  1.13   15 years  deraadt   use do { } while (/* CONSTCOND */ 0) construct for all multi-line functional mac...
[TXT] if_atmsubr.c (in the Attic) [Hide]  1.27   16 years  dlg   enable tx mitigation when putting packets on the wire by switching from calls to...
[TXT] if_faith.c (in the Attic) [Hide]  1.25   16 years  claudio   There is no reason to have a faithrtrequest() function that sets the MTU to rout...
[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.54   16 years  dlg   enable tx mitigation when putting packets on the wire by switching from calls to...
[TXT] if_sl.c (in the Attic) [Hide]  1.36   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[TXT] if_slvar.h (in the Attic) [Hide]  1.13   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] if_strip.c (in the Attic) [Hide]  1.35   15 years  mpf   #if INET => #ifdef INET #if INET6 => #ifdef INET6
[TXT] if_stripvar.h (in the Attic) [Hide]  1.9   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] netisr_dispatch.h (in the Attic) [Hide]  1.17   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] pfkey.c (in the Attic) [Hide]  1.18   16 years  thib   Deal with the situation when TCP nfs mounts timeout and processes get hung in nf...
[TXT] radix_mpath.c (in the Attic) [Hide]  1.16   15 years  claudio   Fix a crash found by bluhm@ in rn_mpath_reprio(). The rn_mklist handling was wro...
[TXT] radix_mpath.h (in the Attic) [Hide]  1.8   15 years  claudio   Implement link-state tracking on the routing table. Routes to interfaces which a...
[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.7   16 years  thib   Deal with the situation when TCP nfs mounts timeout and processes get hung in nf...
[TXT] raw_usrreq.c (in the Attic) [Hide]  1.11   16 years  thib   Deal with the situation when TCP nfs mounts timeout and processes get hung in nf...
[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.13   16 years  martynas   typos; ok jmc@ sys/netinet/in_pcb.c and sys/net/bridgestp.c ok henning@ sys/dev...
[TXT] zlib.h (in the Attic) [Hide]  1.4   23 years  angelos   By popular demand, protect from multiple inclusion, and fix to use the same nami...