.. |
bpf_filter.c
|
Avoid unwanted sign extension of indexed byte load in bpf code.
|
2006-05-28 20:00:02 +00:00 |
bpf_jitter.c
|
Add BPF Just-In-Time compiler support for ng_bpf(4).
|
2005-12-07 21:30:47 +00:00 |
bpf_jitter.h
|
Add BPF Just-In-Time compiler support for ng_bpf(4).
|
2005-12-07 21:30:47 +00:00 |
bpf.c
|
Add three new ioctl(2) commands for bpf(4).
|
2007-02-26 22:24:14 +00:00 |
bpf.h
|
Add three new ioctl(2) commands for bpf(4).
|
2007-02-26 22:24:14 +00:00 |
bpfdesc.h
|
Add three new ioctl(2) commands for bpf(4).
|
2007-02-26 22:24:14 +00:00 |
bridgestp.c
|
Properly move the setting of bstp_linkstate_p to the bridgestp module.
|
2007-03-14 20:55:51 +00:00 |
bridgestp.h
|
Change the passing of callbacks to a struct in case this needs to be extended in the future.
|
2007-03-09 19:34:55 +00:00 |
bsd_comp.c
|
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
|
2006-10-22 11:52:19 +00:00 |
ethernet.h
|
Add prototypes for ether_aton_r() and ether_ntoa_r() missed in previous
|
2007-05-13 15:52:46 +00:00 |
fddi.h
|
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
|
2005-11-11 07:36:14 +00:00 |
firewire.h
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
ieee8023ad_lacp.c
|
Compare the partner system priority when choosing the aggregator.
|
2007-05-19 09:37:04 +00:00 |
ieee8023ad_lacp.h
|
Compare the partner system priority when choosing the aggregator.
|
2007-05-19 09:37:04 +00:00 |
if_arc.h
|
Use ANSI C function protypes and declarations for if_arcsubr.
|
2006-04-12 07:44:31 +00:00 |
if_arcsubr.c
|
Use ANSI C function protypes and declarations for if_arcsubr.
|
2006-04-12 07:44:31 +00:00 |
if_arp.h
|
- Store pointer to the link-level address right in "struct ifnet"
|
2005-11-11 16:04:59 +00:00 |
if_atm.h
|
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
|
2005-08-09 10:20:02 +00:00 |
if_atmsubr.c
|
Remove obfuscating OpenBSD/NetBSD/BSDI/FreeBSD 2.x/FreeBSD 5.x ifdefs
|
2006-12-01 22:45:43 +00:00 |
if_bridge.c
|
etherbroadcastaddr is now unused.
|
2007-03-19 19:20:35 +00:00 |
if_bridgevar.h
|
These days P2P means peer-2-peer (also well known from serveral filesharing
|
2006-12-11 23:46:40 +00:00 |
if_clone.c
|
Revise network interface cloning to take an optional opaque
|
2006-07-09 06:04:01 +00:00 |
if_clone.h
|
Revise network interface cloning to take an optional opaque
|
2006-07-09 06:04:01 +00:00 |
if_disc.c
|
Fix some statements in disc(4) and about it:
|
2007-03-26 09:10:28 +00:00 |
if_dl.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
if_edsc.c
|
Give a hint that softc can contain many things besides ifp.
|
2007-03-26 09:05:10 +00:00 |
if_ef.c
|
Return mbuf pointer or NULL from ip_fastforward() as the mbuf pointer
|
2006-01-18 14:24:39 +00:00 |
if_enc.c
|
Various bpf(4) related fixes to catch places up to the new bpf(4)
|
2006-12-29 13:59:50 +00:00 |
if_ethersubr.c
|
Rename the trunk(4) driver to lagg(4) as it is too similar to vlan trunking.
|
2007-04-17 00:35:11 +00:00 |
if_faith.c
|
With exception of the if_name() macro, all definitions in net_osdep.h
|
2006-08-04 21:27:40 +00:00 |
if_fddisubr.c
|
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
|
2006-10-22 11:52:19 +00:00 |
if_fwsubr.c
|
Check return value of m_pullup() in firewire_input().
|
2007-05-19 05:29:05 +00:00 |
if_gif.c
|
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
|
2006-10-22 11:52:19 +00:00 |
if_gif.h
|
Add some initial locking to gif(4). It doesn't covers the whole driver,
|
2006-01-30 08:39:09 +00:00 |
if_gre.c
|
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
|
2006-11-06 13:42:10 +00:00 |
if_gre.h
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
if_iso88025subr.c
|
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
|
2006-10-22 11:52:19 +00:00 |
if_lagg.c
|
- packets on the input interface were counted twice
|
2007-05-20 03:21:59 +00:00 |
if_lagg.h
|
Change from a mutex to a read/write lock. This allows the tx port to be
|
2007-05-15 07:41:46 +00:00 |
if_llc.h
|
Move the __packed declarations. This makes sizeof(struct llc) 8 again
|
2006-12-01 17:50:11 +00:00 |
if_loop.c
|
Use __NO_STRICT_ALIGNMENT, instead of special casing ia64 and sparc64.
|
2007-02-09 00:09:35 +00:00 |
if_media.c
|
- Introduce ifmedia_baudrate(), which returns correct baudrate of the
|
2006-02-14 12:10:03 +00:00 |
if_media.h
|
First cut at half/quarter-rate 11a channel support (e.g. for use
|
2006-12-27 18:46:18 +00:00 |
if_mib.c
|
Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieve
|
2006-01-04 12:57:09 +00:00 |
if_mib.h
|
Add a new leaf to the net.link.generic.ifdata.%d sysctl to retrieve
|
2006-01-04 12:57:09 +00:00 |
if_ppp.c
|
Replace a suser() check with an explicit check for PRIV_NET_SETIFMTU.
|
2007-02-20 15:20:36 +00:00 |
if_ppp.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
if_pppvar.h
|
Use callout mechanism instead of timeout()/untimeout().
|
2006-12-05 18:54:21 +00:00 |
if_sl.c
|
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
|
2006-11-06 13:42:10 +00:00 |
if_slvar.h
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
if_sppp.h
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
if_spppfr.c
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
if_spppsubr.c
|
MFp4: 92972, 98913 + one more change
|
2006-12-12 12:17:58 +00:00 |
if_stf.c
|
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
|
2006-10-22 11:52:19 +00:00 |
if_stf.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
if_tap.c
|
Add a sysctl net.link.tap.up_on_open which defaults to zero; when it
|
2007-03-19 18:17:31 +00:00 |
if_tap.h
|
Fix our ioctl(2) implementation when the argument is "int". New
|
2006-09-27 19:57:02 +00:00 |
if_tapvar.h
|
Stop embedding struct ifnet at the top of driver softcs. Instead the
|
2005-06-10 16:49:24 +00:00 |
if_tun.c
|
Clean up after tun(4) properly; remove routes whose ifp is set to
|
2007-02-05 11:15:52 +00:00 |
if_tun.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
if_types.h
|
Add a pseudo interface for packet filtering IPSec connections before or after
|
2006-06-26 22:30:08 +00:00 |
if_var.h
|
The struct if_data members ifi_recvquota and ifi_xmitquota have been
|
2007-05-16 18:37:37 +00:00 |
if_vlan_var.h
|
Prepare for 802.1p:
|
2007-02-28 22:05:30 +00:00 |
if_vlan.c
|
Now <net/if_arp.h> is unused here.
|
2007-03-19 18:01:39 +00:00 |
if.c
|
Update the comments on if_alloc(), if_free(), if_free_type(), and
|
2007-05-16 19:59:01 +00:00 |
if.h
|
The struct if_data members ifi_recvquota and ifi_xmitquota have been
|
2007-05-16 18:37:37 +00:00 |
iso88025.h
|
- Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another
|
2005-11-11 07:36:14 +00:00 |
netisr.c
|
Change net.isr.direct from defaulting to 0 to 1 in 7-CURRENT. This
|
2006-11-28 11:19:36 +00:00 |
netisr.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
pfil.c
|
Somewhat re-factor the read/write locking mechanism associated with the packet
|
2006-02-02 03:13:16 +00:00 |
pfil.h
|
define lock.h before rwlock.h for DEBUG_LOCKS
|
2006-02-02 20:33:10 +00:00 |
pfkeyv2.h
|
Integrate the Camellia Block Cipher. For more information see RFC 4132
|
2007-05-09 19:37:02 +00:00 |
ppp_comp.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
ppp_deflate.c
|
This patch fixes a problem, which exists if you have IPSEC in your kernel
|
2006-02-27 16:56:22 +00:00 |
ppp_defs.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
ppp_tty.c
|
Use callout mechanism instead of timeout()/untimeout().
|
2006-12-05 18:54:21 +00:00 |
radix.c
|
The code in rn_walktree_from() that checks if we backed up too far
|
2006-02-07 20:25:39 +00:00 |
radix.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
raw_cb.c
|
raw_disconnect() now disconnects but does not detach the raw pcb. As a
|
2006-06-02 08:27:15 +00:00 |
raw_cb.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
raw_usrreq.c
|
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
|
2006-11-06 13:42:10 +00:00 |
route.c
|
Initialize a local variable in 2 places just before it is used, not always
|
2006-11-23 05:57:15 +00:00 |
route.h
|
- Fill in the correct rtm_index for RTM_ADD and RTM_CHANGE messages.
|
2006-03-15 19:39:09 +00:00 |
rtsock.c
|
Fix regression in rev. 1.140.
|
2007-03-27 19:36:12 +00:00 |
slcompress.c
|
Remove advertising clause from University of California Regent's
|
2004-04-07 20:46:16 +00:00 |
slcompress.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |
slip.h
|
Remove advertising clause from University of California Regent's
|
2004-04-07 20:46:16 +00:00 |
zlib.c
|
Forward declare z_errmsg with static linkage since it is defined
|
2005-09-11 16:13:02 +00:00 |
zlib.h
|
/* -> /*- for license, minor formatting changes
|
2005-01-07 01:45:51 +00:00 |