summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2005-03-31[NETFILTER]: ipt_hashlimit: Remove custom msecs_to_jiffies() macroTobias Klauser-6/+4
2005-03-31[NETFILTER]: ipt_hashlimit: Fix bug introduced by hlist changes.jix@bugmachine.ca-3/+3
2005-03-31[IPSEC]: Make IPCOMP more resilient.Herbert Xu-18/+8
2005-03-31Merge bk://kernel.bkbits.net/acme/net-2.6David S. Miller-24/+17
2005-03-31Cset exclude: tgraf@suug.ch|ChangeSet|20050316221421|24742Thomas Graf-4/+2
2005-03-30[NETFILTER]: Restore ports module parameter for ip_nat_{ftp,irq}Rusty Russell-0/+18
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo-24/+17
2005-03-22[IPV4]: Clear DF bit in ip_fragment fast pathHerbert Xu-1/+1
2005-03-22[IPV4]: Check mtu instead of frag_list in ip_push_pending_frames()Herbert Xu-1/+2
2005-03-22[IPV4]: Fix swapped memset args in multipath_wrandom.cDave Jones-2/+2
2005-03-22[IPV4]: Fix early use of inline in route.cFrançois Romieu-8/+7
2005-03-22[TCP]: BIC not binary searching correctlyStephen Hemminger-1/+4
2005-03-22[IPV4]: The multipath select_route method must be implemented.David S. Miller-1/+2
2005-03-19[IPV4]: Size ip_mp_alg_table[] correctly.Hideaki Yoshifuji-1/+1
2005-03-17[NET]: Kill dst_pmtu/dst_path_metricHerbert Xu-1/+1
2005-03-17[IPSEC]: Get ttl from child instead of pathHerbert Xu-1/+1
2005-03-17[IPV4]: Kill remaining unnecessary uses of dst_pmtuHerbert Xu-6/+6
2005-03-17[NETFILTER]: Use correct IPSEC MTU in TCPMSSHerbert Xu-3/+3
2005-03-17[IPV4]: Fix MTU check in ipmr_queue_xmitHerbert Xu-1/+1
2005-03-17[IPV4]: Make multipath algs into true drivers.David S. Miller-262/+297
2005-03-16[IPV4]: Multipath cache algorithm support.elueck@de.ibm.com-6/+1176
2005-03-16[NET]: Save space for sk_alloc_slab() failure message.Hideaki Yoshifuji-9/+5
2005-03-16[IPV4]: Send TCP reset through dst_output in ipt_REJECTHerbert Xu-2/+2
2005-03-16[IPV4]: Mark a struct static in inetpeer.cAdrian Bunk-2/+2
2005-03-15[IPV4]: Make ipt_REJECT use icmp_send again.Herbert Xu-154/+22
2005-03-15Merge bk://kernel.bkbits.net/tgraf/net-2.6-sock-reorderDavid S. Miller-19/+23
2005-03-15[IPV4]: All deletion of equal addresses only differing by prefix length.Thomas Graf-2/+4
2005-03-15[TCP]: Use get_unaligned() in tcp_parse_options()Sven Henkel-3/+4
2005-03-15[IPSEC]: Revert ip{,6}_append_data() dst_mtu() conversion.David S. Miller-5/+12
2005-03-16[NET] Reorder struct tcp_options_receivedThomas Graf-5/+8
2005-03-16[NET] Convert sk_queue_shrunk into SOCK_QUEUE_SHRUNK flagThomas Graf-4/+4
2005-03-16[NET] Convert sk_localroute into SOCK_LOCALROUTE flag and use RT_CONN_FLAGS w...Thomas Graf-3/+4
2005-03-16[NET] Convert sk_no_largesend into SOCK_NO_LARGESEND flagThomas Graf-6/+6
2005-03-16[NET] Convert sk_user_write_queue into SOCK_USE_WRITE_QUEUE flagThomas Graf-1/+1
2005-03-14[NET]: Replace dst_pmtu with dst_mtuHerbert Xu-5/+5
2005-03-14[IPV4/IPV6]: Take IPsec overhead into account in tunnelsHerbert Xu-7/+7
2005-03-14[IPV4/IPV6]: Fix IPsec calculation in ip_append_data/ip6_append_dataHerbert Xu-12/+5
2005-03-14[NETFILTER]: ipt_hashlimit.c needs lockhelp.hHerbert Xu-0/+1
2005-03-14[IPSEC]: Do not hold state lock while checking size.Herbert Xu-6/+6
2005-03-14[NETFILTER]: ipt_hashlimit: use | instead of & for correct hash keyHarald Welte-1/+1
2005-03-14[IPSEC]: Fix room calculation in icmp_sendHerbert Xu-1/+1
2005-03-14[IPSEC]: Handle local_df in IPv4Herbert Xu-1/+1
2005-03-10[IPV4]: Speed up sequential reading of /proc/net/routePatrick McHardy-1/+22
2005-03-10[IPV4]: Fix crash while reading /proc/net/route caused by stale pointersPatrick McHardy-1/+11
2005-03-10[NET]: Move dst_release out of dst->ops->checkHerbert Xu-1/+1
2005-03-10[XFRM]: Always reroute in tunnel modePatrick McHardy-1/+3
2005-03-09Merge bk://212.42.230.204:994/nf-2.6David S. Miller-146/+216
2005-03-09MergeDavid S. Miller-4/+4
2005-03-09[NET]: Fix CHECKSUM_HW wrt. packet trimming.Herbert Xu-7/+4
2005-03-09[XFRM]: Fix ICMP tempselPatrick McHardy-2/+2