route_output: Correctly set family according to the rtinfo.rti_dst
[dragonfly.git] / sys / net /
2009-06-07 Sepherosa Ziehauroute_output: Correctly set family according to the...
2009-06-04 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-05-28 Sepherosa Ziehauifpoll: Let callers of {st,io}poll_clock() hold critica...
2009-05-28 Sepherosa Ziehauifpoll: Adjust status polling's cached pollhz iff we...
2009-05-28 Sepherosa Ziehauifpoll: Add sysctl nodes for TX and status polling...
2009-05-28 Sepherosa Ziehauifpoll: Move status sysctl tree to net.ifpoll.0
2009-05-28 Sepherosa Ziehauifpoll: Rework systimer related bits after lapic timer...
2009-05-25 Sepherosa Ziehautap(4): More fixes to tapuponopen.
2009-05-25 Sepherosa Ziehautap(4): Correct reversed logic
2009-05-25 Sepherosa Ziehautap(4): Add ifclone support
2009-04-29 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-29 Sascha WildnerAs per POSIX, unconstify if_name in <net/if.h>.
2009-04-28 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-27 Sepherosa Ziehauifpoll: Unbreak UP LINT building
2009-04-27 Sepherosa Ziehauifpoll: Fix comment
2009-04-27 Sepherosa Ziehauifpoll: Reorganize TX/RX polling sysctl tree
2009-04-27 Sepherosa Ziehauifpoll: Use rdtsc() whenever possible to calculate...
2009-04-27 Sepherosa Ziehauifpoll: Expose kernel time fraction; currenly for debug...
2009-04-27 Sepherosa Ziehauifpoll: Put pollmore under crit section
2009-04-27 Sepherosa Ziehauifpoll: crit_{enter,exit}() -> crit_{enter,exit}_gd()
2009-04-27 Sepherosa Ziehauifpoll: Let callers of sched_* enter/exit crit section
2009-04-27 Sepherosa Ziehauifpoll: Put iteration of polling handlers under crit...
2009-04-27 Sepherosa ZiehauAdd ifpoll, which support hardware TX/RX queues based...
2009-04-15 Sascha WildnerFix the way <sys/ioccom.h> is included throughout our...
2009-04-13 Sepherosa ZiehauAdd some new DLTs found in libpcap-1.0.0
2009-04-12 Sascha Wildneri4b(4): Reorder includes slightly to silence some compi...
2009-04-12 Sascha Wildneri4b(4): Initialize callout handles before first accessi...
2009-04-12 Sascha Wildnersppp(4): Properly initialize keepalive_timeout.
2009-04-12 Sepherosa Ziehauifnet serializer split: Whack ifnet.if_serializer if...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 4/many: Add IFNET_SERIALIZE...
2009-04-12 Sepherosa ZiehauAdd IFNET_SERIALIZE_RX(idx)
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 3/many: We no longer need...
2009-04-12 Sepherosa ZiehauSplit ifnet serializer step 2/many: Add if_serialize_as...
2009-04-12 Sepherosa ZiehauMerge altq_cbq fix defc2f8f8d209ca94cc6f3d0a8f64c465258a43f
2009-04-12 Sepherosa ZiehauPut ifnet.if_serializer assertion under FIX_SERIALIZE_A...
2009-04-12 Sepherosa ZiehauSplit ifnet serialize step 1/many: Add if_{serialize...
2009-04-11 Sepherosa Ziehaunetgraph/i4b: sppp struct should start with arpcom...
2009-04-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-04-08 Sepherosa Ziehaualtq_cbq: In restart, release ALTQ serializer to avoid...
2009-04-07 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-04-07 Sascha WildnerReplace all casts of NULL to something with NULL.
2009-04-07 Sascha WildnerGenerally use NULL instead of explicitly casting 0...
2009-04-07 Peter AvalosSync lib/net with FreeBSD:
2009-04-05 Sepherosa Ziehauether_input(): Remove unapplied comment
2009-04-05 Sepherosa Ziehauvlan(4): Support IFF_PROMISC and IFF_ALLMULTI
2009-04-05 Sepherosa Ziehauether_input: Defer promiscous packet discarding until...
2009-04-05 Sepherosa ZiehauUse ETHER_IS_MULTICAST, which is more expressive.
2009-04-05 Sepherosa Ziehaualtq: ifq needs protection here; not ifnet
2009-04-04 Sepherosa Ziehaubridge(4): if_snd.ifq_maxlen does not need explicit...
2009-03-22 Sepherosa Ziehaunetisr: Set M_HASH and pkthdr.hash if software calculat...
2009-03-21 Sepherosa Ziehauether_input: Gather some RSS debug statistics.
2009-03-21 Sepherosa Ziehautoeplitz: Promote net/toeplitz.c to 'standard' file
2009-03-21 Sepherosa Ziehautoeplitz: Hash function renaming
2009-03-21 Sepherosa Ziehauether_input/ktr: Add ether_input_chain end KTR into...
2009-03-21 Sepherosa Ziehauether_input/rss: Pass packet info to ether_input_chain.
2009-03-20 Sepherosa Ziehauether_input: Factor out ether_dispatch()
2009-03-20 Sepherosa Ziehaunetisr: Add pktinfo struct; add new netisr method to...
2009-03-19 Sepherosa ZiehauRename lwkt_portfn_t to pkt_portfn_t
2009-03-18 Sepherosa Ziehautoeplitz: Add toeplitz_get_key() and nuke toeplitz_get_...
2009-03-17 Sepherosa Ziehauether_demux: Add comment
2009-03-17 Sepherosa Ziehaubridge: If we could enter bridge_input, then M_ETHER_BR...
2009-03-17 Sepherosa Ziehauether_input: Add M_ETHER_VLANCHECKED
2009-03-17 Sepherosa Ziehauether_input: Factor out ether_vlancheck()
2009-03-17 Sepherosa ZiehauAdd M_LENCHECKED mbuf flag.
2009-03-17 Sepherosa ZiehauDefine M_ETHER_BRIDGED to M_PROTO1
2009-03-17 Sepherosa ZiehauDefer ethernet mcast/bcast address detection to ether_i...
2009-03-15 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-03-14 Sepherosa Ziehaurss: Add RSS_DEBUG kernel option
2009-03-14 Sepherosa Ziehaurss: Add Toeplitz hash function
2009-03-14 Sepherosa ZiehauAdd static ARP support.
2009-03-14 Sepherosa Ziehaurss: Add RSS kernel option; Add IFCAP_RSS iface capability
2009-03-10 Sepherosa Ziehaunetwork: Turn on adaptive MPSAFE for network threads...
2009-02-25 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2009-02-19 Joe TalbottMerge branch 'master' of git://venus/dragonfly
2009-02-17 Sepherosa Ziehauroute: Replicate mask_rnhead to each CPU; unbreak genma...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs on route_output(RTM_C...
2009-02-17 Sepherosa Ziehauroute: Suppress duplicated rtmsgs generated by rtlookup...
2009-02-17 Sepherosa Ziehaurtsock: Fill in the correct rtm_index for RTM_ADD and...
2009-02-17 Sepherosa Ziehaurtsock: Use M_ASSERTPKTHDR()
2009-02-17 Sepherosa Ziehaurtsock: Break long line
2009-02-17 Sepherosa Ziehaurtsock: Fill in the rtm_index field whenever we have...
2009-02-17 Sepherosa Ziehaurtsock: White space
2009-02-17 Sepherosa Ziehaurtsock: Use rtsearch_global() for RTM_GET
2009-02-17 Sepherosa Ziehaurtsock: Unbreak RTM_LOCK support by using rtsearch_global()
2009-02-17 Sepherosa Ziehauroute: Add rtsearch_global(), which is used to fix...
2009-02-17 Sepherosa Ziehaurtsock: Minor style change
2009-02-17 Sepherosa Ziehaurtsock: Fix a reversed condition
2009-02-17 Sepherosa Ziehaurtsock: Fix !SO_USELOOPBACK support in route_output()
2009-02-05 Aggelos EconomopoulosMerge branch 'master' of git://chlamydia.fs.ei.tum...
2009-02-05 Aggelos Economopouloskill db_print_backtrace()
2009-01-24 Peter AvalosMerge branch 'vendor/GDTOA'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-11 Peter AvalosMerge branch 'vendor/OPENSSL'
2009-01-04 Peter AvalosMerge branch 'vendor/PAM_PASSWDQC'
2009-01-04 Peter AvalosMerge commit 'origin/vendor/PAM_PASSWDQC'
2009-01-03 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2008-12-30 Matthias SchmidtMerge branch 'master' of git://chlamydia.fs.ei.tum...
2008-12-31 Sepherosa ZiehauAdd LLC_SNAPFRAMELEN
2008-12-31 Michael NeumannMerge branches 'master' and 'suser_to_priv'
next