Age | Commit message (Expand) | Author |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-04-06 | Convert bcopy to memcpy as the memory does not overlap. | David Hill |
2017-03-06 | Kill global list of IPv6 addresses. | Martin Pieuchot |
2017-02-28 | Some refactoring in ip6_input() needed to un-KERNEL_LOCK() the IPv6 | Martin Pieuchot |
2017-02-08 | Remove the ipsec protocol callbacks which all do the same. Implement | Alexander Bluhm |
2017-02-06 | Make ip6_input() more like ipv4_input() and introduce ip6_ours(). | Alexander Bluhm |
2017-02-05 | Always allocate counters memory using type M_COUNTERS. | Jeremie Courreges-Anglas |
2017-02-05 | Use percpu counters for ip6stat | Jeremie Courreges-Anglas |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2016-12-27 | Move nd6 timer initialisation to nd6_init() and call timeout_set() | Alexander Bluhm |
2016-12-26 | Typo, "more then" -> "more than" | Jeremie Courreges-Anglas |
2016-12-20 | A NET_LOCK() was is missing in tcp_sysctl() which shows up as spl | Alexander Bluhm |
2016-12-19 | Introduce the NET_LOCK() a rwlock used to serialize accesses to the parts | Martin Pieuchot |
2016-11-28 | Merge two "#ifdef MROUTING" blocks. | Martin Pieuchot |
2016-11-14 | Automatically create a default lo(4) interface per rdomain. | Martin Pieuchot |
2016-08-24 | Kill ip6_forward_rt reducing differences between v4 and v6. | Martin Pieuchot |
2016-07-19 | protect a pf specific function with the correct #if. Fixes ramdisk building. | Peter Hessler |
2016-07-19 | In ip6_input() use a shortcut to detect our own address if the pf | Alexander Bluhm |
2016-07-19 | Use a flag to indicate that a packet has been received on an IPv6 | Martin Pieuchot |
2016-07-18 | Kill the rtableid variable in ip6_input(). It does not make sense | Alexander Bluhm |
2016-07-14 | Drop received packets with an IPv4-compatible address as source or | Martin Pieuchot |
2016-07-06 | Move Hop-by-Hop processing into its own function ip6_hbhchcheck(). | Martin Pieuchot |
2016-07-05 | Expand IN6_IFF_NOTREADY, ok bluhm@ | Martin Pieuchot |
2016-05-19 | Remove sysctl net.inet6.ip6.v6only | Jeremie Courreges-Anglas |
2016-05-07 | Remove duplicate check. | Martin Pieuchot |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-11 | Search in the correct routing table if NPF is not defined. | Martin Pieuchot |
2016-03-29 | remove dead stores and unused variables | Charles Longeau |
2016-03-14 | Change a bunch of (<blah> *)0 to NULL. | Kenneth R Westerback |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2016-01-06 | fix comment typos | Stuart Henderson |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |
2015-11-11 | Store the index of the lo0 interface instead of a pointer to its | Martin Pieuchot |
2015-10-29 | RFC 2292 API support was removed 9 years ago, but left in a binary compat | Ted Unangst |
2015-10-23 | replace pointer arithmetic and casts with offsetof | Jonathan Gray |
2015-10-19 | Stop checking for RTF_UP directly, call rtisvalid(9) instead. | Martin Pieuchot |
2015-10-13 | Make use of rtisvalid(9) to check if local route entries match existing | Martin Pieuchot |
2015-09-11 | if_put for ip6_input. OK mpi@ | Claudio Jeker |
2015-09-10 | Fewer in6_ifstat_inc() | Martin Pieuchot |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-06-08 | More damned eye searing whitespace. No change to .o files. | Kenneth R Westerback |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mf6c) and the | Claudio Jeker |
2015-02-09 | provide a net.inet6.ip6.ifq sysctl so people can see and fiddle | David Gwynne |
2015-02-09 | Remove a chunk missed in previous scope ID shuffling creating wrong | Martin Pieuchot |
2015-02-05 | Make sure pf(4) does not see embedded scopes. | Martin Pieuchot |
2015-01-19 | <netinet6/in6_ifattach.h> is not needed here. | Martin Pieuchot |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |