Age | Commit message (Expand) | Author |
2018-09-24 | Turn carp_ourether() mp-safe, this is a requirement for taking bridge(4) | Martin Pieuchot |
2018-09-20 | As a step towards per inpcb or socket locks, remove the net lock | Alexander Bluhm |
2018-09-17 | Do not acknowledge a received ack-only tcp packet that we would drop due to | friehm |
2018-09-14 | Initialize the TDB to NULL in ipsec_common_input() and | Ricardo Mestre |
2018-09-14 | In general it is a bad idea to use one random secret for two things. | Alexander Bluhm |
2018-09-14 | unbreak userland uses of in_pcb.h by including sys/refcnt.h | Jonathan Gray |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-13 | Include the size of IPCOMP header when checking for compression. | Martin Pieuchot |
2018-09-11 | Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also | Alexander Bluhm |
2018-09-11 | Make the distribution of in_ and in6_ functions in in_pcb.c and | Alexander Bluhm |
2018-09-10 | Remove useless INPCBHASH() macros. Just expand them. | Alexander Bluhm |
2018-09-10 | Instead of calculating the mbuf packet header length here and there, | Alexander Bluhm |
2018-09-10 | During fragment reassembly, mbuf chains with packet headers were | Alexander Bluhm |
2018-09-07 | Explain the special case for redirect to localhost in a comment. | Alexander Bluhm |
2018-09-06 | sync icmp_mtudisc_clone() with icmp6_mtudisc_clone(); prompted by bluhm@ | miko |
2018-08-28 | Add per-TDB counters and a new SADB extension to export them to | Martin Pieuchot |
2018-07-23 | Coverity CID 1470233 complainst that the m != NULL check in | Alexander Bluhm |
2018-07-16 | Fix for uninitialized variables. | Martin Pieuchot |
2018-07-12 | Introduce ipsec_output_cb() to merge duplicate code and account for | Martin Pieuchot |
2018-07-11 | Disambiguate the source of panics in sys/net* by adding __func__ | Nayden Markatchev |
2018-07-11 | Retire RTM_LOSING, it no longer makes sense and on busy servers the | Claudio Jeker |
2018-07-11 | rtm_send() the cloned routes because of ICMP mtu changes. Until now | Claudio Jeker |
2018-07-11 | Convert AH & IPcomp to ipsec_input_cb() and count drops on input. | Martin Pieuchot |
2018-07-10 | Introduce new IPsec (per-CPU) statistics and refactor ESP input | Martin Pieuchot |
2018-07-10 | Remove DELAY(1000) from carp_send_arp() / carp_send_na() since it is not clear | friehm |
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-06-25 | Assert that the NET_LOCK() is held when iterating over `ipsec_acquire_head'. | Martin Pieuchot |
2018-06-14 | In in_pcballoc() finish the inp initialization before adding it to | Alexander Bluhm |
2018-06-14 | Assert that the INP_IPV6 in in6_pcbconnect() is correct. Just call | Alexander Bluhm |
2018-06-14 | Use mbuf (not cluster) always for t_template of tcpcb. | YASUOKA Masahiko |
2018-06-11 | Fix RAMDISK build by removing an #ifdef INET6 in tcp_trace(). | Alexander Bluhm |
2018-06-11 | Do not unlock the KERNEL_LOCK() unconditionally in sounlock(). | Martin Pieuchot |
2018-06-11 | Push the KERNEL_LOCK() inside route_input(). | Martin Pieuchot |
2018-06-11 | The output from tcp debug sockets was incomplete. After detach tp | Alexander Bluhm |
2018-06-08 | The udp control option processing was implemented three times. | Alexander Bluhm |
2018-06-07 | The global zero addresses must not change, mark them constant. | Alexander Bluhm |
2018-06-06 | Pass the socket to sounlock(), this prepare the terrain for per-socket | Martin Pieuchot |
2018-06-04 | Cleanup IPsec output error handling with consistent goto drop. | Alexander Bluhm |
2018-06-03 | Use variable names for rtable and rdomain consistently in the in_pcb | Alexander Bluhm |
2018-06-03 | Rename the incpb table field inpt_hash to inpt_mask as it contains | Alexander Bluhm |
2018-06-03 | SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop the | Theo Buehler |
2018-06-03 | Better version of the refactoring attempted in r1.154. Move SIOCSIFADDR | Theo Buehler |
2018-06-02 | Move the declarations of the raw ip and ip6 pcb tables into the | Alexander Bluhm |
2018-06-02 | Cleanup the in_pcbnotifymiss diagnostic printfs. Always print the | Alexander Bluhm |
2018-06-02 | The function in_pcbrehash() does not modify the pcb table queue. | Alexander Bluhm |
2018-05-31 | zap trailing whitespace | Theo Buehler |
2018-05-31 | Re-commit the correct half of revision 1.154: | Theo Buehler |
2018-05-31 | Back out previous. The handling of SIOCSIFADDR is now wrong. | Theo Buehler |
2018-05-31 | Some more code shuffling to get rid of one switch in each, in_ioctl() | Theo Buehler |