Age | Commit message (Expand) | Author |
2019-11-29 | add __func__ to panic() and printf() calls in sys/netinet6/* | Nayden Markatchev |
2019-04-23 | For raw IPv6 sockets userland may specify an offset where the | Alexander Bluhm |
2019-04-20 | Statistics of "netstat -s -f inet6 -p rip6" did not work. In | Alexander Bluhm |
2019-02-04 | Avoid an mbuf double free in the oob soreceive() path. In the | Alexander Bluhm |
2018-11-09 | Remove the last few XXX rdomain markers. Even those functions respect the | Claudio Jeker |
2018-10-04 | Revert the inpcb table mutex commit. It triggers a witness panic | Alexander Bluhm |
2018-09-20 | As a step towards per inpcb or socket locks, remove the net lock | Alexander Bluhm |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-07-05 | It was possible to leak the control mbuf in raw ip user request | Alexander Bluhm |
2018-07-04 | Prevent a mbuf double free by not freeing it along the error-path in | anton |
2018-04-24 | Push NET_LOCK down in the default ifioctl case. | Paul Irofti |
2018-02-01 | The function ip6_get_prevhdr() did return a pointer into a mbuf. | Alexander Bluhm |
2017-12-04 | Make divert lookup similar for all socket types. If PF_TAG_DIVERTED | Alexander Bluhm |
2017-11-28 | The divert structure was using the port number to indicate that | Alexander Bluhm |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-10-08 | ramdisks do not contain MROUTING, so the local variable becomes unused. | Theo de Raadt |
2017-10-06 | Kill the divert-packet socket option IP_DIVERTFL to filter packets. | Alexander Bluhm |
2017-09-05 | Replace NET_ASSERT_LOCKED() by soassertlocked() in *_usrreq(). | Martin Pieuchot |
2017-09-01 | Change sosetopt() to no longer free the mbuf it receives and change | Martin Pieuchot |
2017-08-15 | Convert hand rolled sockaddr checks to the nam2sin functions. | Alexander Bluhm |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-06-26 | Assert that the corresponding socket is locked when manipulating socket | Martin Pieuchot |
2017-05-13 | Check for mapped addesses in rip6_output() like it is done in | Alexander Bluhm |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
2017-05-06 | Checking for IPv4 mapped addreses and dropping the packet is done | Alexander Bluhm |
2017-04-19 | icmp6_rip6_input() was mostly duplicated code from rip6_input(). | Alexander Bluhm |
2017-04-17 | The raw ip input functions are called from several places. Use the | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-03-03 | Convert the variable argument list of the pr_output functions to | Alexander Bluhm |
2017-02-09 | percpu counters for raw ipv6 and icmp6 stats | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-02-01 | In sogetopt, preallocate an mbuf to avoid using sleeping mallocs with | David Hill |
2017-01-23 | The function raw_input() has not been called since netiso has been | Alexander Bluhm |
2017-01-10 | Remove NULL checks before m_free(9), it deals with it. | Martin Pieuchot |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-21 | Enforce that pr_usrreq functions are called at IPL_SOFTNET. | Martin Pieuchot |
2016-10-25 | bluhm@ pointed out that addr->sin6_port should be forced to zero since | Florian Obser |
2016-10-25 | Fix bind(2)ing link local addresses to raw sockets by calling | Florian Obser |
2016-09-19 | convert bcopy to memcpy. from david hill. ok jca | Ted Unangst |
2016-08-22 | Sizes for free(9) from David Hill. | Martin Pieuchot |
2016-08-04 | Commit in6_selectsrc() split again, with missing assignment fixed. | Vincent Gross |
2016-07-22 | Revert in_selectsrc() refactoring, it breaks IPv6. | Martin Pieuchot |
2016-07-20 | Split in6_selectsrc() into a low-level part and a pcb-level part, and | Vincent Gross |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-04-11 | This code chunk has been disabled since its import, and what is does is | Vincent Gross |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |