]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Normalize use of semicolon with EFI_TIME_LOCK macros.
[FreeBSD/FreeBSD.git] / sys / net /
2018-08-29 shurdFix compile error due to missing parenthesis in r338372
2018-08-29 shurdFix potential data corruption in iflib
2018-08-26 markmRemove the Yarrow PRNG algorithm option in accordance...
2018-08-24 npUnbreak VLANs after r337943.
2018-08-23 manudts: Import DTS for arm64
2018-08-22 pkelseyExtended pf(4) ioctl interface and pfctl(8) to allow...
2018-08-22 erjif_media: Add new 2.5G/5G/25G/40G/50G/100G/200G/400G...
2018-08-21 mmacyfix copy/paste error when clearing ifma flag
2018-08-19 cemBack out r338035 until Warner is finished churning...
2018-08-19 cemRemove unused and easy to misuse PNP macro parameter
2018-08-17 npif_vlan(4): A VLAN always has a PCP and its ifnet's...
2018-08-16 npAdd the ability to look up the 3b PCP of a VLAN interfa...
2018-08-15 mmacyFix in6_multi double free
2018-08-14 jkimMerge OpenSSL 1.0.2p.
2018-08-13 gallatinlagg: allow lacp to manage the link state
2018-08-13 manuImport DTS files from Linux 4.18
2018-08-11 kevansMFH @ r337607, in preparation for boarding
2018-08-08 eadlerfile: update to 5.34
2018-08-05 kppf: Increase default hash table size
2018-08-04 pkelseyMark the send queue ready so ALTQ is available.
2018-07-31 mavMFV r336991, r337001:
2018-07-30 andrewAs with DPCPU_DEFINE_STATIC make VNET_DEFINE_STATIC...
2018-07-30 andrewEnsure the DPCPU and VNET module spaces are aligned...
2018-07-30 andrewAs with DPCPU_DEFINE make it a compile error to use...
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.
next