]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / net /
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-25 pkelseyALTQ support for iflib.
2018-07-24 mariusSince r336611, n is only used for INET in iflib_parse_h...
2018-07-24 andrewUse the new VNET_DEFINE_STATIC macro when we are defini...
2018-07-24 andrewAs with DPCPU create VNET_DEFINE_STATIC for when a...
2018-07-23 eugenepair(4): make sure we do not duplicate MAC addresses
2018-07-22 mariusUse the maximum of isc_tx_{nsegments,tso_segments_max...
2018-07-22 marius- Given that the controlling expression of the receive...
2018-07-20 shurdAdd knob to control tx ring abdication.
2018-07-20 shurdImprove netmap TX handling when TX IRQs are not used...
2018-07-17 aeMove invoking of callout_stop(&lle->lle_timer) into...
2018-07-15 mariusAssorted TSO fixes for em(4)/iflib(9) and dead code...
2018-07-12 kppf: Fix typo in r336221
2018-07-12 kppf: Increate default state table size
2018-07-11 cyMFV r324714:
2018-07-09 aeDeduplicate the code.
2018-07-07 sbrunostruct ifmediareq *ifmrp is only used in the COMPAT_FRE...
2018-07-04 willRevert r335833.
2018-07-04 mmacyepoch(9): allow preemptible epochs to compose
2018-07-01 willpf: remove unused ioctls.
2018-06-28 aeAdd NULL pointer check.
2018-06-19 aeMove BPFIF_* macro definitions into .c file, where...
2018-06-18 erjiflib: Style fixes
2018-06-17 mariusAssorted fixes to MSI-X/MSI/INTx setup in iflib(9):
2018-06-16 aeFix typo.
2018-06-16 aeSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-14 aeAdd missing BPF_MTAP2() for outbound packets.
2018-06-14 aeConvert if_me(4) driver to use encap_lookup_t method...
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-13 jtlMake UMA and malloc(9) return non-executable memory...
2018-06-13 aeRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-11 jtlFix a memory leak for the BIOCSETWF ioctl on kernels...
2018-06-09 aeExplicitly change the link state when we assingn an...
2018-06-08 shurdRemove tx task spinning added in r333686
2018-06-08 mjguma: fix up r334824
2018-06-08 mmacyrtentry_zinit: don't blindly pass through M_ZERO to...
2018-06-07 erjiflib: Record TCP checksum info in iflib when TCP check...
2018-06-05 aeRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 aeRework IP encapsulation handling code.
2018-05-31 mmacyReduce overhead of entropy collection
2018-05-31 hselaskyRe-apply r190640.
2018-05-30 mmacyif_setlladdr: don't call ioctl in epoch context
2018-05-30 kppf: Add missing include statement
2018-05-30 kppf: Replace rwlock on PF_RULES_LOCK with rmlock
2018-05-29 shurdiflib: mark irq allocation name parameter as constant
2018-05-29 mmacyiflib: hold context lock across detach for drivers...
2018-05-29 mmacyrt_getifa_fib: don't use ifa but info->rti_ifa
2018-05-29 mmacyroute: fix missed ref adds
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-26 erjiflib: Add new shared flag: IFLIB_ADMIN_ALWAYS_RUN
2018-05-25 mmacyrtrequest1_fib: we need to always bump the ifaddr refco...
2018-05-24 mmacyCK: update consumers to use CK macros across the board
2018-05-24 mmacyif_delgroups: add missed unlock introduced by r334118
2018-05-23 mmacyUDP: further performance improvements on tx
2018-05-23 pizzamigImprove MAC address uniqueness on if_epair(4).
2018-05-23 philImport libxo-0.9.0:
2018-05-22 markjSimplify lagg_input().
2018-05-21 mmacyck: simplify interface with libkvm consumers by definin...
2018-05-20 eadlerMFV: file 5.33
2018-05-19 mmacynet: fix uninitialized variable warning
2018-05-19 mmacymp_ring: fix i386
2018-05-19 mmacynet: fix set but not used
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 mmacyepoch(9): allocate net epochs earlier in boot
2018-05-18 mmacyepoch: move epoch variables to read mostly section
2018-05-18 emasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 mmacyepoch(9): Make epochs non-preemptible by default
2018-05-18 mmacyepoch: add non-preemptible "critical" variant
2018-05-16 mmacyFix !netmap build post r333686
2018-05-16 shurdWork around lack of TX IRQs in iflib for netmap
2018-05-14 shurdReplace rmlock with epoch in lagg
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 desUpgrade LDNS to 1.7.0.
2018-05-11 mmacyiflib(9): Add support for cloning pseudo interfaces
2018-05-11 aeApply the change from r272770 to if_ipsec(4) interface.
2018-05-11 desUpgrade to OpenSSH 7.7p1.
2018-05-11 mmacyAllow different bridge types to coexist
2018-05-11 desSlight cleanup of interface event logging.
2018-05-10 mmacyAllocate epoch for networking at startup
2018-05-09 aeAdd IFCAP_LINKSTATE support to if_loop(4).
2018-05-08 desUpgrade to OpenSSH 7.6p1. This will be followed shortl...
2018-05-08 shurdiflib: print message when iflib_tx_structures_setup...
2018-05-08 shurdiflib: cleanup queues when iflib_device_register fail
2018-05-08 peterUpdate svn-1.9.7 to 1.10.0.
2018-05-07 gallatinFix an off-by-one error when deciding to request a...
2018-05-06 mmacyr333175 introduced deferred deletion of multicast addre...
2018-05-06 mmacyThe ifnet pointer (ifp) in rt_newaddrmsg can be valid...
next