Age | Commit message (Expand) | Author |
2016-09-03 | Add support for a multipoint-to-multipoint mode in vxlan(4). In this | Reyk Floeter |
2016-08-16 | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, | Vincent Gross |
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-28 | Add UDP unicast and multicast support for IP_MINTTL/IPV6_MINHOPCOUNT | Jeremie Courreges-Anglas |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2016-06-15 | Fix typo from rebase : extra parenthese | Vincent Gross |
2016-06-15 | Move the cmsg handling code on top of udp_output(), to make | Vincent Gross |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2015-12-03 | To avoid that the stack manipules the pf statekeys directly, introduce | Alexander Bluhm |
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-08-14 | Replace sockaddr casts with the proper satosin() or satosin6() calls. | Alexander Bluhm |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-07-08 | Pass an interface index instead of a pointer to in6_addr2scopeid(). | Martin Pieuchot |
2015-06-30 | Get rid of the undocumented & temporary* m_copy() macro added for | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-05 | Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking | Kenneth R Westerback |
2015-05-23 | introduce ipsec-id bundles and use them for ipsecflowinfo, | Markus Friedl |
2015-04-16 | remove unfinished/unused support for socket-attached ipsec-policies | Markus Friedl |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-03-04 | Do not check if the interface index matches the scope when all we want | Martin Pieuchot |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-25 | unifdef -USCOPEDROUTING, no object change. | Martin Pieuchot |
2014-11-20 | Yet more #include de-duplication. | Kenneth R Westerback |
2014-11-20 | In TCP and UDP layers do not (ab)use the receiving interface to check | Martin Pieuchot |
2014-11-09 | To implement transparent relays for connectionless protocols, the | Alexander Bluhm |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko |
2014-07-11 | There is a use-after-free somewhere in the code that links the pf | Alexander Bluhm |
2014-06-23 | repair ramdisk builds | Theo de Raadt |
2014-06-23 | Fix compile without IPSEC. | YASUOKA Masahiko |
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-18 | Invert the signature logic of in{,6}_selectsrc, make them return the | Jeremie Courreges-Anglas |
2014-04-16 | Merge in_fixaddr() into in_selectsrc() in order to prepare for | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-07 | In udp_output() also use the correct source address in case of an unbound soc... | Christopher Zimmermann |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
2014-04-06 | get rid of expensive temporary connect in udp_output(). | Christopher Zimmermann |
2014-03-28 | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things | Stuart Henderson |
2014-03-27 | Retire kernel support for SO_DONTROUTE, since the plan is to always | Martin Pieuchot |
2014-01-24 | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-11-22 | Remove unused proc argument in in6_control(). | Martin Pieuchot |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |