igb: Add MSI-X support
[dragonfly.git] / sys / net /
2012-06-16 Sascha WildnerFix more wrong sizeof() usages, part 1/x
2012-06-13 Sepherosa Ziehauethernet: Use atomic operation to update RSS related...
2012-06-12 Sepherosa Ziehauifnet: Add ifnet_serialize_array_{enter,exit,try,assert}()
2012-05-24 Sascha Wildnerkernel: Remove some bogus casts to the own type (FINAL).
2012-05-15 John MarinoMerge branch 'vendor/GDB'
2012-05-14 John MarinoMerge branch 'vendor/NCURSES'
2012-05-13 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-05-12 John MarinoMerge branch 'vendor/GMP'
2012-05-11 John MarinoMerge branch 'vendor/NCURSES'
2012-05-11 John MarinoMerge branch 'vendor/ZLIB'
2012-05-11 John MarinoMerge branch 'vendor/GDB'
2012-05-10 John MarinoMerge branch 'vendor/LIBEDIT'
2012-05-08 John MarinoMerge branch 'vendor/GREP'
2012-05-01 Sascha Wildnerkernel: Remove some bogus casts of NULL to something.
2012-04-29 Sascha Wildnerkernel: Use LIST_FOREACH in some places.
2012-04-28 Sascha Wildnerkernel: Remove newlines from the panic messages that...
2012-04-28 Sascha Wildnertap(4): Use the number of instances from the kernel...
2012-04-27 Sascha WildnerRemove some CLEANFILES in kernel module Makefiles.
2012-04-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-18 Sascha Wildneref(4): Bring in some small fixes from FreeBSD.
2012-04-16 Sepherosa Ziehauifnet: Factor out if_ring_count2()
2012-04-16 Sepherosa Ziehauroute: Turn on route_assert_owner_access by default
2012-04-15 Sascha Wildnerkernel: Use ${.TARGET} in module Makefiles.
2012-04-15 Sepherosa Ziehauif: Remove experimental ifnet.if_start related sysctls
2012-04-13 Sascha Wildnerkernel: Clean up some module Makefiles.
2012-04-13 Sepherosa Ziehauether: Don't manually packing up input mbufs
2012-04-12 Sepherosa Ziehaurt_metrics: Add rmx_iw* to record user-set IW parameters
2012-04-11 Sepherosa Ziehauvlan: Wording in comment
2012-04-10 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-04-10 Peter AvalosMerge remote-tracking branch 'origin/master'
2012-04-10 Sepherosa Ziehaucarp: Lockless MPSAFE, step 11 of 11
2012-04-10 Sepherosa Ziehaucarp: Lock MPSAFE, step 10 of 11
2012-04-08 Sascha Wildnerkernel: Remove NULL checks after kmalloc() with M_WAITOK.
2012-04-03 Sepherosa Ziehaupf/carp: Our carp is never layed out in the fashion...
2012-03-27 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-03-17 Sascha Wildnerkernel/gre: Remove unused variables.
2012-03-13 John MarinoMerge branch 'vendor/GCC44'
2012-02-28 Sepherosa Ziehauarp: Don't send gratuitous ARP in arp_ifinit
2012-02-25 Sepherosa Ziehauvlan: Add comment about how MPSAFE works out for vlan
2012-02-25 Sepherosa Ziehauvlan: Fix the incorrect logic
2012-02-17 Sascha Wildnerkernel/pf: In the ioctl code, make sure NPFLOG is actua...
2012-02-16 Thomas NikolajsenMerge remote-tracking branch 'crater/master'
2012-02-01 Sepherosa Ziehaucarp: Make carp interfaces work like ethernet interfaces
2012-01-31 Sascha Wildnerkernel: Allow zlib to build as a module.
2012-01-30 Sascha WildnerRemove ISDN support. Tools, kernel code, manpages,...
2012-01-29 Sascha Wildnerkernel: Add some missing headers to the Makefiles of...
2012-01-23 Peter AvalosMerge branch 'vendor/TCPDUMP'
2012-01-23 Peter AvalosMerge branch 'vendor/LIBPCAP'
2012-01-22 Sepherosa Ziehaucarp: BGL -> CARP global token
2012-01-20 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-16 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-16 Sepherosa Ziehauroute: Add net.route.kmalloc_limit tunable to raise...
2012-01-12 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2012-01-12 Sepherosa Ziehauroute: Log R_Malloc failure in rtrequest1()
2012-01-10 Nuno Antunesnetgraph: handle M_PREPEND failure.
2012-01-10 Nuno AntunesNETGRAPH: Simplify ng_ether_input_orphan().
2012-01-10 Nuno AntunesApply netgraph7 megapatch.
2012-01-08 Peter AvalosMerge branch 'vendor/XZ'
2012-01-08 Peter AvalosMerge branch 'vendor/TNFTP'
2012-01-05 Francois Tigeotkernel: do not try to always build IPv4-specific code
2012-01-05 Peter AvalosMerge branch 'vendor/OPENSSL'
2012-01-03 Sascha Wildnerkernel: Use NULL for pointers.
2012-01-02 Sascha Wildnerkernel/i4b: Instead of returning, goto fail (for crit_e...
2011-12-31 Peter AvalosMerge branch 'vendor/FILE'
2011-12-30 Aggelos EconomopoulosModify ktr(4) to be typesafe
2011-12-30 Sascha Wildnerkernel/altq: Move a dereference below the NULL check.
2011-12-28 Sepherosa Ziehauether_ioctl: Command type is u_long not int
2011-12-23 Peter AvalosMerge branch 'vendor/OPENPAM'
2011-12-21 Sepherosa Ziehaualtq/cbq: Clear poll-cache if the cached class is to...
2011-12-21 Sepherosa Ziehaualtq/hfsc: Clear poll-cache if the cached hfsc class...
2011-12-09 Sascha Wildnerkernel: Fix various whitespace and indent issues (no...
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-05 Sascha Wildnerkernel: Remove some unneeded NULL checks after kmalloc...
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-12-04 Sepherosa Ziehaupru_send: Allow non-NULL address parameter to be passed
2011-12-04 Sepherosa Ziehauudp: Prepare for the asynchronized pru_send 2
2011-12-02 Jan Lentferpf: fix another double lock release
2011-12-02 Venkatesh Srinivaspf -- Remove unused pf_mod_lck.
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-20 Sepherosa Ziehaurt_metrics: Change msl unit to millisecond
2011-11-18 Sepherosa Ziehaunetisr: Expose netmsg_sync_handler to avoid code duplic...
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-14 Sepherosa Ziehaurt_metrics: Add rmx_msl to record user-set MSL
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-04 Sascha Wildnerkernel: Replace some bzero()s with M_ZERO in the preced...
2011-11-04 Matthew Dillonkernel - Fix localhost packet misordering
2011-11-01 Jan Lentferpf/pf_ioctl.c: Fix whitespace error
2011-11-01 Sascha WildnerUnbreak LINT.
2011-11-01 Jan Lentferpf: convert to use kmalloc instead of zalloc
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-26 Matthew Dillonkernel - remove MP lock from uipc socket functions...
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-24 Sepherosa Ziehautcp: Let sosendtcp() call tcp_usrreq.pru_send asynchronous
next