merge
[dragonfly.git] / sys / net /
2013-01-12 Johannes Hofmannmerge
2013-01-09 Sascha Wildnerkernel/net: Remove some unused variables.
2013-01-06 Sepherosa Ziehauif: Move if_start_nmsg into ifaltq; prepare multiple...
2013-01-05 Sepherosa Ziehauif: Move if_cpuid into ifaltq; prepare multiple TX...
2013-01-03 Sepherosa Ziehauif: if_start_need_schedule -> ifq_ifstart_need_schedule
2013-01-03 Sepherosa Ziehauif: Add if_devstart_sched to schedule ifnet.if_start...
2013-01-03 Sepherosa Ziehauif: if_start_schedule -> ifq_ifstart_schedule
2013-01-03 Sepherosa Ziehauifq: Add ifq_get_stage to loacte proper altq_stage...
2013-01-03 Sepherosa Ziehauifq: Add ifq_{is,set,clr}_started to access/modify...
2013-01-03 Sepherosa Ziehauifq: Update comment in net/ifq_var.h
2013-01-03 Sepherosa Ziehauif: Update IF_ macros comment
2013-01-03 Sepherosa Ziehaunet: Don't use IF_DROP on ifnet.if_snd
2013-01-03 Sepherosa Ziehauef: Don't use IF_ queue macros on ifnet.if_snd
2013-01-03 Sepherosa Ziehautun: Don't use IF_DROP on ifnet.if_snd
2013-01-03 Sepherosa Ziehauif: Remove deprecated if_handoff and related macros
2013-01-03 Sepherosa Ziehauppp: Don't use IF_HANDOFF, use IF_ENQUEUE instead.
2013-01-03 Sepherosa Ziehauif: Remove IFF_POLLING from kernel space.
2013-01-02 Sepherosa Ziehauif: Move IFF_OACTIVE bit into ifaltq; prepare multiple...
2012-12-28 Sepherosa Ziehauvlan: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauatm: Use ifq_dispatch() instead of ifq_handoff()
2012-12-28 Sepherosa Ziehauifq: Add ifq_purge_all(); currently it's same as ifq_pu...
2012-12-27 Sepherosa Ziehauifq: Move ifq_set_maxlen declaration to the declaration...
2012-12-27 Sepherosa Ziehauifq: Use ifq_set_maxlen for ifnet.if_snd
2012-12-27 Sepherosa Ziehauifq/staging: Add comment about IFQ packet staging mechanism
2012-12-27 Sepherosa Ziehauifq/staging: Remove debug code
2012-12-27 Sepherosa Ziehauifq/staging: Clean up IFQ packet staging resources
2012-12-27 Sepherosa Ziehauifq/staging: Increase ifq_maxlen a little bit for packe...
2012-12-27 Sepherosa Ziehauifq/staging: Perform IFQ packet staging for if_start...
2012-12-27 Sepherosa Ziehauif_start: Use if_start_schedule in if_start_dispatch
2012-12-27 Sepherosa Ziehaupolling: Perform RX polling before TX polling
2012-12-27 Sepherosa Ziehauifq/staging: Initial implementation of IFQ packet stagi...
2012-12-22 Sepherosa Ziehauifq_dispatch: Avoid accessing the mbuf after it has...
2012-12-21 Sepherosa Ziehauifq_dispatch: If mbuf can't be enqueued and ifq has...
2012-12-18 Sepherosa Ziehaunetisr: Remove unused macros
2012-12-18 Sepherosa Ziehaunetisr: Add priority for netisr "rollup" functions
2012-12-18 Sepherosa Ziehaupolling: Increase default polling rate to 6000Hz
2012-12-18 Sepherosa Ziehauif_start: Fix indentation
2012-12-17 Sepherosa Ziehauif_start: Fix a race that could delay the packets trans...
2012-12-14 Sepherosa Ziehaupolling: Increase default rx.each_burst to 50
2012-12-14 Sepherosa Ziehaupolling: Diverge each CPU's polling frequency a little...
2012-12-14 Sepherosa Ziehauipfw: Don't spam the log if dynamic rules allocation...
2012-12-13 Sepherosa Ziehauthread: Add td_type field; this avoids blowout td_flags...
2012-12-10 Sepherosa Ziehaupolling: Add tunable for net.ifpoll.X.rx.user_frac
2012-11-29 Sepherosa Ziehaubpf: Use bpf global token instead mplock to protect...
2012-11-26 Sepherosa Ziehaupolling: Increase default status polling fraction to 80
2012-11-21 Sascha WildnerRemove some duplicated semicolons (mostly in the kernel).
2012-11-16 Sepherosa Ziehaupolling: Remove device_polling support
2012-11-06 Sepherosa Ziehauifpoll: Closely follow the old status polling fraction...
2012-11-04 Sepherosa Ziehauifpoll: Also check sysctl_tree in compat code setup
2012-10-28 Peter AvalosMerge branch 'vendor/OPENSSH'
2012-10-28 Sepherosa Ziehauifpoll: Factor out code for devices which does not...
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-24 Sascha Wildnerkernel: Make SMP support default (and non-optional).
2012-10-24 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-21 John MarinoMerge branch 'vendor/BMAKE'
2012-10-20 Sepherosa Ziehauifpoll: Make status fraction and TX fraction easier...
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-20 CharlieMerge branch 'vendor/GCC47'
2012-10-19 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-15 Sepherosa Ziehauifpoll: Adjust default parameters for 1000Mbps network
2012-10-13 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-12 Sepherosa Ziehauifpoll: Don't bark, if status poll handler does not...
2012-10-12 Sepherosa Ziehauifpoll: Don't pass pollhz to status poll handler
2012-10-08 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-10-07 Sepherosa Ziehauifpoll: Utilize kmalloc_cachealign()
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-26 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-23 Sepherosa Ziehauvlan: Dispatch mbuf to be sent to physical interface...
2012-09-23 Sepherosa Ziehaubridge: Utilize netisr to run physical interface's...
2012-09-23 Sepherosa Ziehauif: Defer if_start to netisr instead of ifnet for furth...
2012-09-23 Sepherosa Ziehauifpoll: Use u_long for statistics
2012-09-23 Sepherosa Ziehauifpoll: Reorder iopoll fields a little bit
2012-09-23 Sepherosa Ziehauifpoll: Simplify TX polling logic
2012-09-18 Sepherosa Ziehauifpoll: Setup if_start cpuid for NPOLLING properly
2012-09-17 Sepherosa Ziehauifpoll: Field renaming; if_qpoll -> if_npoll
2012-09-17 Sepherosa Ziehauifpoll: Don't limit number of CPUs that perform polling
2012-09-16 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-13 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2012-09-13 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 2/x.
2012-09-12 Sascha Wildnerkernel: Remove some unused variables.
2012-09-11 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-11 Nuno Antunesnetisr: rename cpu_portfn() to netisr_portfn().
2012-09-10 Sascha Wildnerkernel: Use NULL instead of 0 for pointers, part 1/x.
2012-09-10 Sepherosa Ziehauifpoll: Dispatch netmsgs to netisr, which is MPSAFE now
2012-09-07 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-09-06 Sascha Wildnerkernel: Use NULL for pointers in some places.
2012-09-04 Sepherosa Ziehautcp: Implement asynchronized pru_rcvd
2012-08-27 François Tigeotkernel: IFCAP_TSO is really IPv4-specific
2012-08-25 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-23 Sepherosa Ziehauroute: Routing table is replicated to all CPUs, not...
2012-08-22 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-22 Sepherosa Ziehauether: Add instrument to detect wrong hardware supplied...
2012-08-04 Matthew DillonMerge branches 'hammer2' and 'master' of ssh://crater...
2012-08-01 Sepherosa Ziehaumbuf: Save linker layer, IP and TCP/UDP header length
2012-07-30 Sepherosa Ziehautcp: Add TSO support for IPv4
2012-07-11 Peter AvalosMerge branch 'vendor/OPENPAM'
2012-07-11 Peter AvalosMerge branch 'vendor/XZ'
2012-07-11 Peter AvalosMerge branch 'vendor/TNFTP'
2012-07-11 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
next