Age | Commit message (Expand) | Author |
2016-05-30 | remove code compensating for the "short" range of timeouts. | David Gwynne |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-05-19 | Do not check if source address is available when the UDP6 socket is bound | Vincent Gross |
2016-05-17 | Completely skip link-layer address resolution and NUD on gif(4). | Martin Pieuchot |
2016-05-07 | Remove duplicate check. | Martin Pieuchot |
2016-05-02 | Simplify life for routing table implementations by requiring that rtable_walk | Jonathan Matthew |
2016-05-02 | Merge two identical code paths. | Martin Pieuchot |
2016-04-29 | Do not allow to change the routing table of a bound socket. This | Alexander Bluhm |
2016-04-27 | factor out ipsec into ip6_output_ipsec_{lookup,send}(); ok mpi@, naddy@ | Markus Friedl |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-11 | Rename in_pcblookup() to in_pcblookup_local() and change its prototype | Vincent Gross |
2016-04-11 | This code chunk has been disabled since its import, and what is does is | Vincent Gross |
2016-04-11 | Search in the correct routing table if NPF is not defined. | Martin Pieuchot |
2016-04-05 | Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind(). | Vincent Gross |
2016-03-31 | Don't forget to initialize scope_id. This fixes semarie@ and sthen@'s | Vincent Gross |
2016-03-30 | Use in6_pcbhashlookup() in in6_pcbconnect(). We don't need in_pcblookup() | Vincent Gross |
2016-03-30 | Implement proxy ARP for ART based on mpath support. | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2016-03-21 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-20 | Revert, missing decl for in6_pcbaddrisavail() breaks kernel build. | Jeremie Courreges-Anglas |
2016-03-19 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-03-12 | Add checks on overlapping IPv6 sockets ownership | Vincent Gross |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-03-07 | Do not remove RTF_STATIC L2 entries from the routing table. | Martin Pieuchot |
2016-03-03 | Kill IPv6 prefix and router renumbering ioctls. | Jeremie Courreges-Anglas |
2016-03-03 | Delete all traces of SIOCSIF(ADDR|DSTADDR|NETMASK)_IN6 | Jeremie Courreges-Anglas |
2016-02-28 | Remove SIOCSIFALIFETIME_IN6 ioctl, as NetBSD did. | Stefan Kempf |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2016-01-21 | add a missing if_put() in a carp specific path | Jonathan Gray |
2016-01-13 | Prevent a double if_put(). | Martin Pieuchot |
2016-01-12 | Prevent a possible NULL-derefenced introduced by the move of RA sleeping | Martin Pieuchot |
2016-01-06 | fix comment typos | Stuart Henderson |
2015-12-22 | Do not return EEXIST if the same address is added twice. | Martin Pieuchot |
2015-12-18 | Fix SO_REUSE* flags effects when binding multicast addresses. No | Vincent Gross |
2015-12-18 | Convert arc4random() to arc4random_uniorm(). Diff by Matthew Martin. | tb |
2015-12-09 | Keep all ether prototypes in one place. | Martin Pieuchot |
2015-12-09 | Always pass a valid interface pointer to rtdeletemsg(). | Martin Pieuchot |
2015-12-05 | Remove useless "if() else", multicast and unicast v6 route lookups are | Vincent Gross |
2015-12-04 | prefix function names like randomid and pmod to keep them out of global | Ted Unangst |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-12-03 | add sizes to some free() calls. ok claudio | Ted Unangst |
2015-12-03 | rewrite if to be more clear. ok bluhm stsp | Ted Unangst |
2015-12-03 | Implement etherip(4) driver | Kazuya Goda |
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-12-02 | When destroying an interface, we have to wait until all references | Alexander Bluhm |