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