| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert udp_sysctl to sysctl_bounded_args |  gnezdo | 2020-08-22 | 1 | -11/+1 |
* | Move PRU_DETACH out of pr_usrreq into per proto pr_detach |  florian | 2017-11-02 | 1 | -1/+2 |
* | Pass down the address family through the pr_input calls. This |  bluhm | 2017-04-14 | 1 | -2/+2 |
* | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. |  claudio | 2017-03-13 | 1 | -1/+2 |
* | Change the IPv4 pr_input function to the way IPv6 is implemented, |  bluhm | 2017-01-29 | 1 | -3/+2 |
* | Reduce the difference between struct protosw and ip6protosw. The |  bluhm | 2017-01-26 | 1 | -2/+2 |
* | Since raw_input() and route_input() are gone from pr_input, we can |  bluhm | 2017-01-25 | 1 | -2/+2 |
* | turn ipstat into a set of percpu counters. |  dlg | 2016-11-18 | 1 | -1/+32 |
* | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports |  vgross | 2016-06-18 | 1 | -3/+6 |
* | Don't use varargs for udp_output() and sync the argument order with |  mpi | 2014-04-23 | 1 | -2/+1 |
* | revert counter size changes. this breaks netstat. digging further, there |  deraadt | 2014-01-25 | 1 | -14/+14 |
* | make the udpstat counters u_int32_t, for consistency with tcpstat |  henning | 2014-01-24 | 1 | -14/+14 |
* | since the cksum rewrite the counters for hardware checksummed packets |  henning | 2014-01-23 | 1 | -3/+3 |
* | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. |  bluhm | 2013-06-01 | 1 | -2/+2 |
* | There is no TCP6 in our kernel, so remove the #ifndef TCP6. |  bluhm | 2010-10-21 | 1 | -3/+3 |
* | Extend the protosw pr_ctlinput function to include the rdomain. This is |  claudio | 2009-11-13 | 1 | -2/+2 |
* | Remove {tcp/udp}6_usrreq(); Since the normal ones now |  thib | 2008-05-24 | 1 | -3/+1 |
* | Deal with the situation when TCP nfs mounts timeout and processes |  thib | 2008-05-23 | 1 | -2/+2 |
* | implement sysctls to report IP, TCP, UDP, and ICMP statistics and |  reyk | 2007-12-13 | 1 | -2/+5 |
* | switch to sysctl_int_arr(); ok henning, deraadt |  markus | 2004-02-17 | 1 | -1/+9 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) |  jason | 2003-05-12 | 1 | -3/+3 |
* | First round of __P removal in sys |  millert | 2002-03-14 | 1 | -14/+14 |
* | Keep stats on TCP/UDP hardware checksumming. |  angelos | 2001-06-23 | 1 | -1/+3 |
* | Inclusion protection. |  angelos | 2001-06-09 | 1 | -4/+8 |
* | sync with KAME udp6_output(). udp output logic is very different between |  itojun | 2000-06-18 | 1 | -1/+5 |
* | bring in KAME IPv6 code, dated 19991208. |  itojun | 1999-12-08 | 1 | -1/+7 |
* | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing |  provos | 1999-03-27 | 1 | -1/+2 |
* | report on no udp checksum |  deraadt | 1999-02-04 | 1 | -1/+2 |
* | sysctl for def sizes for tcp/udp send/recv queues |  mickey | 1998-01-24 | 1 | -4/+8 |
* | indent |  deraadt | 1997-08-26 | 1 | -2/+2 |
* | The list of tcp/udp ports not to allocate dynamically is now |  millert | 1997-08-09 | 1 | -2/+4 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -6/+6 |
* | from netbsd: |  deraadt | 1995-12-14 | 1 | -3/+1 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+94 |