| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+3 |
* | White space cleanup -- remove trailing tab's or spaces | Randall Stewart | 2020-02-12 | 1 | -2/+2 |
* | Make in_pcbladdr() require network epoch entered by its callers. Together | Gleb Smirnoff | 2020-01-22 | 1 | -2/+4 |
* | Make ip6_output() and ip_output() require network epoch. | Gleb Smirnoff | 2020-01-22 | 1 | -0/+3 |
* | Now that there is no R/W lock on PCB list the pcblist sysctls | Gleb Smirnoff | 2019-11-07 | 1 | -51/+21 |
* | Remove unnecessary recursive epoch enter via INP_INFO_RLOCK | Gleb Smirnoff | 2019-11-07 | 1 | -3/+2 |
* | When sending IPv4 packets on a SOCK_RAW socket using the IP_HDRINCL option, | Michael Tuexen | 2019-04-13 | 1 | -11/+18 |
* | Remove 'dir' argument from dummynet_io(). This makes it possible to make | Gleb Smirnoff | 2019-03-14 | 1 | -1/+1 |
* | Remove 'dir' argument in ng_ipfw_input, since ip_fw_args now has this info. | Gleb Smirnoff | 2019-03-14 | 1 | -2/+1 |
* | Make second argument of ip_divert(), that specifies packet direction a bool. | Gleb Smirnoff | 2019-03-14 | 1 | -1/+1 |
* | Improve input validation for raw IPv4 socket using the IP_HDRINCL | Michael Tuexen | 2019-02-12 | 1 | -0/+30 |
* | Plug some networking sysctl leaks. | Mark Johnston | 2018-11-22 | 1 | -0/+1 |
* | Removed pointless NULL check | Steven Hartland | 2018-07-10 | 1 | -2/+0 |
* | epoch(9): allow preemptible epochs to compose | Matt Macy | 2018-07-04 | 1 | -8/+11 |
* | inpcb: don't gratuitously defer frees | Matt Macy | 2018-07-02 | 1 | -7/+12 |
* | raw_ip: validate inp in both loops | Matt Macy | 2018-06-21 | 1 | -25/+33 |
* | raw_ip: validate inp | Matt Macy | 2018-06-21 | 1 | -0/+4 |
* | mechanical CK macro conversion of inpcbinfo lists | Matt Macy | 2018-06-12 | 1 | -6/+6 |
* | convert allocations to INVARIANTS M_ZERO | Matt Macy | 2018-05-24 | 1 | -1/+1 |
* | UDP: further performance improvements on tx | Matt Macy | 2018-05-23 | 1 | -2/+2 |
* | epoch: allow for conditionally asserting that the epoch context fields | Matt Macy | 2018-05-23 | 1 | -1/+1 |
* | inpcb: consolidate possible deletion in pcblist functions in to epoch | Matt Macy | 2018-05-20 | 1 | -12/+7 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -2/+2 |
* | Revert r331379 as the "simple" lock changes have revealed a deeper problem | Sean Bruno | 2018-03-23 | 1 | -2/+0 |
* | Simple locking fixes in ip_ctloutput, ip6_ctloutput, rip_ctloutput. | Sean Bruno | 2018-03-22 | 1 | -0/+2 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 1 | -0/+2 |
* | Reduce in_pcbinfo_init() by two params. No users supply any flags to this | Gleb Smirnoff | 2017-05-15 | 1 | -1/+1 |
* | Hide struct inpcb, struct tcpcb from the userland. | Gleb Smirnoff | 2017-03-21 | 1 | -6/+1 |
* | Renumber copyright clause 4 | Warner Losh | 2017-02-28 | 1 | -1/+1 |
* | Merge projects/ipsec into head/. | Andrey V. Elsukov | 2017-02-06 | 1 | -6/+5 |
* | Ensure that the buffer length and the length provided in the IPv4 | Michael Tuexen | 2017-01-13 | 1 | -1/+1 |
* | Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. | Kevin Lo | 2016-09-15 | 1 | -2/+2 |
* | The pr_destroy field does not allow us to run the teardown code in a | Bjoern A. Zeeb | 2016-06-01 | 1 | -2/+3 |
* | Send an ICMP packet indicating destination unreachable/protocol | Michael Tuexen | 2016-05-25 | 1 | -1/+4 |
* | Count packets as not being delivered only if they are neither | Michael Tuexen | 2016-05-25 | 1 | -2/+6 |
* | netinet: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
* | Mfp: r296345 | Bjoern A. Zeeb | 2016-04-09 | 1 | -2/+1 |
* | Remove sys/eventhandler.h from net/route.h | Alexander V. Chernikov | 2016-01-09 | 1 | -0/+1 |
* | Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock. | Andrey V. Elsukov | 2015-07-29 | 1 | -6/+8 |
* | o Use new function ip_fillid() in all places throughout the kernel, | Gleb Smirnoff | 2015-04-01 | 1 | -1/+5 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | Gleb Smirnoff | 2014-11-07 | 1 | -1/+1 |
* | Make SOCK_RAW sockets to be truly raw, not modifying received and sent | Gleb Smirnoff | 2014-09-01 | 1 | -14/+2 |
* | Change pr_output's prototype to avoid the need for explicit casts. | Kevin Lo | 2014-08-15 | 1 | -1/+8 |
* | Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have | Kevin Lo | 2014-08-08 | 1 | -4/+7 |
* | Fix jailed raw sockets not setting the correct source address by | Steven Hartland | 2014-04-24 | 1 | -7/+7 |
* | netinet code no longer uses IFA_RTSELF. | Gleb Smirnoff | 2013-11-05 | 1 | -4/+0 |
* | Cleanup in_ifscrub(), which is just an entry to in_scrubprefix(). | Gleb Smirnoff | 2013-11-01 | 1 | -2/+2 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
* | Mechanically substitute flags from historic mbuf allocator with | Gleb Smirnoff | 2012-12-05 | 1 | -1/+1 |
* | Do not reduce ip_len by size of IP header in the ip_input() | Gleb Smirnoff | 2012-10-23 | 1 | -6/+4 |