]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
Import the kyua test framework.
[FreeBSD/FreeBSD.git] / sys / net /
2020-03-23 brooksImport the kyua test framework.
2020-03-23 brooksAdd liblutok a lightweight C++ API for lua.
2020-03-18 jkimMerge OpenSSL 1.1.1e.
2020-03-14 pkelseyRemove extraneous code from iflib
2020-03-14 pkelseyRemove refill budget from iflib
2020-03-14 pkelseyAllow iflib drivers to specify the buffer size used...
2020-03-14 pkelseyRemove freelist contiguous-indexes assertion from rxd_f...
2020-03-14 pkelseyFix iflib zero-length fragment handling
2020-03-14 pkelseyFix iflib freelist state corruption
2020-03-10 dimMerge ^/head r358731 through r358831.
2020-03-09 gallatinmake lacp's use_numa hashing aware of send tags
2020-03-05 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-03-05 dimMerge ^/head r358466 through r358677.
2020-03-04 cyMFV r358616:
2020-03-04 bzImplement optional table entry limits for if_llatbl.
2020-03-03 brooksExpose ifr_buffer_get_(buffer|length) outside if.c.
2020-03-03 melifaroFix dynamic redrects by adding forgotten RTF_HOST flag.
2020-03-02 mmMFV r358511,r358532:
2020-03-02 kevansif_edsc: generate an arbitrary MAC address
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-27 dimMerge ^/head r358269 through r358399.
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 rrsThis commit expands tcp_ratelimit to be able to handle...
2020-02-26 kpbridge: Move locking defines into if_bridge.c
2020-02-24 glebiusAlthough most of the NIC drivers are epoch ready, due...
2020-02-18 baptUpdate ncurses to 20200118
2020-02-17 dimMerge ^/head r358000 through r358048.
2020-02-17 bzPartially revert VNET change and expand VNET structure.
2020-02-17 hselaskyFix kernel panic while trying to read multicast stream.
2020-02-15 dimMerge ^/vendor/llvm-project/release-10.x up to its...
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-13 dimMerge ^/head r357662 through r357854.
2020-02-12 hselaskyUse NET_TASK_INIT() and NET_GROUPTASK_INIT() for driver...
2020-02-12 hselaskyMake sure the so-called end of receive interrupts don...
2020-02-12 mmMFV r357783:
2020-02-11 glebiusUse NET_TASK_INIT() and NET_GROUPTASK_INIT() for driver...
2020-02-11 kibif_media.h: Add 50G KR4 ethernet media type.
2020-02-11 kibif_media.c: staticize and constify ifmedia description...
2020-02-11 kibif_media.c: use __FBSDID().
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-07 dimMerge ^/head r357408 through r357661.
2020-02-07 pfgtypo: stray spaces.
2020-02-06 jeffTemporarily force IFF_NEEDSEPOCH until drivers have...
2020-02-05 pfgethernet: Add a couple more Ethertypes.
2020-02-03 pfgtypo: Registration.
2020-02-03 pfgethernet: Minor cleanup.
2020-02-02 pfgstyle(9): Fix spaces after #define.
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-02 pfgethernet: add some more Ethertypes.
2020-02-01 dimMerge ^/head r357350 through r357367.
2020-01-31 kpvlan: Fix panic when vnet jail with a vlan interface...
2020-01-31 hselaskyRevert r357293.
2020-01-30 hselaskyWiden EPOCH(9) usage in netisr.
2020-01-29 dimMerge ^/head r357179 through r357269.
2020-01-29 melifaroPlug parent iface refcount leak on <ifname>.X vlan...
2020-01-28 kpepair: Do not abuse params to register the second interface
2020-01-25 dimMerge ^/head r356931 through r357118.
2020-01-24 dimMerge ^/vendor/lvm-project/release-10.x up to its last...
2020-01-24 dimMerge ^/vendor/lvm-project/master up to its last change...
2020-01-23 dimMerge ^/vendor/llvm-openmp/dist up to its last change...
2020-01-23 dimMerge ^/vendor/lldb/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/lld/dist up to its last change, and...
2020-01-23 dimMerge ^/vendor/libc++/dist up to its last change, and...
2020-01-23 glebiusSince now drivers that support pfil run their interrupt...
2020-01-23 glebiusStop entering the network epoch in ether_input(), unles...
2020-01-23 glebiusIntroduce flag IFF_NEEDSEPOCH that marks Ethernet inter...
2020-01-23 glebiustap(4) calls ether_input() in context of write(2)....
2020-01-23 glebiusEnter network epoch in iflib rxeof task.
2020-01-23 glebiusMark swi_net() as INTR_TYPE_NET and stop entering epoch...
2020-01-22 dimMerge ^/vendor/compiler-rt/dist up to its last change...
2020-01-22 dimMerge ^/vendor/clang/dist up to its last change, and...
2020-01-22 mavUpdate route MTUs for bridge, lagg and vlan interfaces.
2020-01-22 dimMerge ^/vendor/llvm/dist up to its last change, and...
2020-01-22 melifaroBring back redirect route expiration.
2020-01-21 melifaroDocument requirements for the 'struct route' variations.
2020-01-20 dimMerge ^/head r356848 through r356919.
2020-01-18 eugenifa_maintain_loopback_route: adjust debugging output
2020-01-17 glebiusChange argument order of epoch_call() to more natural...
2020-01-15 glebiusgif_transmit() must always be called in the network...
2020-01-15 glebiusIntroduce NET_EPOCH_CALL() macro and use it everywhere...
2020-01-15 glebiusMechanically substitute assertion of in_epoch(net_epoch...
2020-01-15 glebius- Move global network epoch definition to epoch.h,...
2020-01-13 vmaffionenetmap: disable passthrough with no hypervisor support
2020-01-09 melifaroAdd fibnum, family and vnet pointer to each rib head.
2020-01-09 markjlagg: Further cleanup of the rr_limit option.
2020-01-09 kevansif_vmove: return proper error status
2020-01-07 melifaroFix rtsock route message generation for interface addre...
2020-01-02 erjiflib: Prevent watchdog from resetting idle queues
2020-01-02 melifaroPlug loopback idaddr refcount leak.
2020-01-01 glebiusIn r343631 error code for a packet blocked by a firewal...
2019-12-31 melifaroFix NOINET6 build broken by r356236.
2019-12-31 melifaroSplit gigantic rtsock route_output() into smaller funct...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-27 markjPlug some ifaddr refcount leaks.
2019-12-22 markjlagg: Clean up handling of the rr_limit option.
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 markjDeduplicate code between if_delgroup() and if_delgroups().
next