]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net
shmfd: posix_fallocate(2): only take rangelock for section we need
[FreeBSD/FreeBSD.git] / sys / net /
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().
2019-12-20 markjFix a memory leak in if_delgroups() introduced in r334118.
2019-12-17 glebiusConvert routing statistics to VNET_PCPUSTAT.
2019-12-05 jhbUse a void * argument to callout handlers instead of...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-24 bzAllow kernel to compile without BPF.
2019-11-22 cemAdd explicit SI_SUB_EPOCH
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-19 vmaffionenetmap: check if we already ran mmap before we attempt it
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-15 bzif_llatbl: change htable_unlink_entry() to early exist...
2019-11-15 bzif_llatbl: cleanup
2019-11-13 glebiusIn if_siocaddmulti() enter VNET.
2019-11-13 bzlltabl: remove dead code
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-07 glebiussysctl_rtsock() has all necessary locking and doesn...
2019-11-07 aeEnqueue lladdr_task to update link level address of...
2019-11-07 philImport libxo-1.3.0:
2019-11-05 erjnet: add ETHER_IS_ZERO macro similar to ETHER_IS_BROADCAST
2019-11-04 erjiflib: properly release memory allocated for DMA
2019-10-31 vmaffionenetmap: fix build issue in netmap_user.h
2019-10-31 vmaffioneadd valectl to the system commands
2019-10-30 erjiflib: cleanup memory leaks on driver detach
2019-10-29 glebiusThere is a long standing problem with multicast program...
2019-10-23 erjiflib: call ether_ifdetach and netmap_detach before...
2019-10-23 cemPrevent a panic when a driver provides bogus debugnet...
2019-10-23 kevanstuntap(4): Fix NOINET build after r353741
2019-10-22 kevanstuntap(4): properly declare if_tun and if_tap modules
2019-10-21 glebiusRemove obsoleted KPIs that were used to access interfac...
2019-10-21 kevanstuntap(4): restrict scope of net.link.tap.user_open...
2019-10-20 kevanstuntap(4): use cdevpriv w/ dtor for last close instead...
2019-10-20 kevanstuntap(4): Use make_dev_s to avoid si_drv1 race
2019-10-20 kevanstuntap(4): break out after setting TUN_DSTADDR
2019-10-20 kevanstuntap(4): Drop TUN_IASET
2019-10-19 tuexenFix compile issues when building a kernel without the...
2019-10-19 jkimMerge ACPICA 20191018.
2019-10-18 cemFix debugnet(4) link/build fallout on some configurations
2019-10-18 vmaffionetap: add support for virtio-net offloads
2019-10-18 glebiusMake rt_getifa_fib() static.
2019-10-17 cemImplement NetGDB(4)
2019-10-17 cemdebugnet(4): Add optional full-duplex mode
2019-10-17 glebiusRevert two parts of r353292 that enter epoch when proce...
2019-10-17 cemdebugnet(4): Infer non-server connection parameters
2019-10-17 cemAdd ddb(4) 'netdump' command to netdump a core without...
2019-10-17 cemdebugnet: Respond to broadcast ARP requests
2019-10-17 cemdebugnet(4): Check hardware-validated UDP checksums
2019-10-17 cemSplit out a more generic debugnet(4) from netdump(4)
2019-10-17 philipether: add older ethertype definitions for QinQ
2019-10-16 glebiusdo_link_state_change() is executed in taskqueue context...
2019-10-15 hselaskyThe two functions ifnet_byindex() and ifnet_byindex_loc...
2019-10-15 hselaskyExclude the network link eventhandler from epochificati...
2019-10-14 glebiusif_delmulti() is never called without ifp argument...
2019-10-13 tuexenAdd missing include which breaks builds without VIMAGE.
2019-10-13 tuexenUse an event handler to notify the SCTP about IP addres...
2019-10-13 glebiusvlan_config() isn't always called in epoch context.
2019-10-10 glebiusDon't use if_maddr_rlock() in sppp(4), use epoch(9...
2019-10-10 glebiusDon't use if_maddr_rlock() in tuntap(4), use epoch...
2019-10-10 glebiusInterface output method must be executed in network...
2019-10-10 glebiusAdd two extra functions that basically give count of...
2019-10-10 glebiusProvide new KPI for network drivers to access lists...
2019-10-09 dimMerge ^/head r353316 through r353350.
2019-10-09 glebiusifnet_byindex_ref() requires network epoch.
2019-10-08 brooksUpdate tcsh to 6.21.00.
2019-10-08 dimMerge ^/head r352764 through r353315.
2019-10-08 glebiusRemove epoch assertion from if_setlladdr(). Originally...
2019-10-08 glebiusIn DIAGNOSTIC block of if_delmulti_ifma_flags() enter...
2019-10-08 hselaskyFix regression issue after r353274:
2019-10-07 glebiusWiden NET_EPOCH coverage.
2019-10-07 hselaskyCompile time assert a valid subsystem for all VNET...
2019-10-07 hselaskyFactor out VNET shutdown check into an own vnet structu...
2019-10-04 kevanstuntap(4): loosen up tunclose restrictions
2019-10-03 kevansif_tuntap: create /dev aliases when a tuntap device...
2019-10-03 kevansif_tuntap: add a busy/unbusy mechanism, replace destroy...
2019-09-30 markjAdd IFLIB_SINGLE_IRQ_RX_ONLY.
2019-09-28 manuImport DTS files from Linux 5.3
2019-09-28 manuImport DTS files from Linux 5.2
2019-09-27 gallatinkTLS support for TLS 1.3
2019-09-26 dimMerge ^/head r352587 through r352763.
2019-09-25 glebiusstyle(9): remove extraneous empty lines
2019-09-25 glebiusAdd debugging facility EPOCH_TRACE that checks that...
2019-09-24 erjiflib: Remove redundant VLAN events deregistration
next