Age | Commit message (Expand) | Author |
2022-11-12 | Zap dead ip6_auto_linklocal | Klemens Nanni |
2022-10-17 | Change pru_abort() return type to the type of void and make pru_abort() | Vitaliy Makkoveev |
2022-10-03 | System calls should not fail due to temporary memory shortage in | Alexander Bluhm |
2022-09-13 | Do soreceive() with shared netlock for raw sockets. | Vitaliy Makkoveev |
2022-09-03 | Move PRU_PEERADDR request to (*pru_peeraddr)(). | Vitaliy Makkoveev |
2022-08-28 | Move PRU_ABORT request to (*pru_abort)(). | Vitaliy Makkoveev |
2022-08-27 | Move PRU_SEND request to (*pru_send)(). | Vitaliy Makkoveev |
2022-08-22 | Move PRU_SHUTDOWN request to (*pru_shutdown)(). | Vitaliy Makkoveev |
2022-08-22 | Move PRU_DISCONNECT request to (*pru_disconnect). | Vitaliy Makkoveev |
2022-08-21 | Move PRU_CONNECT request to (*pru_connect)() handler. | Vitaliy Makkoveev |
2022-08-20 | Move PRU_BIND request to (*pru_bind)() handler. | Vitaliy Makkoveev |
2022-08-15 | Introduce 'pr_usrreqs' structure and move existing user-protocol | Vitaliy Makkoveev |
2022-08-12 | There are some places in ip and ip6 input where operations fail due | Alexander Bluhm |
2022-06-29 | Pass a pointer to mbuf pointer further down into ip6_process_hopopts() | Alexander Bluhm |
2022-05-05 | Use static objects for struct rttimer_queue instead of dynamically | Claudio Jeker |
2022-02-25 | Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com | Philip Guenther |
2022-02-25 | Move pr_attach and pr_detach to a new structure pr_usrreqs that can | Philip Guenther |
2021-12-01 | Let ipsp_spd_lookup() return an error instead of a TDB. The TDB | Alexander Bluhm |
2021-03-01 | Refactor ip_fragment() and ip6_fragment(). Use a mbuf list to | Alexander Bluhm |
2021-01-11 | Create a path MTU host route for IPsec over IPv6. Basically the | Alexander Bluhm |
2019-12-08 | Make sure packet destination address matches interface address, | Alexandr Nedvedicky |
2019-08-26 | Do not use the flow of the first fragment to store ECN information. | Alexander Bluhm |
2018-10-10 | RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255. | Reyk Floeter |
2018-02-10 | Implement RFC 7217: "A Method for Generating Semantically Opaque | Florian Obser |
2018-02-01 | The function ip6_get_prevhdr() did return a pointer into a mbuf. | Alexander Bluhm |
2017-11-05 | Finish off pr_drain functions, they haven't been used since 2006. | Florian Obser |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-10-26 | Replace macro `IP6_REASS_MBUF' with direct use of field `ip6af_m'. | Visa Hankala |
2017-07-13 | Get rid of ip6.maxifprefixes and ip6.maxifdefrouters, the kernel no | Florian Obser |
2017-07-05 | The IP in IP input function strips the outer header and reinserts | Alexander Bluhm |
2017-06-27 | Convert ip6_input() to a pr_input style function. Goal is to process | Alexander Bluhm |
2017-05-31 | Move IPv4 & IPv6 incoming/forwarding path, PIPEX ppp processing and | Martin Pieuchot |
2017-05-28 | Rename ip_local() to ip_deliver() and give it the same parameters | Alexander Bluhm |
2017-05-08 | Added initial IPv6 multicast routing support for multiple rdomains: | Rafael Zalamena |
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-28 | Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6 | Martin Pieuchot |
2017-02-08 | Remove the ipsec protocol callbacks which all do the same. Implement | Alexander Bluhm |
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 |
2016-12-02 | Rremoves 'struct route_in6 *' argument from in6_selectsrc(). | Martin Pieuchot |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | 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-06-01 | Kill sysctl net.inet6.ip6.rr_prune | Jeremie Courreges-Anglas |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-04-27 | factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@ | Markus Friedl |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |