Age | Commit message (Expand) | Author |
2019-04-28 | Removes the KERNEL_LOCK() from bridge(4)'s output fast-path. | Martin Pieuchot |
2019-04-23 | a first cut at converting some virtual ethernet interfaces to if_vinput | David Gwynne |
2019-04-22 | In in_cksum() and in6_cksum() convert types to C99 style and make | Alexander Bluhm |
2019-04-05 | In debug mode print TCP flag names to console correctly. | Alexander Bluhm |
2019-02-13 | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. | David Gwynne |
2019-02-10 | remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes. | David Gwynne |
2019-02-06 | Fix a possible mbuf leak in tcp_usrreq(). Make the error handling | Alexander Bluhm |
2019-02-04 | Avoid an mbuf double free in the oob soreceive() path. In the | Alexander Bluhm |
2019-01-20 | Refresh arp entries that are about to expire. Once their life time is less | Claudio Jeker |
2019-01-18 | Bring back the ip_pcbopts() refactor. Pad the option buffer and therefor | Claudio Jeker |
2019-01-18 | Revert Rev 1.351, the change is not quite right yet. | Claudio Jeker |
2019-01-08 | Botched up an if conditional in the last commit. The IP length needs to | Claudio Jeker |
2019-01-07 | Validate the version, and all length fields of IP packets passed to a raw socket | Claudio Jeker |
2019-01-06 | Rewrite ip_pcbopts() to fill a fresh mbuf with the ip options instead | Claudio Jeker |
2019-01-03 | Replace a funky 'else switch' construct into something that is equal but | Claudio Jeker |
2018-12-25 | rework icmp6_error() to be closer to icmp_error() | denis |
2018-12-20 | Replace a wrong poor mans m_trailingspace() with the real thing. The mbuf | Claudio Jeker |
2018-12-17 | Switch from timeout_add with tvtohz to just timeout_add_tv. Now this change | Claudio Jeker |
2018-12-11 | split ether_output into resolution, encapsulation, and output functions | David Gwynne |
2018-12-04 | Use m_align() and while there reorder the pkthdr initalisation a bit. | Claudio Jeker |
2018-12-03 | In PRU_DISCONNECT don't fall through into PRU_ABORT since the latter frees | Claudio Jeker |
2018-11-30 | MH_ALIGN -> m_align. In revarprequest() set the ph_rtableid so that | Claudio Jeker |
2018-11-28 | Further cleanup of icmp_do_error. | Claudio Jeker |
2018-11-19 | Retire dom_rtkeylen from struct domain. Nothing is using this anymore. | Claudio Jeker |
2018-11-14 | provide ip_tos_patch() for setting ip_tos and patching the ipv4 cksum. | David Gwynne |
2018-11-10 | Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore. | Alexander Bluhm |
2018-11-09 | M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers for | Claudio Jeker |
2018-11-09 | Remove the last few XXX rdomain markers. Even those functions respect the | Claudio Jeker |
2018-11-05 | In icmp_input_if() m_pullup up the maximum size of required data at the start. | Claudio Jeker |
2018-11-05 | Consider the size of IP header when doing the ICMP length overflow | Alexander Bluhm |
2018-11-05 | Fixup the case where an mbuf cluster is used. Correctly offset the data to | Claudio Jeker |
2018-11-04 | The change of the sb_mbmax calculation in sbreserve() broke setting | Alexander Bluhm |
2018-10-22 | ipsec: use monotonic clock for SA creation/lookup timestamps; ok dlg@ | cheloha |
2018-10-18 | Partial revert of previous. Only the queue(3) stuff should have gone in. | cheloha |
2018-10-18 | igmp, struct router_info: use queue(3) | cheloha |
2018-10-13 | Expose net.inet.ip.arpq.drops to help debug what's going on when a lot | Florian Obser |
2018-10-10 | RT_TABLEID_MAX is 255, fix places that assumed that it is less than 255. | Reyk Floeter |
2018-10-04 | Revert the inpcb table mutex commit. It triggers a witness panic | Alexander Bluhm |
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 |