aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-01net: adjust array indexJulia Lawall1-1/+1
2011-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+8
2011-07-26atomic: use <linux/atomic.h>Arun Sharma2-2/+2
2011-07-25IPv4: Send gratuitous ARP for secondary IP addresses alsoZoltan Kiss1-8/+8
2011-07-23gre: fix improper error handlingxeb@mail.ru1-15/+6
2011-07-23ipv4: use RT_TOS after some rt_tos conversionsJulian Anastasov2-2/+2
2011-07-22icmp: Fix regression in nexthop resolution during replies.David S. Miller1-6/+8
2011-07-21ipv4: Constrain UFO fragment sizes to multiples of 8 bytesBill Sommerfeld1-3/+3
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-2/+5
2011-07-21lro: do vlan cleanupJiri Pirko1-28/+11
2011-07-21lro: kill lro_vlan_hwaccel_receive_fragsJiri Pirko1-20/+0
2011-07-21lro: kill lro_vlan_hwaccel_receive_skbJiri Pirko1-15/+0
2011-07-18ipv4: save cpu cycles from check_leaf()Eric Dumazet1-6/+6
2011-07-18net: Add ->neigh_lookup() operation to dst_opsDavid S. Miller1-7/+19
2011-07-17net: Abstract dst->neighbour accesses behind helpers.David S. Miller3-14/+15
2011-07-17neigh: Pass neighbour entry to output ops.David S. Miller1-3/+3
2011-07-16neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-5/+1
2011-07-16neigh: Kill hh_cache->hh_outputDavid S. Miller1-3/+3
2011-07-16neigh: Kill neigh_ops->hh_outputDavid S. Miller1-4/+0
2011-07-16net: Create and use new helper, neigh_output().David S. Miller1-7/+3
2011-07-16ipv4: Use calculated 'neigh' instead of re-evaluating dst->neighbourDavid S. Miller1-1/+1
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-16/+4
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller2-8/+13
2011-07-13ipv4: Inline neigh binding.David Miller2-27/+27
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet1-5/+9
2011-07-11ipv4: Use universal hash for ARP.David S. Miller1-2/+1
2011-07-07net: refine {udp|tcp|sctp}_mem limitsEric Dumazet2-16/+4
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller6-61/+46
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller1-2/+3
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner1-1/+3
2011-07-01xfrm4: Don't call icmp_send on local errorSteffen Klassert1-1/+6
2011-07-01ipv4: Don't use ufo handling on later transformed packetsSteffen Klassert1-1/+1
2011-07-01ipv4: Reduce switch/case indentJoe Perches2-32/+32
2011-07-01netfilter: Reduce switch/case indentJoe Perches2-119/+117
2011-07-01ipconfig: Reduce switch/case indentJoe Perches1-35/+38
2011-06-29netfilter: Fix ip_route_me_harder triggering ip_rt_bugJulian Anastasov2-48/+26
2011-06-27ipv4: Fix IPsec slowpath fragmentation problemSteffen Klassert1-5/+5
2011-06-27ipv4: Fix packet size calculation in __ip_append_dataSteffen Klassert1-5/+2
2011-06-21udp/recvmsg: Clear MSG_TRUNC flag when starting over for a new packetXufeng Zhang1-0/+3
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker6-7/+7
2011-06-21udp: add tracepoints for queueing skb to rcvbufSatoru Moriya1-0/+2
2011-06-21Remove redundant linux/version.h includes from net/Jesper Juhl1-1/+0
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller17-68/+78
2011-06-20ipv4, ping: Remove duplicate icmp.h includeJesper Juhl1-1/+0
2011-06-18ipv4: fix multicast lossesEric Dumazet1-3/+1
2011-06-17inet_diag: fix inet_diag_bc_audit()Eric Dumazet1-8/+6
2011-06-17net: rfs: enable RFS before first data packet is receivedEric Dumazet2-0/+2
2011-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller4-7/+9
2011-06-16netfilter: nf_nat: avoid double seq_adjust for loopbackJulian Anastasov1-1/+3
2011-06-16netfilter: fix looped (broad|multi)cast's MAC handlingNicolas Cavallari1-1/+2