Age | Commit message (Expand) | Author |
2016-11-21 | Enforce that pr_usrreq functions are called at IPL_SOFTNET. | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
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-09-11 | Kill yet another argument to functions in IPv6. This time ip6_output's | Claudio Jeker |
2015-09-10 | Another trivial if_put addition. OK dlg@ | Claudio Jeker |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
2014-08-10 | Rename p_hdrlen to min_hdrlen to better reflect its purpose. | Lawrence Teo |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | Remove the redundant csum_flag variable and just set the checksum flag | Lawrence Teo |
2014-07-12 | Protocol checksums have been recalculated on reinjection for a while | Lawrence Teo |
2014-07-12 | Implement checksum offload for divert(4): simply set the checksum flag | Lawrence Teo |
2014-07-10 | Simplify the way divert(4) sends packets to userspace: Instead of | Lawrence Teo |
2014-04-28 | sync bzero => memset that was done for ip_divert.c before. | Reyk Floeter |
2014-04-23 | No need for vargs here. | Florian Obser |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2014-04-07 | Retire kernel support for SO_DONTROUTE, this time without breaking | Martin Pieuchot |
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 |
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-11-15 | Rename the struct pf_divert variable in divert_packet() and | Lawrence Teo |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-06-26 | put the cksum diff back, of course with the bug fixed where we could | Henning Brauer |
2013-05-31 | Remove a bunch of sockaddr_in6 pointer casts and replace others | Alexander Bluhm |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-01 | redo most of the protocol (tcp/udp/...) checksum handling | Henning Brauer |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-03-09 | Use correct routing domain when doing address lookups. | Joel Sing |
2010-03-08 | Use properly initialised sockaddr_in/sockaddr_in6 struct when performing | Joel Sing |
2009-11-05 | IPv6 support for divert sockets. | Michele Marchetto |