]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
libarchive: merge from vendor branch
[FreeBSD/FreeBSD.git] / sys / netinet /
2023-04-25 Boris Lytochkinipfw: add [fw]mark implementation for ipfw
2023-04-25 Alexander V. Chernikovlltable: properly set expire time to 0 for static IPv4...
2023-04-24 Simon J. GerratyMerge bmake-20230414
2023-04-24 Cheng CuiRemove unused fields in siftr_stats. Thus, update the...
2023-04-24 Cheng CuiCorrect the value of macro TF2_TCP_ACCOUNTING.
2023-04-23 Mark Johnstoninpcb: Fix some bugs in _in_pcbinshash_wild()
2023-04-23 Michael Tuexensctp: use constants from RFC 8260 to improve compliance
2023-04-23 Zhenlei Huangip_mroute: Delete unreachable code
2023-04-21 Ed Mastelibcbor: update to 0.10.2
2023-04-21 Randall Stewarttcp: hpts needs to still call output even after input.
2023-04-20 Gleb Smirnoffnetstat: fix printing of TCP pcbs with -A
2023-04-20 Mark Johnstoninpcb: Release the inpcb cred reference before freeing...
2023-04-20 Mark Johnstoninpcb: Avoid inp_cred dereferences in SMR-protected...
2023-04-20 Mark Johnstoninpcb: Move inpcb matching logic into separate functions
2023-04-20 Mark Johnstoninpcb: Split PCB hash tables
2023-04-19 Randall Stewarttcp: rack the request level logging is a bit too noisy...
2023-04-19 Randall Stewarttcp: Rack can crash with the new non-TSO fix..
2023-04-19 Randall StewartWe have a TCP_LOG_CONNEND log that should come out...
2023-04-18 Randall Stewarttcp: bbr.c is non-capable of doing ECN and sets an...
2023-04-17 Randall Stewarttcp: Inconsistent use of hpts_calling flag
2023-04-17 Randall Stewarttcp: Blackbox logging and tcp accounting together can...
2023-04-17 Gleb Smirnofftcp: fix build
2023-04-17 Gleb Smirnofftcp_hpts: use queue(9) STAILQ for the input queue
2023-04-17 Cy Schubertsqlite3: Vendor import of sqlite3 3.41.2
2023-04-14 Randall Stewarttcp: stack unloading crash in rack and bbr
2023-04-14 Randall Stewarttcp: rack pacing has some caveats that need to be obeye...
2023-04-13 Randall StewartTCP: Misc cleanups of tcp_subr.c
2023-04-12 Michael Tuexentcp: fix typo in comment
2023-04-12 Michael Tuexentcp: make net.inet.tcp.functions_default vnet specific
2023-04-12 Randall Stewarttcp_lro: When processing compressed acks lets support...
2023-04-12 Michael Tuexentcp: fix deregistering stacks when vnets are used
2023-04-11 Richard Scheffeneggertcp: use IPV6_FLOWLABEL_LEN
2023-04-10 Randall Stewarttcp: Rack - in the absence of LRO fixed rate pacing...
2023-04-10 John Baldwinrack: mask and tclass are only used for INET6.
2023-04-10 John Baldwinlibalias: Mark set but unused variables as unused.
2023-04-07 Gleb Smirnofftcp: pass tcpcb in the tfb_tcp_ctloutput() method inste...
2023-04-07 Gleb Smirnofftcp: reduce argument list to functions that pass a...
2023-04-07 Gleb Smirnofftcp: retire tfb_tcp_hpts_do_segment()
2023-04-07 Randall Stewarttcp: misc cleanup of options for rack as well as socket...
2023-04-05 Mateusz Guziktcp_hpts: plug a compiler warn
2023-04-04 Gleb Smirnoffrack: fix build on powerpc
2023-04-04 Randall StewartUpdate rack to the latest code used at NF.
2023-04-04 Gleb Smirnofftcp_hpts: remove dead code tcp_drop_in_pkts()
2023-04-01 Randall StewartFixes in the tcp infrastructure with respect to stack...
2023-04-03 Martin Matuskazfs: merge openzfs/zfs@431083f75
2023-03-31 Joseph Mingronelibpcap: Update to 1.10.3
2023-03-31 Kristof Provostcarp: allow commands to use interface name rather than...
2023-03-29 Philip Paepscontrib/tzdata: import tzdata 2023c
2023-03-28 Richard Scheffeneggertcp: send SACK rescue retransmission also mid-stream
2023-03-28 Gleb Smirnofftcp: update error counter when dropping a packet due...
2023-03-27 Kristof Provostcarp: fix source MAC
2023-03-27 Ruslan BukinImport OpenCSD v.1.4.0.
2023-03-27 Alexander V. Chernikovnetlink: add netlink KPI to the kernel by default
2023-03-25 Andrew GallatinLRO: Add missing checks for invalid IP addresses
2023-03-24 Philip Paepscontrib/tzdata: import tzdata 2023b
2023-03-23 Philip Paepscontrib/tzdata: import tzdata 2023a
2023-03-20 Kristof Provostcarp: use if_name()
2023-03-20 Kristof Provostcarp: support unicast
2023-03-20 Kristof Provostcarp: add netlink interface
2023-03-20 Xin LIMFV: xz 5.4.2.
2023-03-18 Michael Tuexensctp: fix typo in assignment
2023-03-16 Michael Tuexensctp: enforce Kahn's rule during the handshake
2023-03-16 Randall StewartMove access to tcp's t_logstate into inline functions...
2023-03-16 Ed Mastessh: Update to OpenSSH 9.3p1
2023-03-16 Zhenlei Huangcarp: carp_master_down_locked() requires net epoch
2023-03-16 Michael Tuexensctp: don't do RTT measurements with cookies
2023-03-15 Michael Tuexensctp: allow disabling of SCTP_ACCEPT_ZERO_CHECKSUM...
2023-03-15 Michael Tuexensctp: improve negotiation of zero checksum feature
2023-03-15 Mina Galićjail: convert several functions from int to bool
2023-03-13 Mark Johnstonnetinet: Disallow unspecified addresses in ICMP-embedde...
2023-03-10 Michael Tuexensctp: initial implementation of draft-tuexen-tsvwg...
2023-03-06 Mark Johnstonnetinet: Tighten checks for unspecified source addresses
2023-03-04 Fidaullah Noonariin_mcat.c: change multicast not member condition
2023-03-03 Gleb Smirnoffipfw: garbage collect ip_fw_chk_ptr
2023-02-28 Mark Johnstonnetinet: Remove the IP(V6)_RSS_LISTEN_BUCKET socket...
2023-02-28 Richard Scheffeneggertcp: Make TCP PCAP buffer properly configurable.
2023-02-28 Cy Schubertsqlite3: Vendor import of sqlite3 3.41.0
2023-02-27 Mark Johnstonnetinet: Remove IP(V6)_BINDMULTI
2023-02-25 AlfonsoChange hw_tls to a bool
2023-02-23 Mateusz Guzikmroute: partially sanitize the file
2023-02-23 Michael Tuexentcp: ensure the tcpcb is not NULL when logging an event
2023-02-22 Michael Tuexentcp: remove unused function prototype
2023-02-21 Michael Tuexenbblog: improve timeout event handling
2023-02-21 Michael Tuexentcp: rearrange enum and remove unused variable
2023-02-21 Michael Tuexenbblog: unbreak build
2023-02-21 Michael Tuexenbblog: add logging of protocol user requests
2023-02-21 Simon J. GerratyMerge commit 'd84e570b54961e8874bbd8de25635eb96be0977e'
2023-02-20 Dag-Erling Smørgravbyacc: Update to 20230201.
2023-02-20 Michael Tuexenbblog: sync tcp_log_events with Netflix tree
2023-02-17 John Baldwintcp: Don't try to disconnect a socket multiple times.
2023-02-17 Xin LIMFV: zlib 1.2.13.
2023-02-16 Martin Matuskazfs: merge openzfs/zfs@57cfae4a2 (master)
2023-02-15 Gleb Smirnoffinpcb: use family specific sockaddr argument for bind...
2023-02-14 Gleb Smirnoffpfil: add pfil_mem_{in,out}() and retire pfil_run_hooks()
2023-02-14 Gleb Smirnoffnet: use pfil_mbuf_{in,out} where we always have an...
2023-02-14 Mark Johnstontcp: Disallow re-connection of a connected socket
2023-02-13 Mark Johnstoninpcb: refcount_release() returns a bool
2023-02-13 Mark Johnstontcp: Remove a redundant net_epoch entry in tcp6_connect()
2023-02-13 Mateusz Guziktcp: add missing void keyword to tcp_stats_init
2023-02-13 Mateusz Guziksctp: ansify
next