| Commit message (Expand) | Author | Age | Files | Lines |
* | in6_embedscope() needs to lose some weight. Remove the last argument. |  claudio | 2015-09-11 | 1 | -5/+5 |
* | It is time to put inet6 on a diet. Use the flensing knife and cut out |  claudio | 2015-09-10 | 1 | -2/+2 |
* | Replace sockaddr casts with the proper satosin() or satosin6() calls. |  bluhm | 2015-08-14 | 1 | -3/+3 |
* | m_freem() can handle NULL, do not check for this condition beforehands. |  deraadt | 2015-07-15 | 1 | -14/+7 |
* | Pass an interface index instead of a pointer to in6_addr2scopeid(). |  mpi | 2015-07-08 | 1 | -5/+5 |
* | Get rid of the undocumented & temporary* m_copy() macro added for |  mpi | 2015-06-30 | 1 | -2/+3 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -5/+5 |
* | Try harder to avoid (very unlikely) NULL pointer de-ref by tweaking |  krw | 2015-06-05 | 1 | -32/+18 |
* | introduce ipsec-id bundles and use them for ipsecflowinfo, |  markus | 2015-05-23 | 1 | -3/+3 |
* | remove unfinished/unused support for socket-attached ipsec-policies |  markus | 2015-04-16 | 1 | -26/+1 |
* | Remove support for storing credentials and auth information in the kernel. |  mikeb | 2015-04-14 | 1 | -13/+1 |
* | Do not check if the interface index matches the scope when all we want |  mpi | 2015-03-04 | 1 | -18/+3 |
* | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. |  mpi | 2014-12-05 | 1 | -1/+2 |
* | unifdef -USCOPEDROUTING, no object change. |  mpi | 2014-11-25 | 1 | -9/+1 |
* | Yet more #include de-duplication. |  krw | 2014-11-20 | 1 | -4/+1 |
* | In TCP and UDP layers do not (ab)use the receiving interface to check |  mpi | 2014-11-20 | 1 | -11/+2 |
* | To implement transparent relays for connectionless protocols, the |  bluhm | 2014-11-09 | 1 | -1/+11 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 1 | -2/+1 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | Resize the pcb hashtable automatically. The table size will be doubled |  yasuoka | 2014-07-12 | 1 | -5/+4 |
* | There is a use-after-free somewhere in the code that links the pf |  bluhm | 2014-07-11 | 1 | -2/+5 |
* | repair ramdisk builds |  deraadt | 2014-06-23 | 1 | -2/+2 |
* | Fix compile without IPSEC. |  yasuoka | 2014-06-23 | 1 | -2/+2 |
* | Don't use varargs for udp_output() and sync the argument order with |  mpi | 2014-04-23 | 1 | -17/+10 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -3/+3 |
* | Invert the signature logic of in{,6}_selectsrc, make them return the |  jca | 2014-04-18 | 1 | -7/+4 |
* | Merge in_fixaddr() into in_selectsrc() in order to prepare for |  mpi | 2014-04-16 | 1 | -7/+23 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -10/+11 |
* | In udp_output() also use the correct source address in case of an unbound socket. |  chrisz | 2014-04-07 | 1 | -1/+3 |
* | Retire kernel support for SO_DONTROUTE, this time without breaking |  mpi | 2014-04-07 | 1 | -3/+3 |
* | get rid of expensive temporary connect in udp_output(). |  chrisz | 2014-04-06 | 1 | -25/+23 |
* | revert "Retire kernel support for SO_DONTROUTE" diff, which does bad things |  sthen | 2014-03-28 | 1 | -3/+3 |
* | Retire kernel support for SO_DONTROUTE, since the plan is to always |  mpi | 2014-03-27 | 1 | -3/+3 |
* | clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for |  henning | 2014-01-24 | 1 | -4/+2 |
* | since the cksum rewrite the counters for hardware checksummed packets |  henning | 2014-01-23 | 1 | -5/+4 |
* | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ |  krw | 2013-12-20 | 1 | -2/+2 |
* | Remove unused proc argument in in6_control(). |  mpi | 2013-11-22 | 1 | -2/+2 |
* | Put a large chunk of the IPv6 rdomain support in-tree. |  phessler | 2013-10-20 | 1 | -7/+11 |
* | make in_proto_cksum_out not rely on the pseudo header checksum to be |  henning | 2013-10-19 | 1 | -13/+3 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -1/+2 |
* | Import vxlan(4), the virtual extensible local area network tunnel |  reyk | 2013-10-13 | 1 | -1/+21 |
* | In one core dump the pointers to socket, inpcb, tcpcb on the stack |  bluhm | 2013-09-06 | 1 | -1/+2 |
* | Move bridge_broadcast and subsequently all IPsec SPD lookup code out |  mikeb | 2013-07-31 | 1 | -6/+2 |
* | Increment udpstat.udps_nosec and tcpstat.tcps_rcvnosec in case packet is |  yasuoka | 2013-06-09 | 1 | -1/+2 |
* | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. |  bluhm | 2013-06-01 | 1 | -2/+2 |
* | The function rip6_ctlinput() claims that sa6_src is constant to |  bluhm | 2013-05-31 | 1 | -6/+5 |
* | Move an extern declaration into its corresponding header file. |  mpi | 2013-05-17 | 1 | -4/+1 |
* | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -4/+2 |
* | Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input() |  bluhm | 2013-04-04 | 1 | -35/+25 |
* | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL |  bluhm | 2013-04-02 | 1 | -5/+4 |