Age | Commit message (Expand) | Author |
2013-05-03 | Document which gobal variables are used for sysctl(8), add static to | Martin Pieuchot |
2013-05-02 | tedu broken Resource Reservation Protocol code that was ifdef RSVP_ISI. | Martin Pieuchot |
2013-04-24 | ansify. | Martin Pieuchot |
2013-04-24 | Instead of having various extern declarations for protocol variables, | Martin Pieuchot |
2013-04-17 | Replace some casts by ifatoia() and sintosa(). | Martin Pieuchot |
2013-04-17 | Simplify the check to call in_ifinit() by merging two conditional | Martin Pieuchot |
2013-04-11 | Remove the extern keyword from function declarations, document | Martin Pieuchot |
2013-04-10 | Remove various external variable declaration from sources files and | Martin Pieuchot |
2013-04-09 | Remove read-only ipsec variables and directly use defines instead. | Martin Pieuchot |
2013-04-08 | Recalculate the IP and protocol checksums of packets (re)injected via | Lawrence Teo |
2013-04-04 | Merge the duplicate IPv4 and IPv6 checksum checking code in udp_input() | Alexander Bluhm |
2013-04-02 | Use macros sotoinpcb() and intotcpcb() instead of casts. Use NULL | Alexander Bluhm |
2013-03-31 | The call to in_pcballoc() in user request attach was handled in | Alexander Bluhm |
2013-03-31 | Do not transfer diverted packets into IPsec processing. They should | Alexander Bluhm |
2013-03-30 | Restrict protocol numbers for raw sockets to the range from 0 to 255. | Alexander Bluhm |
2013-03-29 | Declare struct pf_state_key in the mbuf and in_pcb header files to | Alexander Bluhm |
2013-03-28 | code that calls timeout functions should include timeout.h | Ted Unangst |
2013-03-28 | do not include machine/cpu.h from a .c file; it is the responsibility of | Theo de Raadt |
2013-03-28 | no need for a lot of code to include proc.h | Ted Unangst |
2013-03-28 | Convert the satosin, sintosa, ifatoia, satosin6, sin6tosa, ifatoia6 | Alexander Bluhm |
2013-03-28 | Replace some casts to struct in_ifaddr pointer by ifatoia() or NULL. | Martin Pieuchot |
2013-03-28 | Unfortunately the satosin, sintosa, ifatoia, satosin6, sin6tosa, | Alexander Bluhm |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-25 | Substitute the handcrafted list of IPv6 addresses by a proper TAILQ. | Martin Pieuchot |
2013-03-22 | simple replacement of LIST_END with NULL. ok mpi | Ted Unangst |
2013-03-17 | Add the router preference defines to the icmp6.h header and remove the | Brad Smith |
2013-03-14 | tedu faith(4), suggested by todd@ some weeks ago after a submission by | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2013-02-16 | Fix a bug in udp socket splicing in case a packet gets diverted and | Alexander Bluhm |
2013-02-14 | Merge of an original work by markus@ and gerhard@ to increase | Mike Belopuhov |
2013-02-05 | Make the inet6 and inet cases in in_pcbrtentry() look similar. | Alexander Bluhm |
2013-02-04 | Set sa_len correctly for PF_INET (and be consistent with the PF_INET6 | Todd C. Miller |
2013-01-17 | Expand the socket splicing functionality from TCP to UDP. Merge | Alexander Bluhm |
2013-01-17 | After finding the socket's inp by using the pf's statekey, reset | Alexander Bluhm |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2013-01-16 | Pass struct inpcb pointer to in_pcb...() functions instead of void | Alexander Bluhm |
2013-01-14 | after OpenBSD requested a etherip rev 3 to solve a byte order weakness, and | Theo de Raadt |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-11-11 | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- | Theo de Raadt |
2012-11-06 | backout csum diff for the moment, requested by theo | Henning Brauer |
2012-11-05 | Make sure that in[6]_proto_cksum_out() is called unconditinally and not | Claudio Jeker |
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 |
2012-10-18 | simplify checkreplaywindow() API; make call/return code handling consistent | Markus Friedl |
2012-10-18 | Move revarp code into #ifdef NFSCLIENT; saving space on some media. | Theo de Raadt |
2012-10-15 | Another 'notyet' is being promoted to 'notever'. | Mike Belopuhov |
2012-10-08 | Make carp_ourether() shorter and more generic. Only a mac address | Camiel Dobbelaar |
2012-10-08 | Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need to | Camiel Dobbelaar |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-10-05 | missing NCARP define and fix indent | Camiel Dobbelaar |