aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2
2011-06-16netfilter: ipt_ecn: fix inversion for IP header ECN matchPatrick McHardy1-1/+2
2011-06-16netfilter: ipt_ecn: fix protocol check in ecn_mt_check()Patrick McHardy1-3/+1
2011-06-16netfilter: ip_tables: fix compile with debugSebastian Andrzej Siewior1-1/+1
2011-06-11snmp: reduce percpu needs by 50%Eric Dumazet1-29/+23
2011-06-09rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose5-9/+10
2011-06-09ipv4: Fix packet size calculation for raw IPsec packets in __ip_append_dataSteffen Klassert1-3/+3
2011-06-09net: pmtu_expires fixesEric Dumazet1-34/+44
2011-06-08inetpeer: remove unused listEric Dumazet2-221/+73
2011-06-08tcp: RFC2988bis + taking RTT sample from 3WHS for the passive open sideJerry Chu4-25/+39
2011-06-06netfilter: use unsigned variables for packet lengths in ip[6]_queue.Dave Jones1-1/+2
2011-06-06netfilter: nf_conntrack: fix ct refcount leak in l4proto->error()Pablo Neira Ayuso1-1/+1
2011-06-06netfilter: nf_nat: fix crash in nf_nat_csumJulian Anastasov1-1/+1
2011-06-06netfilter: add more values to enum ip_conntrack_infoEric Dumazet6-9/+9
2011-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+11
2011-06-01net/ipv4: Check for mistakenly passed in non-IPv4 addressMarcus Meissner1-0/+3
2011-05-31ip_options_compile: properly handle unaligned pointerChris Metcalf1-7/+8
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-15/+27
2011-05-27inetpeer: fix race in unused_list manipulationsEric Dumazet1-15/+27
2011-05-26Merge branches 'core-fixes-for-linus' and 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2011-05-24igmp: call ip_mc_clear_src() only when we have no users of ip_mc_listVeaceslav Falico1-5/+5
2011-05-24seqlock: Get rid of SEQLOCK_UNLOCKEDEric Dumazet1-1/+1
2011-05-24net: convert %p usage to %pKDan Rosenberg3-5/+5
2011-05-23net: ping: cleanups ping_v4_unhash()Eric Dumazet1-3/+0
2011-05-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+1
2011-05-22Add appropriate <linux/prefetch.h> include for prefetch usersPaul Gortmaker1-0/+1
2011-05-22ipv4: Give backtrace in ip_rt_bug().Dave Jones1-0/+1
2011-05-22ipv4: Include linux/prefetch.h in fib_trie.cDavid S. Miller1-0/+1
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds39-830/+1999
2011-05-19Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-43/+8
2011-05-19ipconfig wait for carrierMicha Nelissen1-13/+22
2011-05-19net: ping: fix the coding styleChangli Gao1-3/+7
2011-05-19net: ping: make local functions staticChangli Gao1-4/+4
2011-05-18ipv4: Pass explicit destination address to rt_bind_peer().David S. Miller3-13/+13
2011-05-18ipv4: Pass explicit destination address to rt_get_peer().David S. Miller1-3/+3
2011-05-18ipv4: Make caller provide flowi4 key to inet_csk_route_req().David S. Miller2-7/+9
2011-05-18ipv4: Kill RT_CACHE_DEBUGDavid S. Miller1-22/+0
2011-05-17ipv4: Don't use enums as bitmasks in ip_fragment.cDavid S. Miller1-6/+4
2011-05-17net: ping: fix build failureVasiliy Kulikov2-12/+13
2011-05-16ipv4: more compliant RFC 3168 supportEric Dumazet1-22/+38
2011-05-16ipv4: Trivial rt->rt_src conversions in net/ipv4/route.cDavid S. Miller1-2/+2
2011-05-16net: ping: dont call udp_ioctl()Eric Dumazet1-19/+0
2011-05-15net: ping: small changesEric Dumazet1-4/+4
2011-05-13ipv4: Remove rt->rt_dst reference from ip_forward_options().David S. Miller1-1/+1
2011-05-13ipv4: Remove route key identity dependencies in ip_rt_get_source().David S. Miller2-16/+20
2011-05-13ipv4: Always call ip_options_build() after rest of IP header is filled in.David S. Miller1-4/+5
2011-05-13ipv4: Kill spurious write to iph->daddr in ip_forward_options().David S. Miller1-1/+0
2011-05-13net: ipv4: add IPPROTO_ICMP socket kindVasiliy Kulikov5-2/+1051
2011-05-12ipv4: Fix 'iph' use before set.David S. Miller1-1/+1
2011-05-12ipv4: Elide use of rt->rt_dst in ip_forward()David S. Miller1-1/+1