Age | Commit message (Expand) | Author |
2015-12-03 | rm unused kernel only IPV6_RECVRTHDRDSTOPTS sockopt. ok deraadt sthen | Ted Unangst |
2015-12-02 | Move port picking away from in_pcbbind() | Vincent Gross |
2015-10-24 | Ignore Router Advertisment's current hop limit. | Martin Pieuchot |
2015-09-22 | Remove inpt_lastport from struct inpcbtable, use local variables | Vincent Gross |
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 |
2014-11-15 | use siphash in the in_pcb hashing. this mitigates it against flooding | David Gwynne |
2014-07-12 | Resize the pcb hashtable automatically. The table size will be doubled | YASUOKA Masahiko |
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-06 | factor out source and destination address mangling from in_pcbconnect() | Christopher Zimmermann |
2013-12-20 | Switch inpt_queue from CIRCLEQ to TAILQ. Thus ending use of CIRCLEQ | Kenneth R Westerback |
2013-10-23 | Back when some NRL code was merged into KAME to create the *BSD IPV6 | Theo de Raadt |
2013-10-20 | Put a large chunk of the IPv6 rdomain support in-tree. | Peter Hessler |
2013-05-31 | The function rip6_ctlinput() claims that sa6_src is constant to | Alexander Bluhm |
2013-05-17 | Move an extern declaration into its corresponding header file. | Martin Pieuchot |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-01-16 | Pass struct inpcb pointer to in_pcb...() functions instead of void | Alexander Bluhm |
2012-10-21 | Add the IP_DIVERTFL socket option on divert(4) sockets to control | Sebastian Benoit |
2012-09-17 | add IPV6_RECVDSTPORT socket option, which enables us to get original | YASUOKA Masahiko |
2012-07-16 | add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4) | Markus Friedl |
2011-06-15 | Add IP_RECVRTABLE socket option to be used with a IPPROTO_IP | Mike Belopuhov |
2010-09-23 | add a new IP level socket option IP_PIPEX. This option is used for L2TP | YASUOKA Masahiko |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2009-11-13 | Extend the protosw pr_ctlinput function to include the rdomain. This is | Claudio Jeker |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2008-07-10 | add X11 ports to default TCP baddynamic list | Damien Miller |
2008-07-09 | expand the net.inet.(tcp|udp).baddynamic dynamic source port | Damien Miller |
2008-07-03 | link pf state keys to tcp pcbs and vice versa. | Henning Brauer |
2008-05-23 | Deal with the situation when TCP nfs mounts timeout and processes | Thordur I. Bjornsson |
2008-05-15 | divert for ipv6; ok henning, pyr | Markus Friedl |
2008-05-09 | IP_RECVDSTPORT, allows you to get the destination port of UDP datagrams | Markus Friedl |
2008-05-09 | divert packets to local socket without modifying the ip header; | Markus Friedl |
2007-02-22 | Remove TCP ports 760 and 761 from DEFBADDYNAMICPORTS_TCP; they are | Todd C. Miller |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-10-11 | implement IP_MINTTL socket option fo tcp sockets | Henning Brauer |
2006-10-11 | implement IP_RECVTTL socket option. | Henning Brauer |
2006-09-26 | udp port 664 is sometimes also stolen on the wire by ipmi/asf balony. | Theo de Raadt |
2006-05-30 | Put ASF/IPMI port 623 into the bad dynamic udp table, because otherwise | Theo de Raadt |
2006-05-29 | Make savecontrol functions more generic and use them now for raw IP too. | Claudio Jeker |
2005-12-10 | in ansi c, bitfields must be done against int, unsigned int, or _Bool. | Theo de Raadt |
2004-08-10 | remove in_pcbnotify, it is no longer used. | Markus Friedl |
2004-06-12 | support IPV6_USE_MIN_MTU (forgot to commit the file, sorry). noted by Anil | Jun-ichiro itojun Hagino |
2003-12-21 | change in*_pcbnotify to return numbers of matches; ok itojun, mcbride, henning | Markus Friedl |
2003-12-08 | Mbuf tag tcp and udp packets which are translated to localhost, and | Ryan Thomas McBride |
2003-11-04 | add in(6)_pcblookup_listen() and replace all calls to in_pcblookup() | Markus Friedl |
2003-10-25 | additional hash for local port; improves speed of implicit bind | Markus Friedl |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-09-04 | pass struct proc * down to in6_pcbsetport | Jun-ichiro itojun Hagino |