Age | Commit message (Expand) | Author |
2024-02-13 | Merge struct route and struct route_in6. | Alexander Bluhm |
2024-02-09 | Route cache function returns hit or miss. | Alexander Bluhm |
2024-02-05 | Move route_cache() declaration from net/route.h to netinet/in.h. | Kenji Aoyama |
2023-11-10 | rtable_match() takes constant destination. | Alexander Bluhm |
2023-05-13 | Instead of implementing IPv4 header checksum creation everywhere, | Alexander Bluhm |
2023-05-10 | Implement TCP send offloading, for now in software only. This is | Alexander Bluhm |
2023-04-11 | fix double words in comments | Jonathan Gray |
2021-06-02 | factor out the code that does basic sanity checks on ipv4 headers. | David Gwynne |
2021-01-18 | add IPPROTO_SCTP, ok claudio@ | Stuart Henderson |
2021-01-07 | Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn. | Claudio Jeker |
2020-08-22 | Convert ip_sysctl to sysctl_bounded_args | gnezdo |
2019-11-04 | remove mobileip(4) | David Gwynne |
2019-10-25 | make whitespace in the IPPROTO defines consistent. no functional change. | David Gwynne |
2019-10-25 | +#define IPPROTO_UDPLITE 136, as per RFC 3828 and the IANA allocation | David Gwynne |
2019-10-23 | Kernel is missing propper input validation when configuring addresses. | Alexander Bluhm |
2018-10-13 | Expose net.inet.ip.arpq.drops to help debug what's going on when a lot | Florian Obser |
2018-09-11 | Convert inetctlerrmap to u_char like inet6ctlerrmap. That is also | Alexander Bluhm |
2018-07-10 | Introduce new IPsec (per-CPU) statistics and refactor ESP input | Martin Pieuchot |
2018-06-07 | The global zero addresses must not change, mark them constant. | Alexander Bluhm |
2018-03-02 | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. | Claudio Jeker |
2018-02-10 | Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act | Claudio Jeker |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-11-14 | Introduce ipsec_sysctl() and move IPsec tunables where they belong. | Martin Pieuchot |
2017-10-06 | Kill the divert-packet socket option IP_DIVERTFL to filter packets. | Alexander Bluhm |
2017-08-11 | Validate sockaddr from userland in central functions. This results | Alexander Bluhm |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-04 | Introduce sstosa() for converting sockaddr_storage with a type safe | Alexander Bluhm |
2017-02-04 | Move the typedefs for in_{addr,port}_t from <sys/types.h> to | Philip Guenther |
2016-12-22 | Remove PIM support from the multicast stack. | Rafael Zalamena |
2016-09-04 | Implement a sockaddr_ntop() function that works like inet_ntop() but prints | Claudio Jeker |
2016-08-16 | Add IP_SENDSRCADDR cmsg for UDP sockets. As suggested by sthen@, | Vincent Gross |
2016-06-28 | Add sysctl for arp timers: net.inet.ip.arptimeout (expire timer for resolved | Chris Cappuccio |
2016-06-15 | Add umb(4) - a driver for the Mobile Broadband Interface Model (MBIM) | Gerhard Roth |
2015-10-20 | add a new getsockopt option IP_IPDEFTTL to retrieve the default ttl. | Sebastian Benoit |
2015-04-14 | Remove support for storing credentials and auth information in the kernel. | Mike Belopuhov |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-02-09 | Implement 2 sysctl to retrieve the multicast forwarding cache (mfc) and the | Claudio Jeker |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-25 | Since in_broadcast() is now used to always iterate on all the interfaces | Martin Pieuchot |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-04-25 | Kill in_localaddr(), one less usage of the global list of IPv4 addresses. | Martin Pieuchot |
2014-04-21 | remove a define in an #ifdef notyet - "not yet" for 19 years gotta be | Henning Brauer |
2014-04-21 | annotate all #endifs to make clear what #if(def) they end | Henning Brauer |
2014-04-21 | cosmetic changes regarding #ifdef to make things more obvious, ok reyk | Henning Brauer |
2014-04-20 | move in_cksum_phdr from in.h (under #ifdef _KERNEL, at least) to ip_output.c | Henning Brauer |
2014-04-20 | nuke in_cksum_addword() | Henning Brauer |
2014-01-23 | put the in{,6}_delayed_cksum() and in{,6}_proto_cksum_out() prototypes | Christian Weisgerber |
2013-11-11 | Replace most of our formating functions to convert IPv4/6 addresses from | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | No need to expose twice in_socktrim(), it is only used in one file. | Martin Pieuchot |