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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] bpf.c  1.75   14 years  nicm   Every selwakeup() should have a matching KNOTE() (even if kqueue isn't supported...
[TXT] bpf.h  1.39   13 years  henning   bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough ok ry...
[TXT] bpf_filter.c  1.21   14 years  otto   Fix validation of div by constant; from Guy Harris; ok deraadt@ miod@
[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.219   13 years  blambert   another pair of files which relied on mbuf.h for pool.h; should be the last, as ...
[TXT] if.h  1.117   13 years  claudio   Implement a simple keepalive mechanism in gre(4) that is compatible with the one...
[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.182   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[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.52   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[TXT] if_enc.h  1.10   13 years  reyk   Allow to specify an alternative enc(4) interface for an SA. All traffic for thi...
[TXT] if_ethersubr.c  1.145   13 years  claudio   Some functions change the ifp in during ether_input(). This confuses the IFF_PRO...
[TXT] if_gif.c  1.55   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.51   13 years  guenther   Fix the naming of interfaces and variables for rdomains and rtables and make it ...
[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.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.31   14 years  claudio   Add 10GSFP+Cu to the Ethernet media types. This is for 10G direct attached cable...
[TXT] if_mpe.c  1.21   13 years  blambert   m_copyback can fail to allocate memory, but is a void fucntion so gymnastics are...
[TXT] if_pflog.c  1.28   14 years  claudio   Remove bpfdetach() call right in front of the if_detach() call since bpfdetach()...
[TXT] if_pflog.h  1.15   13 years  henning   bye bye DLT_OLD_PFLOG & friends. dead since 2003. 7 years oughta be enough ok ry...
[TXT] if_pflow.c  1.14   13 years  blambert   m_copyback can fail to allocate memory, but is a void fucntion so gymnastics are...
[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.154   13 years  dlg   pfsync_bulk_fail was mucking around with pfsync_softc and sending packets withou...
[TXT] if_pfsync.h  1.43   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] if_ppp.c  1.58   14 years  stsp   The line-discipline-specific ioctls return -1 to indicate that the non-line-disc...
[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.31   14 years  claudio   Do the same rdomain checking in sppp as we do in the Ethernet case. Encapsulated...
[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.81   13 years  matthew   Switch some obvious network stack MAC comparisons from bcmp() to timingsafe_bcmp...
[TXT] if_trunk.c  1.75   14 years  stsp   Upon changing the MAC address of an if_trunk interface, all ports are switched t...
[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.107   13 years  yasuoka   pipex didn't work on output. Fixed following problems: - pipex failed to looku...
[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.15   14 years  deraadt   ugly spacing
[TXT] if_vlan.c  1.85   13 years  blambert   m_copyback can fail to allocate memory, but is a void fucntion so gymnastics are...
[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.34   15 years  dlg   pfsync v5, mostly written at n2k9, but based on work done at n2k8. WARNING: THI...
[TXT] pf.c  1.696.2.1   13 years  sthen   Merge PF fix from -current. Thanks jsg@ mcbride@ for testing. ---- Add missing...
[TXT] pf_if.c  1.61   13 years  mcbride   Clean up iterface stats handling: - 'make -Fi' reset ALL the interface statistic...
[TXT] pf_ioctl.c  1.235.2.1   13 years  stephan   MFC, original commit from claudio@: - - - - - - - - - - - - - - - - - - Be more ...
[TXT] pf_lb.c  1.13   13 years  henning   stuff nsaddr/ndaddr/nsport/ndport (addrs/ports after NAT, used a lot while walki...
[TXT] pf_norm.c  1.123   13 years  sthen   Use correct alignment for scrub max-mss. Based on a diff from deraadt. "that loo...
[TXT] pf_osfp.c  1.18   13 years  henning   - find.fp_wsize *= find.fp_mss, 1; + ...
[TXT] pf_ruleset.c  1.6   14 years  mcbride   Convert pf debug logging to using log()/addlog(), a single standardised definiti...
[TXT] pf_table.c  1.85   13 years  krw   No "\n" needed at the end of panic() strings. Bogus chunks pointed out by matth...
[TXT] pfkeyv2.c  1.121   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] pfkeyv2.h  1.58   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] pfkeyv2_convert.c  1.32   13 years  reyk   Allow to specify an alternative enc(4) interface for an SA. All traffic for thi...
[TXT] pfkeyv2_parsemessage.c  1.44   13 years  reyk   Allow to specify an alternative enc(4) interface for an SA. All traffic for thi...
[TXT] pfvar.h  1.311   13 years  mcbride   Clean up iterface stats handling: - 'make -Fi' reset ALL the interface statistic...
[TXT] pipex.c  1.7   13 years  yasuoka   Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit aligned. O...
[TXT] pipex.h  1.4   13 years  yasuoka   pipex didn't work on output. Fixed following problems: - pipex failed to looku...
[TXT] pipex_local.h  1.7   13 years  yasuoka   Modified to make sure that pipex_mppe_ouput() keeps the packet 32bit aligned. O...
[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.27   13 years  claudio   Add the rtable id as an argument to rn_walktree(). Functions like rt_if_remove_r...
[TXT] radix.h  1.16   13 years  claudio   Add the rtable id as an argument to rn_walktree(). Functions like rt_if_remove_r...
[TXT] route.c  1.125   13 years  reyk   Add support for using IPsec in multiple rdomains. This allows to run isakmpd/ik...
[TXT] route.h  1.72   13 years  dlg   if we produce a lot of rtsock messages it is possible we will hit a condition th...
[TXT] rtsock.c  1.105.2.1   13 years  jsg   MFC rtsock fix by claudio at claudio's request: dst my point to memory inside r...
[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.12   14 years  claudio   Wrap trunk_enqueue() calls in splnet() since sending out lacp packets starts in ...
[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.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.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.31   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] if_faith.c (in the Attic) [Hide]  1.26   14 years  claudio   Move the net/bpf.h include done and wrap it in the ususal #if NBPFILTER > 0 bloc...
[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.59   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[TXT] if_sl.c (in the Attic) [Hide]  1.42   14 years  stsp   The line-discipline-specific ioctls return -1 to indicate that the non-line-disc...
[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] 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.18   14 years  claudio   Start cleaning up the mess called rtalloc*. Kill rtalloc2, make rtalloc1 accept ...
[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.5   20 years  itojun   de-register. deraadt ok
[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.12   14 years  claudio   Extend the protosw pr_ctlinput function to include the rdomain. This is needed s...
[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...