]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/iflib.c
Fix ixgbe(4) support for ifconfig's vlanhwtag flag. Disabling this flag
[FreeBSD/FreeBSD.git] / sys / net / iflib.c
2017-11-06 shurdOnly chain non-LRO mbufs when LRO is not possible
2017-11-02 sjgUpdate to bmake-20171028
2017-11-02 jkimMerge OpenSSL 1.0.2m.
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-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-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-20 shurdFix iflib netmap RX
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-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-23 sbrunoiflib: call device's if_init function during vlan...
2017-08-22 baptImport zstandard 1.3.1
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-04 desUpgrade to OpenSSH 7.5p1.
2017-07-31 ngieMFhead@r321829
2017-07-31 baptUpdate mandoc to 1.14.2
2017-07-28 jkimMerge ACPICA 20170728.
2017-07-27 sbrunoSlight restructure of iflib_busdma_load_mbuf_sg() to...
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 llvm, clang, lld, lldb, compiler-rt and libc...
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-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...
2017-06-15 sbrunobnxt(4) Enable LRO support
2017-06-15 sbrunoRevert r319921 which seems to cause NFS booting asserti...
2017-06-13 sbrunoAdd new sysctl to allow changing of timing of the txq...
2017-06-13 sbrunoPlug mbuf leak in the busdma path of iflib.
2017-06-10 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-09 avgMFV r319744,r319745: 8269 dtrace stddev aggregation...
2017-06-08 baptImport mandoc snapshot 2017-06-08
2017-06-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-06-01 jkimMerge ACPICA 20170531.
2017-05-30 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-25 jkimMerge OpenSSL 1.0.2l.
2017-05-22 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-16 dimMerge ^/head r317971 through r318379.
2017-05-16 philImport libxo-0.7.2; add xo_options.7.
2017-05-10 sjgMerge bmake-20170510
2017-05-09 bzAdjust a comment.
2017-05-08 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-05-06 baptImport Zstandard 1.2.0
2017-05-04 mmMFV r317781:
2017-05-03 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-04-27 zbbImport Amazon Elastic Network Adapter (ENA) HAL to...
2017-04-26 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-04-22 dimMerge libc++ trunk r300890, and update build glue.
2017-04-22 dimMerge compiler-rt trunk r300890, and update build glue.
2017-04-20 dimMerge llvm, clang, lld and lldb trunk r300890, and...
2017-04-17 emasteUpdate ELF Tool Chain to upstream r3520
2017-04-16 dimMerge lldb trunk r300422 and resolve conflicts.
2017-04-16 dimMerge lld trunk r300422 and resolve conflicts.
2017-04-16 dimMerge clang trunk r300422 and resolve conflicts.
2017-04-16 dimMerge llvm trunk r300422 and resolve conflicts.
2017-04-15 baptImport zstandard 1.1.4 in base
2017-04-07 sbrunoMove pause frame counter out of struct if_ctx and into...
2017-04-04 sbrunoAllow MSIX to be turned off by tuneable per interface...
2017-03-30 sbrunoDon't call init functions directly from the timer/watch...
2017-03-30 sbrunoAssert IFF_DRV_OACTIVE in iflib_timer() when the "hung...
2017-03-28 mmMFV r316083,316094:
2017-03-25 dchaginUpdate to tcsh 6.20.00
next