2009-04-27 |
Sepherosa Ziehau | ifpoll: Let callers of sched_* enter/exit crit section
|
commit | commitdiff | tree |
2009-04-27 |
Sepherosa Ziehau | ifpoll: Put iteration of polling handlers under crit...
|
commit | commitdiff | tree |
2009-04-27 |
Sepherosa Ziehau | Add ifpoll, which support hardware TX/RX queues based...
|
commit | commitdiff | tree |
2009-04-25 |
Sepherosa Ziehau | pktgenctl: Update according to recent libc changes
|
commit | commitdiff | tree |
2009-04-22 |
Sepherosa Ziehau | tcp/ip4 mapped address: Add tcp6_soport()
|
commit | commitdiff | tree |
2009-04-22 |
Sepherosa Ziehau | tcp/ipv4 mapped address: Make sure that tcp_output...
|
commit | commitdiff | tree |
2009-04-22 |
Sepherosa Ziehau | tcp_timer: Add assertion to make sure that tcp timers...
|
commit | commitdiff | tree |
2009-04-13 |
Sepherosa Ziehau | Add some new DLTs found in libpcap-1.0.0
|
commit | commitdiff | tree |
2009-04-13 |
Sepherosa Ziehau | Allow users to turn off certain arp logging.
|
commit | commitdiff | tree |
2009-04-13 |
Sepherosa Ziehau | Add description about sysctl nodes under net.link.ether...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Put lwkt_serialize_array_{enter,try,exit}() into its...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | ifnet serializer split: Whack ifnet.if_serializer if...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | pktgen: Use ifnet_{serialize,deserialize}_tx()
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Split ifnet serializer step 4/many: Add IFNET_SERIALIZE_MAIN...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | emx(4): Add serialize/deserialize functions which just...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Factor out lwkt_serialize_array_{enter,try,exit}()
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Add IFNET_SERIALIZE_RX(idx)
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Split ifnet serializer step 3/many: We no longer need...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Split ifnet serializer step 2/many: Add if_serialize_assert...
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Merge altq_cbq fix defc2f8f8d209ca94cc6f3d0a8f64c465258a43f
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Let emx(4) install its own ifnet serialize functions
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Put ifnet.if_serializer assertion under FIX_SERIALIZE_ASSERT
|
commit | commitdiff | tree |
2009-04-12 |
Sepherosa Ziehau | Split ifnet serialize step 1/many: Add if_{serialize...
|
commit | commitdiff | tree |
2009-04-11 |
Sepherosa Ziehau | sln(4): Include <sys/param.h>
|
commit | commitdiff | tree |
2009-04-11 |
Sepherosa Ziehau | Unbreak GENERIC building
|
commit | commitdiff | tree |
2009-04-11 |
Sepherosa Ziehau | netgraph/i4b: sppp struct should start with arpcom...
|
commit | commitdiff | tree |
2009-04-08 |
Sepherosa Ziehau | altq_cbq: In restart, release ALTQ serializer to avoid...
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | ether_input(): Remove unapplied comment
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | vlan(4): Support IFF_PROMISC and IFF_ALLMULTI
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | ether_input: Defer promiscous packet discarding until...
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | Use ETHER_IS_MULTICAST, which is more expressive.
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | serializer manpage: Remove IS_SERIALIZED(), which is...
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | mbuf: Don't discount the objcache limits required by...
|
commit | commitdiff | tree |
2009-04-05 |
Sepherosa Ziehau | altq: ifq needs protection here; not ifnet
|
commit | commitdiff | tree |
2009-04-04 |
Sepherosa Ziehau | systat(1): Correct TCP statistics reporting
|
commit | commitdiff | tree |
2009-04-04 |
Sepherosa Ziehau | bridge(4): if_snd.ifq_maxlen does not need explicit...
|
commit | commitdiff | tree |
2009-03-28 |
Sepherosa Ziehau | ipflow: Add macros to check ipflow refcnt, which is...
|
commit | commitdiff | tree |
2009-03-28 |
Sepherosa Ziehau | ipflow: React to local address change quickly.
|
commit | commitdiff | tree |
2009-03-28 |
Sepherosa Ziehau | ipflow: Flush ipflow if a new route is successfully...
|
commit | commitdiff | tree |
2009-03-26 |
Sepherosa Ziehau | ip_forward: Don't cache IP forwarding route.
|
commit | commitdiff | tree |
2009-03-26 |
Sepherosa Ziehau | em/emx(4): Add 82571EB Bypass to the supported device...
|
commit | commitdiff | tree |
2009-03-26 |
Sepherosa Ziehau | ip_dooptions: Don't abuse ipforward_rt
|
commit | commitdiff | tree |
2009-03-22 |
Sepherosa Ziehau | netisr: Set M_HASH and pkthdr.hash if software calculates...
|
commit | commitdiff | tree |
2009-03-22 |
Sepherosa Ziehau | emx(4): Pass packet info to ether_input_chain()
|
commit | commitdiff | tree |
2009-03-22 |
Sepherosa Ziehau | emx(4): Correct RSS configuration.
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | ether_input: Gather some RSS debug statistics.
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | jme(4): Don't deliver packet info if the packet has...
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | jme(4): Allow stats to be writable
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | ip_demux: Add ip_mport_pktinfo() to map IP packets...
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | jme(4): Pass packet info to ether_input_chain()
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | jme(4): Disable TXCSUM by default to improve bulk data...
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | toeplitz: Promote net/toeplitz.c to 'standard' file
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | toeplitz: Hash function renaming
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | jme(4): Don't mess with M_PKTHDR
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | ether_input/ktr: Add ether_input_chain end KTR into...
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | ether_input/rss: Pass packet info to ether_input_chain.
|
commit | commitdiff | tree |
2009-03-21 |
Sepherosa Ziehau | mbuf: Add M_HASH mbuf flag and use the 'pad' field...
|
commit | commitdiff | tree |
2009-03-20 |
Sepherosa Ziehau | ether_input: Factor out ether_dispatch()
|
commit | commitdiff | tree |
2009-03-20 |
Sepherosa Ziehau | netisr: Add pktinfo struct; add new netisr method to...
|
commit | commitdiff | tree |
2009-03-19 |
Sepherosa Ziehau | Rename lwkt_portfn_t to pkt_portfn_t
|
commit | commitdiff | tree |
2009-03-18 |
Sepherosa Ziehau | jme(4): Using code logic to create redirect table.
|
commit | commitdiff | tree |
2009-03-18 |
Sepherosa Ziehau | jme(4): Get key from Toeplitz code
|
commit | commitdiff | tree |
2009-03-18 |
Sepherosa Ziehau | toeplitz: Add toeplitz_get_key() and nuke toeplitz_get_keyseed()
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | atphy: Reset PHY after extracting MII capabilities...
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | ale(4): Don't read/write 1000baseT specific MII registers...
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | bce/bge(4): Allow txcsum/rxcsum to be set individually
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | tcp_wrapper: Make sure that the buf has more than 1byte...
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | ether_demux: Add comment
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | bridge: If we could enter bridge_input, then M_ETHER_BRIDGED...
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | ether_input: Add M_ETHER_VLANCHECKED
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | ether_input: Factor out ether_vlancheck()
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | Add M_LENCHECKED mbuf flag.
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | Define M_ETHER_BRIDGED to M_PROTO1
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | Duplicated M_PROTO1 in M_COPYFLAGS
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | 802.11: Clear M_PROTO? flags before calling ifnet.if_input
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | Defer ethernet mcast/bcast address detection to ether_input_...
|
commit | commitdiff | tree |
2009-03-17 |
Sepherosa Ziehau | ip_demux: If RSS kernel option is set, use Toeplitz...
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | rss: Add RSS_DEBUG kernel option
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | rss: Add Toeplitz hash function
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | ip_demux: Wrap INP_MPORT_HASH_{TCP,UDP}() around INP_MPORT_H...
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | ip_demux: Test IN_MULTICAST() if RSS kernel option...
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | Add static ARP support.
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | emx(4): Fix comment
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | ifconfig(8): Remove string of if_flags, which will...
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | jme(4): Correct SIOCSIFCAP ioctl handling
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | emx(4): Support IFCAP_RSS
|
commit | commitdiff | tree |
2009-03-14 |
Sepherosa Ziehau | rss: Add RSS kernel option; Add IFCAP_RSS iface capability
|
commit | commitdiff | tree |
2009-03-12 |
Sepherosa Ziehau | emx(4): Move EMX_RSS_DEBUG into opt_emx.h
|
commit | commitdiff | tree |
2009-03-12 |
Sepherosa Ziehau | jme(4): Move JME_RSS_DEBUG into opt_jme.h
|
commit | commitdiff | tree |
2009-03-10 |
Sepherosa Ziehau | em(4): Enable RX after RDH is configured (backport...
|
commit | commitdiff | tree |
2009-03-10 |
Sepherosa Ziehau | em(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995add53f03bf
|
commit | commitdiff | tree |
2009-03-10 |
Sepherosa Ziehau | em(4): Backport cc8fffade4528dd788a4789998ed3d1e85f9644a
|
commit | commitdiff | tree |
2009-03-10 |
Sepherosa Ziehau | em(4): Backport part of 62e0614e4c59f94c83cdf24ebf5995add53f03bf
|
commit | commitdiff | tree |
2009-03-10 |
Sepherosa Ziehau | network: Turn on adaptive MPSAFE for network threads...
|
commit | commitdiff | tree |
2009-03-09 |
Sepherosa Ziehau | emx(4): Add tunable to enable/disable multi-RX queue...
|
commit | commitdiff | tree |
2009-03-09 |
Sepherosa Ziehau | emx(4): Add multi-RX queue support
|
commit | commitdiff | tree |
2009-03-08 |
Sepherosa Ziehau | emx(4): Use E1000_ICR_ macros when check against value...
|
commit | commitdiff | tree |
2009-03-08 |
Sepherosa Ziehau | emx(4): this driver does not support 82543
|
commit | commitdiff | tree |
2009-03-07 |
Sepherosa Ziehau | emx(4): Let the hardware strip the ethernet CRC on...
|
commit | commitdiff | tree |
2009-03-07 |
Sepherosa Ziehau | emx(4): Prepare multi-RX queue support -- use extended...
|
commit | commitdiff | tree |