aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/raw_ip6.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* rip6: Fix a lock order reversal in rip6_bind()Mark Johnston2022-06-211-2/+2
* MFC 2290dfb40fce:Ryan Stone2022-02-251-2/+6
* socket: Implement SO_RERRORRoy Marples2021-08-111-0/+2
* Fix mbuf leaks in various pru_send implementationsMark Johnston2021-05-261-19/+21
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-171-0/+6
* Enforce net epoch in in6_selectsrc().Alexander V. Chernikov2021-03-101-0/+5
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-0/+13
* Make ip6_output() and ip_output() require network epoch.Gleb Smirnoff2020-01-221-0/+3
* Remove unnecessary recursive epoch enter via INP_INFO_RLOCKGleb Smirnoff2019-11-071-3/+2
* Revert changes to rip6_bind() from r353292. This function is alwaysGleb Smirnoff2019-10-091-3/+9
* Widen NET_EPOCH coverage.Gleb Smirnoff2019-10-071-9/+3
* IPv6 cleanup: kernelBjoern A. Zeeb2019-08-021-32/+32
* When an IPv6 packet is received for a raw socket which has theMichael Tuexen2019-04-191-0/+6
* When a checksum has to be computed for a received IPv6 packet because itMichael Tuexen2019-04-191-1/+2
* Avoid a buffer overwrite in rip6_output() when computing the checksumMichael Tuexen2019-04-191-1/+1
* Mechanical cleanup of epoch(9) usage in network stack.Gleb Smirnoff2019-01-091-4/+5
* rip6_input() inp validation after epoch(9)Bjoern A. Zeeb2018-10-241-41/+45
* epoch(9): allow preemptible epochs to composeMatt Macy2018-07-041-2/+3
* mechanical CK macro conversion of inpcbinfo listsMatt Macy2018-06-121-1/+1
* UDP: further performance improvements on txMatt Macy2018-05-231-6/+8
* Modify ip6_get_prevhdr() to be able use it safely.Andrey V. Elsukov2018-02-051-4/+2
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-10/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-03-061-1/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Committed without approval from mentor.Ermal Luçi2017-02-121-1/+1
* The patch provides the same socket option as Linux IP_ORIGDSTADDR.Ermal Luçi2017-02-101-1/+1
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-11/+13
* Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead.Kevin Lo2016-09-151-1/+1
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Split in6_selectsrc() into in6_selectsrc_addr() and in6_selectsrc_socket().Alexander V. Chernikov2016-01-101-26/+7
* Remove 'struct route_int6' argument from in6_selectsrc() andAlexander V. Chernikov2016-01-031-2/+2
* Do not count security policy violation twice.Andrey V. Elsukov2014-12-111-2/+0
* Renove faith(4) and faithd(8) from base. It looks like industryAlexander V. Chernikov2014-11-091-6/+0
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-10/+2
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-2/+2
* Migrate structs ip6stat, icmp6stat and rip6stat to PCPU counters.Andrey V. Elsukov2013-07-091-1/+7
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-201-2/+2
* Use RIP6STAT_INC() macro for raw ip6 statistics accounting.Andrey V. Elsukov2013-06-191-8/+8
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.Andrey V. Elsukov2013-04-091-2/+2
* Take the inpcb rlock before calculating checksum, it was accidentallyAndrey V. Elsukov2013-03-121-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Add SO_SETFIB option support on PF_INET6 sockets and allow inheriting theBjoern A. Zeeb2012-02-031-1/+11
* optp may be NULL.Hajimu UMEMOTO2010-08-201-1/+2
* MFp4: anchie_soc2009 branch:Ana Kukec2010-08-191-0/+20
* Make `ping6 -I' work with net.inet6.ip6.use_defaultzone=1.Hajimu UMEMOTO2010-08-171-2/+5
* In rip6_input(), in case of multicast, we might skip the normal processingBjoern A. Zeeb2010-08-141-0/+1