]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
exec_map_first_page: fix an inverse condition introduced in r254138
[FreeBSD/FreeBSD.git] / sys / net /
2018-02-02 dimUpgrade our copies of clang, llvm, lld, lldb, compiler...
2018-01-25 wmaBPF: Switch to 32 bit compatible mode only when thread...
2018-01-24 mmMFV r328323,328324:
2018-01-24 smhAdded missing CTLFLAG_VNET to lacp default_strict_mode
2018-01-24 philipImport tzdata 2018c
2018-01-23 rstoneIncrement the route table gen count after a modify
2018-01-23 rstoneReduce code duplication for inpcb route caching
2018-01-23 rstoneInvalidate inpcb LLE cache if cached route is invalidated
2018-01-22 kibFix compat32 for sysctl net.PF_ROUTE...NET_RT_IFLISTL.
2018-01-21 pfgRevert r327828, r327949, r327953, r328016-r328026,...
2018-01-18 kevanslibfdt: Update to 1.4.6, switch to using libfdt for...
2018-01-15 pfgnet*: make some use of mallocarray(9).
2018-01-06 dimMerge ^/head r327341 through r327623.
2018-01-05 jkimMerge ACPICA 20180105.
2018-01-04 smhDisabled the use of flowid for lagg by default
2017-12-31 kppf: Clean all fragments on shutdown
2017-12-30 bryanvAdd macro for vxlan list mutex lock and unlock
2017-12-30 bryanvAdvertise IFCAP_LINKSTAT after r326480 added link statu...
2017-12-30 bryanvAdd support for IPv6 scoped addresses to vxlan
2017-12-29 dimMerge ^/head r327169 through r327340.
2017-12-29 dimMerge llvm, clang, lld, lldb, compiler-rt and libc...
2017-12-27 shurdDon't pass rids to taskqgroup_attach()
2017-12-27 shurdRemove assertion that's not true for !EARLY_AP_STARTUP
2017-12-27 shurdFix indentation.
2017-12-27 eadlerkernel: Fix several typos and minor errors
2017-12-25 kanDo pass removing some write-only variables from the...
2017-12-24 dimMerge ^/head r326936 through r327149.
2017-12-24 dimMerge compiler-rt trunk r321414 to contrib/compiler-rt.
2017-12-24 dimMerge llvm trunk r321414 to contrib/llvm.
2017-12-23 kanDo not pass NULL pointer to copyout in if_clone_list.
2017-12-23 kanRemove some trailing whitespace.
2017-12-23 kanDo not double free the memory in if_clone.
2017-12-23 impThe device tables end with a sentinel in iflib. Don...
2017-12-22 impUse '#' rather than some made up name for fields we...
2017-12-21 kibFix build for kernels with SCHED_4BSD.
2017-12-21 shurdDon't call tcp_lro_rx() unless hardware verified TCP...
2017-12-20 dimMerge compiler-rt trunk r321017 to contrib/compiler-rt.
2017-12-20 dimMerge lldb trunk r321017 to contrib/llvm/tools/lldb.
2017-12-20 dimMerge lld trunk r321017 to contrib/llvm/tools/lld.
2017-12-20 dimMerge clang trunk r321017 to contrib/llvm/tools/clang.
2017-12-20 dimMerge llvm trunk r321017 to contrib/llvm.
2017-12-20 lwhsuAdd missing `;`
2017-12-20 shurdSupport attaching tx queues to cpus
2017-12-19 shurdUpdate Matthew Macy contact info
2017-12-16 aeFix possible memory leak.
2017-12-14 rstonePlug an ifaddr leak when changing a route's src
2017-12-11 shurdIncrement encap_pad_mbuf_fail when m_dup() fails in...
2017-12-08 shurdFree mbuf chain when m_dup fails
2017-12-08 shurdHandle read-only mbufs in iflib ether pad function
2017-12-07 jkimMerge OpenSSL 1.0.2n.
2017-12-06 glebiusGarbage collect IFCAP_POLLING_NOCOUNT. It wasn't used...
2017-12-06 emasteUpdate tcpdump to 4.9.2
2017-12-05 shurdiflib: Support to padding Ethernet frames to a min...
2017-12-05 shurdAvoid calling CURVNET_[SET|RESTORE] for each packet
2017-12-05 erjifconfig(8): Display extended compliance code string...
2017-12-02 bryanvAdd if media and link status events to vxlan
2017-12-01 shurdAdd support for SIOCGIFXMEDIA to iflib
2017-11-30 hselaskyProperly define the VLAN_XXX() function macros to avoid...
2017-11-29 shurdFix comment introduced in r326369
2017-11-29 shurdEnsure that ctx->ifc_cpus is always initialized
2017-11-29 hselaskyDisallow TUN and TAP character device IOCTLs to modify...
2017-11-29 impImport lua 5.3.4 to contrib
2017-11-27 pfgsys: general adoption of SPDX licensing ID tags.
2017-11-23 hselaskyMerge ^/head r325999 through r326131.
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 hselaskyMerge ^/head r325842 through r325998.
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-10 hselaskyMerge ^/head r325505 through r325662.
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-07 hselaskyMerge ^/head r323559 through r325504.
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...
next