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_3


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.42   11 years  camield   Point an interface directly to its bridgeport configuration, instead of to the b...
[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.248   11 years  sthen   Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU looks ...
[TXT] if.h  1.137   11 years  sthen   Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU looks ...
[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.205   11 years  camield   Change interface and span interface lists from LIST to TAILQ. This way the con...
[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.10   13 years  reyk   Allow to specify an alternative enc(4) interface for an SA. All traffic for thi...
[TXT] if_ethersubr.c  1.153   11 years  sthen   Relax the restriction on sending frames to trunk(4) members to allow BPF writes....
[TXT] if_gif.c  1.59   11 years  henning   first or second coming, commie or not commie, one m in coming is sufficient ok c...
[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.59   11 years  sthen   Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU looks ...
[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.47   12 years  yasuoka   Use DLT_LOOP for all tunneling interfaces. Byte order adjustment for bpf was hid...
[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.27   12 years  yasuoka   Use DLT_LOOP for all tunneling interfaces. Byte order adjustment for bpf was hid...
[TXT] if_pflog.c  1.52   11 years  henning   backout csum diff for the moment, requested by theo
[TXT] if_pflog.h  1.23   11 years  henning   there was a limit on the number of pflog interfaces - 16. remove that. mostly by...
[TXT] if_pflow.c  1.24.2.1   10 years  william   MFC: This is http://ftp.openbsd.org/pub/OpenBSD/patches/5.3/common/008_pflow.pa...
[TXT] if_pflow.h  1.7   11 years  florian   netflow v10 omitted the sysUpTime flow set header field from v9. Without it it's...
[TXT] if_pfsync.c  1.195   11 years  florian   Use time_uptime for expiration values as time_second can be skewed at runtime wh...
[TXT] if_pfsync.h  1.46   11 years  mikeb   add ESN-related bits missed in the previous commit
[TXT] if_ppp.c  1.67   11 years  yasuoka   Delete needless check for NULL. From Michael W. Bombardieri. no binary changes...
[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.35   12 years  mikeb   fix all the suser calls which pass an incorrect p_acflag argument; figured out b...
[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.16   11 years  sthen   add pppx(4) interfaces to the "pppx" interface group, as done for various other ...
[TXT] if_sppp.h  1.17   12 years  sthen   Remove fastq from struct sppp. Missed when I committed if_spppsubr.c r1.96, poin...
[TXT] if_spppsubr.c  1.99   11 years  sthen   Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU looks ...
[TXT] if_trunk.c  1.79   11 years  dlg   trunk_bcast_start sent packets on all its member interfaces by copying the mbuf ...
[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.112   12 years  henning   begone, fucking rotten appletalk shit. ok room
[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.16   12 years  deraadt   use ifmedia_delete_instance() when destroying a vether from Martin Pelikan
[TXT] if_vlan.c  1.93   11 years  claudio   There is no need to set IFF_OACTIVE in vlan, since there is no DMA ring that can...
[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.818   11 years  bluhm   Make pf TCP sequence number tracking less strict by one octet for FIN packets. ...
[TXT] pf_if.c  1.64   11 years  gsoares   change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@
[TXT] pf_ioctl.c  1.257   11 years  mikeb   Don't try to purge one-time rules from the main ruleset. Reported by Wesley M.A....
[TXT] pf_lb.c  1.24   11 years  markus   make sure the entry from tree_src_tracking is still in the pool; fixes nat with ...
[TXT] pf_norm.c  1.157   11 years  henning   backout csum diff for the moment, requested by theo
[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.97   11 years  mikeb   DIOCRCLRASTATS ioctl wasn't specifying a timestamp when cleared table statistics...
[TXT] pfkeyv2.c  1.129   11 years  sthen   Reserve space for source and destination addresses unconditionally rather than c...
[TXT] pfkeyv2.h  1.62   11 years  markus   remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set any...
[TXT] pfkeyv2_convert.c  1.37   11 years  markus   remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not set any...
[TXT] pfkeyv2_parsemessage.c  1.46   11 years  mikeb   Add support for the Extended (64-bit) Sequence Number as defined in RFC4302 and ...
[TXT] pfvar.h  1.376   11 years  henning   first or second coming, commie or not commie, one m in coming is sufficient ok c...
[TXT] pipex.c  1.38   11 years  yasuoka   Pipex did panic when the 0 length mppe is given by ioctl. Return EINVAL instead...
[TXT] pipex.h  1.16   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] pipex_local.h  1.17   11 years  yasuoka   cleanup around the pipex. naming style, delete or update comments. no functiona...
[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.25   12 years  claudio   More p_pid to p_p->ps_pid updates. OK deraadt@, guenther@
[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.141   11 years  blambert   Fix a pair of typos in comments. ok claudio@
[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.123.2.1   11 years  sthen   MFC rtsock fix to OPENBSD_5_3: -/-------------------------- revision 1.126 date...
[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.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.32   13 years  blambert   legibility fixes: 1) one statement per line 2) label gets its own line, and doe...
[TXT] if_faith.c (in the Attic) [Hide]  1.27   12 years  yasuoka   Use DLT_LOOP for all tunneling interfaces. Byte order adjustment for bpf was hid...
[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.60   13 years  blambert   legibility fixes: 1) one statement per line 2) label gets its own line, and doe...
[TXT] if_sl.c (in the Attic) [Hide]  1.45   11 years  deraadt   hardwire SLIP_HIWAT to 100 (as the comment above suggests) since we are using tt...
[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.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.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.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...