]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netinet
Add deprecation notices for OPIE.
[FreeBSD/FreeBSD.git] / sys / netinet /
2022-09-15 Gleb Smirnoffip_output: always increase "cantfrag" stat if ip_fragme...
2022-09-14 Gleb Smirnoffip_reass: use correct comparison in ipreass_callout()
2022-09-13 Richard Scheffeneggertcp: make CUBIC the default congestion control mechanism.
2022-09-13 Richard Scheffeneggertcp: Make all references to CUBIC uppercase
2022-09-12 Dag-Erling Smørgravsiftr: spell PFIL_PASS correctly.
2022-09-10 Mateusz GuzikFixup build after recent getsock changes
2022-09-10 Mateusz GuzikAdd getsock
2022-09-10 Gleb Smirnoffip_reass: optimize ipreass_drain_vnet()
2022-09-10 Gleb Smirnoffip_reass: make stray callout assertion more verbose
2022-09-09 Gleb Smirnoffip_reass: fixup the just added tunable
2022-09-09 Randall StewartTCP: Rack ends up sending all that is outstanding every...
2022-09-08 Gleb Smirnoffip_reass: add loader tunable to tune the reassembly...
2022-09-08 Gleb Smirnoffip_reass: retire ipreass_slowtimo() in favor of per...
2022-09-08 Mateusz Guziknet: employ newly added pfil_mbuf_{in,out} where approriate
2022-09-08 Gleb Smirnofftcp: avoid call to soisconnected() on transition to...
2022-09-07 Mateusz Guziknet: retire PFIL_FWD
2022-09-07 Mateusz Guziknet: remove stale altq_input reference
2022-09-07 Xin LIMFV: cherry-pick "PR/358: Fix width for -f - (jpalus)"
2022-09-07 Gleb Smirnoffdivert(4): do not depend on ipfw(4)
2022-09-07 Gleb Smirnoffdivert(4): don't check for CSUM_SCTP without INET
2022-09-06 Andrew TurnerImport the updated Arm Optimized Routines
2022-09-06 Xin LIMFV: less v608
2022-09-05 Gleb Smirnofftcp: tcp6_connect() requires net epoch
2022-09-04 Gordon Berglingnetdump(4): Correct a typo in source code comment
2022-09-04 Gordon Berglingtcp_rack: Correct some typos in source code comments
2022-09-04 Gordon Berglingnetinet: Correct a typo in source code comment
2022-09-04 Gordon Berglingtcp_hpts: Correct some typos in source code comments
2022-09-03 Alfonso S. Sicilianocontrib/bsddialog: Import version 0.3
2022-09-03 Gordon Berglingtcp_rack: Fix two typos in source code comments
2022-09-02 Gleb Smirnoffraw ip: fix regression with multicast and RSVP
2022-08-31 Richard Scheffeneggertcp: Functional implementation of Accurate ECN
2022-08-31 Richard Scheffeneggertcp: finish SACK loss recovery on sudden lack of SACK...
2022-08-30 Cy Schubertsqlite3: Vendor import of sqlite3 3.39.2
2022-08-30 Gleb Smirnoffdivert(4): make it compilable and working without INET
2022-08-30 Gleb Smirnoffdivert(4): maintain own cb database and stop using...
2022-08-30 Gleb Smirnoffdivert(4): provide statistics
2022-08-30 Gleb Smirnoffprotosw: cleanup protocols that existed merely to provi...
2022-08-30 Gleb Smirnoffdivert: declare PF_DIVERT domain and stop abusing PF_INET
2022-08-30 Gleb Smirnofftcp: remove a dead code leftover from T/TCP,
2022-08-30 Gleb Smirnoffdivert: merge div_output() into div_send()
2022-08-30 Gleb Smirnoffmbufs: isolate max_linkhdr and max_protohdr handling...
2022-08-29 Alexander V. ChernikovRevert "routing: install prefix and loopback routes...
2022-08-29 Alexander V. Chernikovrouting: install prefix and loopback routes using new...
2022-08-28 Michael Tuexentcp: fix stats counter for SYN_RCVD state when TCP...
2022-08-25 Martin Matuskazfs: merge openzfs/zfs@a582d5299
2022-08-23 Randall Stewarttcp: Rack rwnd collapse.
2022-08-23 Randall StewartTCP Lro has a loss of timestamp precision and reorders...
2022-08-21 Gleb Smirnoffip_reass: don't drain all vnets on a vnet destroy
2022-08-20 Gleb Smirnoffip_reass: provide sysctl MIB returning IP fragment TTL
2022-08-17 Gleb Smirnoffprotosw: refactor protosw and domain static declaration...
2022-08-17 Gleb Smirnoffprotosw: retire PRU_ flags and their char names
2022-08-17 Gleb Smirnoffip_reass: separate ipreass_init() into global and VIMAG...
2022-08-17 Gleb Smirnofftcp: move tcp_drain() verbatim before tcp_init()
2022-08-17 Gleb Smirnoffprotosw: retire pr_drain and use EVENTHANDLER(9) directly
2022-08-17 Gleb Smirnoffmld6: use callout(9) directly instead of pr_slowtimo...
2022-08-17 Gleb Smirnoffigmp: use callout(9) directly instead of pr_slowtimo...
2022-08-17 Gleb Smirnofftcp: use callout(9) directly instead of pr_slowtimo
2022-08-17 Gleb Smirnoffip_reass: use callout(9) directly instead of pr_slowtimo
2022-08-17 Gleb Smirnoffprotosw: separate pr_input and pr_ctlinput out of protosw
2022-08-17 Gleb Smirnoffipsec: isolate knowledge about protocols that are last...
2022-08-16 Gleb Smirnoffudp: call UDP methods from UDP over IPv6 directly
2022-08-16 Ed MasteImport bionic's x86_64 optimized string routines
2022-08-16 Philip Paepscontrib/tzdata: import tzdata 2022c
2022-08-15 Dimitry AndricFix unused variable warnings in tcp_hpts.c
2022-08-15 Dimitry AndricAdjust function definition in tcp_hpts.c to avoid clang...
2022-08-14 Dimitry AndricSuppress unused variable warning in tcp_stacks's rack.c
2022-08-14 Dimitry AndricFix unused variable warning in tcp_stacks's rack.c
2022-08-14 Dimitry AndricFix unused variable warning in tcp_stacks's bbr.c
2022-08-13 Martin Matuskazfs: merge openzfs/zfs@b3d0568cf
2022-08-13 Andrew GallatinLRO: fix BPF filters for lagg in the hpts path
2022-08-12 Gleb Smirnoffprotosw: change prototype for pr_control
2022-08-12 Gleb Smirnoffnetinet: do not broadcast PRC_REDIRECT_HOST on ICMP...
2022-08-11 Gleb Smirnoffraw ip: merge rip_output() into rip_send()
2022-08-11 Gleb Smirnoffprotosw: retire pr_output method
2022-08-11 Gleb Smirnoffnetinet: get interface event notifications directly...
2022-08-11 Philip Paepscontrib/tzdata: import tzdata 2022b
2022-08-10 Gleb Smirnofftcp: utilize new solisten_clone() and solisten_enqueue()
2022-08-10 Gleb Smirnoffinpcb: gather v4/v6 handling code into in_pcballoc...
2022-08-10 Gleb Smirnofftcp: address a wire level race with 2 ACKs at the end...
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.18
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.17
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.16
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.15
2022-08-10 Emmanuel VadotImport device-tree files from Linux 5.14
2022-08-08 Michael Tuexentcp: improve BBLog for output events when using the...
2022-08-08 Michael Tuexensctp: improve handling of send() calls with no user...
2022-08-07 Gleb Smirnofftcp_input: update comment to match reality.
2022-08-06 Cy Schubertunbound: Vendor import 1.16.2
2022-08-03 Michael Tuexensctp: tweak panic message
2022-08-02 Mike KarelsIPv6: fix problem with duplicate port assignment with...
2022-08-02 Michael Tuexentcp rack: simplify computation of rsm start and end
2022-08-01 Alexander V. Chernikovrouting: refactor private KPI
2022-08-01 Alexander V. Chernikovrouting: add nhop(9) kpi.
2022-07-27 Simon J. GerratyUpdate to bmake-20220726
2022-07-26 Dimitry AndricAdjust sctp_drain() definition to avoid clang 15 warning
2022-07-26 Simon J. GerratyUpdate to bmake-20220724
2022-07-25 Dimitry AndricAdjust sctp_init_sysctls() definition to avoid clang...
2022-07-25 Dimitry AndricFix unused variable warning in sctp_timer.c
2022-07-25 Dimitry AndricFix unused variable warning in sctp_output.c
2022-07-25 Dimitry AndricFix unused variable warnings in sctp_indata.c
next