Age | Commit message (Expand) | Author |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2016-06-15 | Fix typo from rebase : extra parenthese | Vincent Gross |
2016-06-15 | Move the cmsg handling code on top of udp_output(), to make | Vincent Gross |
2016-06-14 | Store the source address associated with a route in its own chunk of | Martin Pieuchot |
2016-06-13 | On localhost a user program may create a socket splicing loop. | Alexander Bluhm |
2016-06-13 | Move the ioctl(2) logic of in{,6}_control() into two new functions | Martin Pieuchot |
2016-06-10 | Add the "llprio" field to struct ifnet, and the corresponding keyword | Vincent Gross |
2016-06-09 | Fix typo in comment. From Kapetanakis Giannis | Alexander Bluhm |
2016-06-06 | Move logic to send ARP replies to arpreply(). | Martin Pieuchot |
2016-06-06 | Get rid of the ``enaddr'' argument of carp_iamatch(). | Martin Pieuchot |
2016-06-03 | set rt_expire times against time_uptime, not time_second. | David Gwynne |
2016-05-31 | Stop creating and inserting a route entry for ARP and ND automagically. | Martin Pieuchot |
2016-05-31 | Inverse two conditions to not grabe the KERNEL_LOCK for every multicast | Martin Pieuchot |
2016-05-30 | Insert a hack to deal with interfaces removing the VLAN header before | Martin Pieuchot |
2016-05-23 | Pass a 'struct in_addr *' to arplookup() instead of always dereferencing | Martin Pieuchot |
2016-05-23 | Shorten en error string. | Martin Pieuchot |
2016-05-18 | Remove some superflous if_get(9)/if_put(9) dances now that ARP input | Martin Pieuchot |
2016-05-18 | Move the code to update an ARP cache into its own function. | Martin Pieuchot |
2016-05-18 | rework the srp api so it takes an srp_ref struct that the caller provides. | David Gwynne |
2016-05-07 | Use rtalloc_mpath() when checking for local route entries because we | Martin Pieuchot |
2016-05-04 | Preserve DiffServ value when fragmenting an ipv4 packet. | Vincent Gross |
2016-05-03 | Make ip_forward() use the route entry fetched in in_ouraddr() when it is | Martin Pieuchot |
2016-04-29 | Do not allow to change the routing table of a bound socket. This | Alexander Bluhm |
2016-04-27 | Remove unused arguments from rt_checkgate(). | Martin Pieuchot |
2016-04-25 | Remove the single cache route for forwarding. | Martin Pieuchot |
2016-04-19 | Use the correct byte-order when checking against baddynamic ports, | Stuart Henderson |
2016-04-19 | Instead of freeing a cached RTF_MPATH route after using it, free it | Martin Pieuchot |
2016-04-18 | Unbreak RAMDISK, found by deraadt@ | Martin Pieuchot |
2016-04-18 | Put a KERNEL_LOCK/UNLOCK dance around sections that still need some | Martin Pieuchot |
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 |