summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
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
2007-04-25Get rid of some gratuitous casts and join some lines.dyoung
2007-04-24Constify.dyoung
2007-04-22In in_rtflushall(), clear the route caches using rtcache_clear()dyoung
2007-04-18Add optimization hint for compiler. In a debug printf,dyoung
2007-04-15Cosmetic: shorten a staircase. bzero -> memset. KNF.dyoung
2007-04-05use size_t for indexesliamjfoy
2007-03-26Add a small note regarding further commented code in netinet6/ip6_flow.cliamjfoy
2007-03-25Add net.inet.ip.hashsize to control the IPv4 fast forward hash table size.liamjfoy
2007-03-24Don't call ip*flow_reap if we're just looking up maxflowsliamjfoy
2007-03-21If we do not recognize the protocol of a received packet, thendyoung
2007-03-12Pass an ipl argument to pool_init/POOL_INIT to be used when initializingad
2007-03-05Move ipflow_slowtimo from ip_slowtimo and into in_proto.cliamjfoy
2007-03-04inet6domain -> inetdomainliamjfoy
2007-03-04Initialize protocol switch with structure initializers.liamjfoy
2007-03-04Pass (char *) to mtod(9) on address calculation.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22Reverse sense of preference numbers: prefer source addresses withdyoung
2007-02-22Add net.inet.ip.selectsrc.default even if GETIFA_DEBUG is notdyoung
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-22Fix lossage from boolean_t -> bool and updated x86 bus_dma.matt
2007-02-21Replace the Mach-derived boolean_t type with the C99 bool type. Athorpej
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2007-02-17Join lines.dyoung
2007-02-17s/in_rtflush/in_rtcache/gdyoung
2007-02-17bzero -> memsetdyoung
2007-02-17bcopy -> memcpydyoung
2007-02-10Commit my SoC workdegroote
2007-01-29bzero -> memset.dyoung
2007-01-29In ip_setmoptions(), don't leave a route cache (struct route) ondyoung
2007-01-29Cosmetic: remove extraneous, non-KNF parentheses. Change adyoung
2007-01-29bzero -> memsetdyoung
2007-01-26KNF: bzero -> memset, change (struct in_ifaddr *)0 to NULL.dyoung
2007-01-26bzero -> memsetdyoung
2007-01-13Unconditionally zero and free iproute. Before IPsec tunnel packets e.g.joerg
2007-01-08ip_output: reload ip_len after running pfil_run_hooks.yamt