summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2007-11-04Pick the smallest possible TCP window scaling factor that will still allowrmind
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-05Work in progress: use a raw socket for GRE in IP encapsulationdyoung
2007-10-02Delete the unused second argument to ip_stripoptions(), move itdyoung
2007-09-19Don't use INADDR_ANY to initialize a const struct, because INADDR_ANYdyoung
2007-09-19Constify sockaddr argument to ether_multiaddr(). Change structdyoung
2007-09-191) Introduce a new socket option, (SOL_SOCKET, SO_NOHEADER), thatdyoung
2007-09-11In some FAST_IPSEC, spl level is not restored correctly. Fix that.degroote
2007-09-05We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung
2007-09-02We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(...,dyoung
2007-09-02m_copym(..., 0, M_COPYALL, ...) -> m_copypacket(..., ...).dyoung
2007-09-02m_copy() was deprecated, apparently, long ago. m_copy(...) ->dyoung
2007-09-02Be consistent: use the prefix sc_ for all members of the gre_softc.dyoung
2007-09-01Use ifreq_setaddr(), ifreq_getaddr(), sockaddr_in_init(), anddyoung
2007-08-31Fix bug in last: add missing ampersand.dyoung
2007-08-31Stop sharing a sockaddr_in template among multicast routines,dyoung
2007-08-30Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pooldyoung
2007-08-28Fix ipv4 multicast that could sometimes send packets with the wrongcube
2007-08-27Cosmetic: 0 -> NULL. Remove unnecessary cast.dyoung
2007-08-27Reorganize and extract arplookup1() for code-sharing. Sharedyoung
2007-08-26Constify: LLADDR -> CLLADDR. I'm aiming here to make it easier todyoung
2007-08-21Use sockaddr_in_init().dyoung
2007-08-20Don't call rtcache_check() from the fast-forward code, which runsdyoung
2007-08-10Use sockaddr_dl_init().dyoung
2007-08-07Use satocsdl() et cetera instead of SDL(). Constify.dyoung
2007-08-02make rfbuf_ts a tcp timestamp so that calculations in tcp_input make sense.yamt
2007-08-02our tcp timestamps are in PR_SLOWHZ, not HZ.yamt
2007-08-02TCP socket buffers automatic sizing - ported from FreeBSD.rmind
2007-07-19Take steps to hide the radix_node implementation of the forwarding tabledyoung
2007-07-11Replace a simple lock with a mutex and make it static.xtraeme
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-28Handle mapped and scoped ipv6 addresses. From Anon Ymous.christos
2007-06-27Add support for options IPSEC_NAT_T (RFC 3947 and 3948) for fast_ipsec(4).degroote
2007-06-26Protect inet6_ident_core() with #ifdef INET6, fixes building withoutxtraeme
2007-06-25tcpdrop kernel bits (from anon ymous)christos
2007-06-20- per socket keepalive settingschristos
2007-06-13PR/36484: Pavlin Radoslavov: PIM Register in-kernel encapsulation IP_DFchristos
2007-06-13Use __arraycount().dyoung
2007-06-13Use LIST_FOREACH().dyoung
2007-06-12Complete removal of radix_node knowledge.dyoung
2007-06-09Get rid of radix_node_head.rnh_walktree, because it is only everdyoung
2007-05-18Fix compilation in the TCP_SIGNATURE case:riz
2007-05-18Revert a small part of revision 1.254 - remove const qualifier fromriz
2007-05-12KNF. Use sockaddr_in_init(). Shorten staircases. No functionaldyoung
2007-05-12Use sockaddr_in_init().dyoung
2007-05-06In AppleTalk, IPv4, and IPv6 routing domains, help sockaddr_cmp()dyoung
2007-05-06Oops, commit this straggler from the last change to net/if_gre.[ch].dyoung
2007-05-02Remove obsolete files netinet/in_route.[ch].dyoung
2007-05-02Remove unused option.dyoung
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung