Age | Commit message (Expand) | Author |
2016-04-15 | Kill in_rtaddr() and use rtalloc(9) directly in ip_dooptions(). | Martin Pieuchot |
2016-04-13 | We're always ready! So send IFQ_SET_READY() to the bitbucket. | Martin Pieuchot |
2016-04-13 | Remove extra parenthesis around comparison. | Vincent Gross |
2016-04-12 | Unbreak tree. Put 'laddr6' declaration inside #ifdef INET6/#endif. | Kenneth R Westerback |
2016-04-11 | Simplify in_pcblookup_local() logic. | Vincent Gross |
2016-04-11 | Rename in_pcblookup() to in_pcblookup_local() and change its prototype | Vincent Gross |
2016-04-08 | We must always check if the socket is already bound, and always set | Vincent Gross |
2016-04-05 | Move reserved port checks from in(6)_pcbaddrisavail() to in_pcbbind(). | Vincent Gross |
2016-04-05 | Move inp_laddr assignment after in_pcbpickport(), extend in_pcbpickport() | Vincent Gross |
2016-03-31 | If one of the TCP syn cache buckets overflow, it might be a collision | Alexander Bluhm |
2016-03-30 | Implement proxy ARP for ART based on mpath support. | Martin Pieuchot |
2016-03-29 | Allow to adjust tcp_syn_use_limit with sysctl net.inet.tcp.synuselimit. | Alexander Bluhm |
2016-03-29 | - packet must keep reference to statekey | Alexandr Nedvedicky |
2016-03-27 | To prevent attacks on the hash buckets of the syn cache, our TCP | Alexander Bluhm |
2016-03-26 | Always include the route priority in routing messages. | Martin Pieuchot |
2016-03-24 | Ensure that a found proxy ARP entry has the correct flag. | Martin Pieuchot |
2016-03-23 | Merge in_pcbbind() and in6_pcbbind(), and change every call to | Vincent Gross |
2016-03-23 | Extract in_pcbaddrisavail() from in_pcbbind(). | Vincent Gross |
2016-03-21 | Extract in6_pcbaddrisavail() from in6_pcbbind(), and use it when | Vincent Gross |
2016-03-21 | Add a tcps_sc_seedrandom counter in TCP SYN cache and netstat -s. | Alexander Bluhm |
2016-03-16 | macros for the null, min, and max vlan ids. | David Gwynne |
2016-03-14 | move the vlan protocol definitions to the same places as the ethernet ones | David Gwynne |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
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-04 | - putting back KASSERT(), which I've backed out on Jan 31 | Alexandr Nedvedicky |
2016-03-01 | enm_ac in ether_multi is set but never used. so we dont need it. | David Gwynne |
2016-02-28 | When IPsec UDP encapsulation is used for IPv6, the stack should | Mike Belopuhov |
2016-02-23 | provide m_dup_pkt() for doing fast deep mbuf copies with a specified alignment | David Gwynne |
2016-02-11 | Return ENOBUFS when bumping in the multicast max group memberships | Jeremie Courreges-Anglas |
2016-01-31 | - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out | Alexandr Nedvedicky |
2016-01-25 | - plugging massive pf_state_key leak | Alexandr Nedvedicky |
2016-01-22 | add a missing if_put() to ipip_input() | Jonathan Gray |
2016-01-22 | fix a missing if_put() in the default af path of tcp_mss() | Jonathan Gray |
2016-01-21 | Introduce in{,6}_hasmulti(), two functions to check in the hot path if | Martin Pieuchot |
2016-01-21 | remove the arp_inuse and arp_allocated counters | David Gwynne |
2016-01-14 | Grab the KERNEL_LOCK before delivering a message to the routing socket | Martin Pieuchot |
2016-01-13 | Prevent a double if_put(). | Martin Pieuchot |
2016-01-12 | Prevent a NULL-reference if SIOCGVH is issued without carpdev argument. | Martin Pieuchot |
2016-01-08 | Get rid of the arp and revarp input queues. | Martin Pieuchot |
2015-12-19 | Make carp_output() mpsafe. | Martin Pieuchot |
2015-12-18 | Fix SO_REUSE* flags effects when binding multicast addresses. No | Vincent Gross |
2015-12-17 | rm a bit more trailers code. no longer accept them as alias for ethernet. | Ted Unangst |
2015-12-09 | Remove plain DES encryption from IPsec. | Christian Weisgerber |
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 | upgrade tcp/ip to use the latest in C89 technology: memcpy. | Ted Unangst |
2015-12-03 | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every | Martin Pieuchot |
2015-12-03 | deleting ip_insertoptions() prototype, which is no longer needed | Alexandr Nedvedicky |
2015-12-03 | ip_send()/ip6_send() allow PF to send response packet in ipsoftnet task. | Alexandr Nedvedicky |