]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
icmp_quotelen was accidentially changes in r336676, undo this.
[FreeBSD/FreeBSD.git] / sys / net /
2018-07-24 Andrew TurnerUse the new VNET_DEFINE_STATIC macro when we are defini...
2018-07-24 Andrew TurnerAs with DPCPU create VNET_DEFINE_STATIC for when a...
2018-07-23 Andriy GaponMFV CK@r336629: Import CK as of commit 1c1f9901c2dea7a8...
2018-07-23 Eugene Grosbeinepair(4): make sure we do not duplicate MAC addresses
2018-07-22 Marius StroblUse the maximum of isc_tx_{nsegments,tso_segments_max...
2018-07-22 Marius Strobl- Given that the controlling expression of the receive...
2018-07-20 Stephen HurdAdd knob to control tx ring abdication.
2018-07-20 Stephen HurdImprove netmap TX handling when TX IRQs are not used...
2018-07-19 Cy SchubertMFV r336490:
2018-07-19 Cy SchubertMFV: r336486
2018-07-19 Cy SchubertMFV: r336485
2018-07-17 Andrey V. ElsukovMove invoking of callout_stop(&lle->lle_timer) into...
2018-07-15 Marius StroblAssorted TSO fixes for em(4)/iflib(9) and dead code...
2018-07-12 Kristof Provostpf: Fix typo in r336221
2018-07-12 Kristof Provostpf: Increate default state table size
2018-07-11 Cy SchubertMFV r324714:
2018-07-09 Andrey V. ElsukovDeduplicate the code.
2018-07-07 Sean Brunostruct ifmediareq *ifmrp is only used in the COMPAT_FRE...
2018-07-04 Will AndrewsRevert r335833.
2018-07-04 Matt Macyepoch(9): allow preemptible epochs to compose
2018-07-01 Will Andrewspf: remove unused ioctls.
2018-06-29 Jung-uk KimMFV: r335802
2018-06-29 Dimitry AndricUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-06-28 Andrey V. ElsukovAdd NULL pointer check.
2018-06-19 Andrey V. ElsukovMove BPFIF_* macro definitions into .c file, where...
2018-06-18 Eric Joyneriflib: Style fixes
2018-06-17 Marius StroblAssorted fixes to MSI-X/MSI/INTx setup in iflib(9):
2018-06-16 Andrey V. ElsukovFix typo.
2018-06-16 Andrey V. ElsukovSwitch RIB and RADIX_NODE_HEAD lock from rwlock(9)...
2018-06-14 Andrey V. ElsukovAdd missing BPF_MTAP2() for outbound packets.
2018-06-14 Andrey V. ElsukovConvert if_me(4) driver to use encap_lookup_t method...
2018-06-14 Emmanuel Vadotdts: Update our copy to Linux 4.17
2018-06-13 Jonathan T. LooneyMake UMA and malloc(9) return non-executable memory...
2018-06-13 Andrey V. ElsukovRework if_gre(4) to use encap_lookup_t method to speedu...
2018-06-11 Jonathan T. LooneyFix a memory leak for the BIOCSETWF ioctl on kernels...
2018-06-09 Andrey V. ElsukovExplicitly change the link state when we assingn an...
2018-06-08 Stephen HurdRemove tx task spinning added in r333686
2018-06-08 Mateusz Guzikuma: fix up r334824
2018-06-08 Matt Macyrtentry_zinit: don't blindly pass through M_ZERO to...
2018-06-07 Eric Joyneriflib: Record TCP checksum info in iflib when TCP check...
2018-06-05 Andrey V. ElsukovRework if_gif(4) to use new encap_lookup_t method to...
2018-06-05 Andrey V. ElsukovRework IP encapsulation handling code.
2018-06-04 Jung-uk KimMFV: r334448
2018-05-31 Matt MacyReduce overhead of entropy collection
2018-05-31 Hans Petter SelaskyRe-apply r190640.
2018-05-30 Matt Macyif_setlladdr: don't call ioctl in epoch context
2018-05-30 Kristof Provostpf: Add missing include statement
2018-05-30 Kristof Provostpf: Replace rwlock on PF_RULES_LOCK with rmlock
2018-05-29 Stephen Hurdiflib: mark irq allocation name parameter as constant
2018-05-29 Matt Macyiflib: hold context lock across detach for drivers...
2018-05-29 Slava ShwartsmanMFV r333668:
2018-05-29 Matt Macyrt_getifa_fib: don't use ifa but info->rti_ifa
2018-05-29 Matt Macyroute: fix missed ref adds
2018-05-28 Hans Petter SelaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-26 Eric Joyneriflib: Add new shared flag: IFLIB_ADMIN_ALWAYS_RUN
2018-05-25 Matt Macyrtrequest1_fib: we need to always bump the ifaddr refco...
2018-05-24 Matt MacyCK: update consumers to use CK macros across the board
2018-05-24 Olivier HouchardImport CK as of commit 0f017230ccc86929f56bf44ef2dca93d...
2018-05-24 Matt Macyif_delgroups: add missed unlock introduced by r334118
2018-05-23 Matt MacyUDP: further performance improvements on tx
2018-05-23 Luca PizzamiglioImprove MAC address uniqueness on if_epair(4).
2018-05-23 Phil ShaferImport libxo-0.9.0:
2018-05-22 Mark JohnstonSimplify lagg_input().
2018-05-21 Matt Macyck: simplify interface with libkvm consumers by definin...
2018-05-20 Eitan AdlerMFV: file 5.33
2018-05-19 Matt Macynet: fix uninitialized variable warning
2018-05-19 Matt Macymp_ring: fix i386
2018-05-19 Matt Macynet: fix set but not used
2018-05-19 Simon J. GerratyMerge bmake-20180512
2018-05-18 Matt Macyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-18 Matt Macyepoch(9): allocate net epochs earlier in boot
2018-05-18 Matt Macyepoch: move epoch variables to read mostly section
2018-05-18 Ed MasteUse NULL for SYSINIT's last arg, which is a pointer...
2018-05-18 Matt Macyepoch(9): Make epochs non-preemptible by default
2018-05-18 Xin LIMFV r333779: xz 5.2.4.
2018-05-18 Matt Macyepoch: add non-preemptible "critical" variant
2018-05-16 Matt MacyFix !netmap build post r333686
2018-05-16 Stephen HurdWork around lack of TX IRQs in iflib for netmap
2018-05-16 Dag-Erling SmørgravMerge upstream patch to unbreak tunnel forwarding.
2018-05-14 Stephen HurdReplace rmlock with epoch in lagg
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.1.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.8. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.7. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.6. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.5. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.3. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.1. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade Unbound to 1.6.0. More to follow.
2018-05-12 Dag-Erling SmørgravUpgrade LDNS to 1.7.0.
2018-05-11 Matt Macyiflib(9): Add support for cloning pseudo interfaces
2018-05-11 Andrey V. ElsukovApply the change from r272770 to if_ipsec(4) interface.
2018-05-11 Dag-Erling SmørgravUpgrade to OpenSSH 7.7p1.
2018-05-11 Matt MacyAllow different bridge types to coexist
2018-05-11 Dag-Erling SmørgravSlight cleanup of interface event logging.
2018-05-10 Matt MacyAllocate epoch for networking at startup
2018-05-10 Marcin WojtasApply fixes in ena-com
2018-05-09 Andrey V. ElsukovAdd IFCAP_LINKSTATE support to if_loop(4).
next