Age | Commit message (Expand) | Author |
2024-07-12 | Remove internet PCB mutex. | Alexander Bluhm |
2024-02-03 | Rework socket buffers locking for shared netlock. | Vitaliy Makkoveev |
2024-01-10 | Split UDP PCB table into IPv4 and IPv6. | Alexander Bluhm |
2022-10-17 | Change pru_abort() return type to the type of void and make pru_abort() | Vitaliy Makkoveev |
2022-10-03 | System calls should not fail due to temporary memory shortage in | Alexander Bluhm |
2022-09-05 | Use shared netlock in soreceive(). The UDP and IP divert layer | Alexander Bluhm |
2022-09-03 | Move PRU_PEERADDR request to (*pru_peeraddr)(). | Vitaliy Makkoveev |
2022-09-02 | Move PRU_CONTROL request to (*pru_control)(). | Vitaliy Makkoveev |
2022-08-28 | Move PRU_ABORT request to (*pru_abort)(). | Vitaliy Makkoveev |
2022-08-27 | Move PRU_SEND request to (*pru_send)(). | Vitaliy Makkoveev |
2022-08-22 | Move PRU_SHUTDOWN request to (*pru_shutdown)(). | Vitaliy Makkoveev |
2022-08-22 | Move PRU_DISCONNECT request to (*pru_disconnect). | Vitaliy Makkoveev |
2022-08-21 | Move PRU_CONNECT request to (*pru_connect)() handler. | Vitaliy Makkoveev |
2022-08-20 | Move PRU_BIND request to (*pru_bind)() handler. | Vitaliy Makkoveev |
2022-08-15 | Introduce 'pr_usrreqs' structure and move existing user-protocol | Vitaliy Makkoveev |
2022-02-25 | Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com | Philip Guenther |
2022-02-25 | Move pr_attach and pr_detach to a new structure pr_usrreqs that can | Philip Guenther |
2020-08-22 | Convert udp_sysctl to sysctl_bounded_args | gnezdo |
2017-11-02 | Move PRU_DETACH out of pr_usrreq into per proto pr_detach | Florian Obser |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-03-13 | Move PRU_ATTACH out of the pr_usrreq functions into pr_attach. | Claudio Jeker |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-26 | Reduce the difference between struct protosw and ip6protosw. The | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2016-11-18 | turn ipstat into a set of percpu counters. | David Gwynne |
2016-06-18 | Add net.inet.{tcp,udp}.rootonly sysctl, to mark which ports | Vincent Gross |
2014-04-23 | Don't use varargs for udp_output() and sync the argument order with | Martin Pieuchot |
2014-01-25 | revert counter size changes. this breaks netstat. digging further, there | Theo de Raadt |
2014-01-24 | make the udpstat counters u_int32_t, for consistency with tcpstat | Henning Brauer |
2014-01-23 | since the cksum rewrite the counters for hardware checksummed packets | Henning Brauer |
2013-06-01 | Pass the routing domain to IPv6 pr_ctlinput() like in IPv4. | Alexander Bluhm |
2010-10-21 | There is no TCP6 in our kernel, so remove the #ifndef TCP6. | Alexander Bluhm |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2008-05-24 | Remove {tcp/udp}6_usrreq(); Since the normal ones now | Thordur I. Bjornsson |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2007-12-13 | implement sysctls to report IP, TCP, UDP, and ICMP statistics and | Reyk Floeter |
2004-02-17 | switch to sysctl_int_arr(); ok henning, deraadt | Markus Friedl |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-06-23 | Keep stats on TCP/UDP hardware checksumming. | Angelos D. Keromytis |
2001-06-09 | Inclusion protection. | Angelos D. Keromytis |
2000-06-18 | sync with KAME udp6_output(). udp output logic is very different between | Jun-ichiro itojun Hagino |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |
1999-03-27 | add SADB_X_BINDSA to pfkey allowing incoming SAs to refer to an outgoing | Niels Provos |
1999-02-04 | report on no udp checksum | Theo de Raadt |
1998-01-24 | sysctl for def sizes for tcp/udp send/recv queues | Michael Shalayeff |
1997-08-26 | indent | Theo de Raadt |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |