Age | Commit message (Expand) | Author |
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 |
2015-11-24 | No need for <net/if_types.h> | Martin Pieuchot |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-11 | in6_embedscope() needs to lose some weight. Remove the last argument. | Claudio Jeker |
2015-09-10 | It is time to put inet6 on a diet. Use the flensing knife and cut out | Claudio Jeker |
2015-09-09 | Kill icmp6_ifstat_inc() and associated per-ifp storage. | Martin Pieuchot |
2015-09-09 | Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats. | Martin Pieuchot |
2015-07-28 | Implement pf divert-reply for raw sockets. Note that an empty | Alexander Bluhm |
2015-07-28 | iDo not link an ICMP6 socket to the pf state. When multiple ICMP | Alexander Bluhm |