]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Fix off-by-one error in bit_nclear() usage
[FreeBSD/FreeBSD.git] / sys / net /
2017-11-20 shurdFix off-by-one error in bit_nclear() usage
2017-11-20 pfgsys: further adoption of SPDX licensing ID tags.
2017-11-20 delphijMFV r326007: less v529.
2017-11-19 kibFix build.
2017-11-18 manuUpdate our copy of DTS from the ones from Linux 4.14
2017-11-18 pfgspdx: initial adoption of licensing ID tags.
2017-11-16 shurdFix default numbers of iflib queue sets
2017-11-11 baptUpdate to zstd 1.3.2
2017-11-08 antoineDo not leak control in raw_usend
2017-11-07 kibAdd a place for a driver to report rx timestamps in...
2017-11-06 sbrunoFix NOINET/NOINET6 build during compilation of iflib.
2017-11-06 shurdOnly chain non-LRO mbufs when LRO is not possible
2017-11-05 eugenAllow a process to assign an IP address to local ppp...
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
2017-11-01 kpepair: Fix panic on unload
2017-10-31 shurdPreserve TSO checksum flags
2017-10-31 shurdFix PR221990 - Assertion at iflib.c:1947
2017-10-31 mwUpdate ena-com HAL to v1.1.4.3 and update driver accord...
2017-10-31 shurdFix build with nodevice netmap
2017-10-30 shurdbnxt: HW_LRO Rx Pkt with > 32 fragments caused Crash...
2017-10-30 shurdFix PR222744 - netmap errors with iflib em driver
2017-10-30 shurdAvoid enabling MSI-X if MSI-X is disabled globally
2017-10-28 philipImport tzdata 2017c
2017-10-27 avgMFV r325013,r325034: 640 number_to_scaled_string is...
2017-10-23 shurdSome cache related optimizations
2017-10-21 manudts: Update our device tree sources file fomr Linux...
2017-10-20 bzWith r181803 on 2008-08-17 23:27:27Z the first VIMAGE...
2017-10-16 avosifnet(9): split ifc_alloc_unit() (should simplify code...
2017-10-11 sepherss: Remove never defined UDP_IPV4_EX
2017-10-10 jkimMerge ACPICA 20170929 (take 2).
2017-10-06 baptImport 1.14.3
2017-10-05 shurdFix "taskqgroup_attach: setaffinity failed: 3" with...
2017-10-01 avgMFV r323530,r323533,r323534: 7431 ZFS Channel Programs...
2017-10-01 mmMFV r324145,324147:
2017-09-29 jkimMerge ACPICA 20170929.
2017-09-26 cemAdd PNP metadata to more drivers
2017-09-23 shurdHave ifmp_ring_enqueue() abdicate instead of switch...
2017-09-23 shurdMake the rx budget a tunable
2017-09-23 shurdChain mbufs before passing to if_input()
2017-09-23 shurdSome small packet performance improvements
2017-09-21 kpbridge: Set module version
2017-09-20 shurdFix iflib netmap RX
2017-09-20 alcIn r288122, we changed vm_page_unwire() so that it...
2017-09-17 gordonMFV r323678: file 5.32
2017-09-16 shurdRevert r323516 (iflib rollup)
2017-09-13 shurdRoll up iflib commits from github. This pulls in most...
2017-09-13 mjorasAllow vlan interfaces to rx through netmap(4).
2017-09-06 npMake LACP based lagg work with interfaces (like 100Gbps...
2017-09-06 hselaskyAdd support for generic backpressure indicator for...
2017-09-05 sepheif: Add ioctls to get RSS key and hash type/function.
2017-08-31 glebiusDo not abuse flag that is clearly marked as unused.
2017-08-31 jkimMerge ACPICA 20170831.
2017-08-30 sbrunoRevert r323008 and its conversion of e1000/iflib to...
2017-08-30 sbrunoContinuation of lock cleanup in e1000.
2017-08-24 glebiusGarbage collect RT_NORTREF, which is no longer in use...
2017-08-23 sbrunoiflib: call device's if_init function during vlan...
2017-08-22 baptImport zstandard 1.3.1
2017-08-16 kpbpf: Fix incorrect cleanup
2017-08-15 mjorasRework vlan(4) locking.
2017-08-14 ngieAdd supporting changes for `Add limited sandbox capabil...
2017-08-10 sbrunoDon't leak mbufs if clusers exceeds the number of segme...
2017-08-10 sbrunoExport IFCAP_HWSTATS so that we don't experience double...
2017-08-09 aeAdd to if_enc(4) ability to capture packets via BPF...
2017-08-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-31 aeAdd inpcb pointer to struct ipsec_ctx_data and pass...
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-28 loosRemove the unused mutex since r273220.
2017-07-27 sbrunoSlight restructure of iflib_busdma_load_mbuf_sg() to...
2017-07-27 sbrunoDeprecate unused int isc_max_txqsets and int isc_max_rx...
2017-07-27 bzAfter inpcb route caching was put back in place there...
2017-07-25 sbrunoDon't hold the RM lock during lagg_proto_addport()...
2017-07-24 sepherndis: Add LINK_SPEED_CHANGE status
2017-07-24 sepheethernet: Add ethernet interface attached event and...
2017-07-21 dimMerge ^/head r321307 through r321350.
2017-07-21 loosUpdate netmap_user.h with the current version of netmap...
2017-07-20 dimMerge ^/head r321239 through r321306.
2017-07-20 dimFix printf format warning in iflib.c
2017-07-19 sbrunoDon't cache mbuf pointers if the number of descriptors...
2017-07-19 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-13 dimMerge ^/head r320573 through r320970.
2017-07-13 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-09 manuUpdate DTS files from Linux 4.12
2017-07-03 sbrunoiflib - flib_busdma_load_mbuf_sg used isc_tx_maxsize...
2017-07-03 sbrunobnxt(4) Enable LRO support, redux
2017-07-02 dimMerge ^/head r320398 through r320572.
2017-07-02 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-07-01 jahClean up MD pollution of bus_dma.h:
2017-06-28 ngiePull down pjdfstest 0.1
2017-06-27 dimMerge ^/head r320042 through r320397.
2017-06-27 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-27 jhibbitsUpdate comments and simplify conditionals for compat32
2017-06-26 jhibbitsSolve the y2038 problem for powerpc
2017-06-20 avgMFV r318946: 8021 ARC buf data scatter-ization
2017-06-20 manuUpdate the GNU DTS file from Linux 4.11
2017-06-17 sbrunoRevert r319989 "bnxt(4) Enable LRO support"
2017-06-17 dimMerge ^/head r319801 through r320041.
2017-06-17 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
next