]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix build issue with const and volatile and the
[FreeBSD/FreeBSD.git] / sys / net /
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...
2018-05-06 markjAdd netdump support to iflib.
2018-05-06 markjImport the netdump client code.
2018-05-04 mmacyfix gcc8 warnings
2018-05-04 shurdiflib: fix invalid free during queue allocation failure
2018-05-04 shurdiflib: remove unused brscp pointer from iflib_queues_alloc
2018-05-03 shurdAllow iflib NIC drivers to sleep rather than busy wait
2018-05-02 shurdSeparate list manipulation locking from state change...
2018-04-30 gallatinFix iflib_encap() EFBIG handling bugs
2018-04-26 hselaskyAdd network device event for priority code point, PCP...
2018-04-25 brooksTranslate 32-bit ifmedia requests into native ones.
2018-04-24 markjUse dead_bpf_if instead of bp_null.
2018-04-23 brooksFinish removing FDDI and tokenring media support.
2018-04-20 manugnu/dts: Update our copy of arm dts from Linux 4.16
2018-04-20 aeAdd dead_bpf_if structure, that should be used as fake...
2018-04-18 shurdiflib: Fix queue distribution when there are no threads
2018-04-13 brooksRemove support for the Arcnet protocol.
2018-04-12 sbrunoRestore r332389 after resolution of locking fixes.
2018-04-12 vmaffionenetmap: align codebase to the current upstream (commit...
2018-04-12 mjgiflib: fix up a mismerge in r332419
2018-04-11 shurdProperly initialize ifc_nhwtxqs.
2018-04-11 brooksRemove support for FDDI networks.
2018-04-11 sbrunoRevert r332389 as it is causing panics for various...
2018-04-10 shurdSplit out flag manipulation from general context manipu...
2018-04-10 shurdMake BPF global lock an SX
2018-04-09 vmaffionenetmap: align codebase to upstream version v11.4
2018-04-06 brooksRemove the thread argument from ifr_buffer_*() accessors.
2018-04-06 brooksifconf(): correct handling of sockaddrs smaller than...
2018-04-06 brooksMove most of the contents of opt_compat.h to opt_global.h.
2018-04-06 kppf: Improve ioctl validation for DIOCRGETTABLES, DIOCRG...
2018-04-05 brooksAdd 32-bit compat for ioctls that take struct ifgroupreq.
2018-04-05 brooksifconf(): Always zero the whole struct ifreq.
2018-04-04 vmaffionenetmap: align if_ptnet guest driver to the upstream...
2018-04-04 brImport OpenCSD -- an ARM CoreSight(tm) Trace Decode...
2018-03-30 brooksDocument and enforce assumptions about struct (in6_...
2018-03-30 brooksUse an accessor function to access ifr_data.
2018-03-28 brooksRemove infrastructure for token-ring networks.
2018-03-28 mavMFV r331695, 331700: 9166 zfs storage pool checkpoint
2018-03-27 brooksImprove copy-and-pasted versions of SIOCGIFADDR.
2018-03-27 brooksFix a whitespace bug missed in refactoring prior to...
2018-03-27 brooksFix access to ifru_buffer on freebsd32.
2018-03-27 kibAllow to specify PCP on packets not belonging to any...
2018-03-25 markjClamp IFLIB_RX_COPY_THRESH to MHLEN in iflib_rxd_pkt_get().
2018-03-24 philipImport tzdata 2018d
next