summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2008-07-06net: add fib_rules_ops to flush_cache methodDenis V. Lunev1-2/+2
2008-07-06netns: add namespace parameter to rt_cache_flushDenis V. Lunev7-23/+26
2008-07-03Merge branch 'net-next-2.6-v6ready-20080703' of git://git.linux-ipv6.org/gitr...David S. Miller2-6/+27
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen2-6/+27
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov3-22/+46
2008-07-02icmp: fix units for ratelimitStephen Hemminger1-1/+2
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller5-13/+23
2008-06-28net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-2/+1
2008-06-28inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov2-5/+13
2008-06-28tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger1-3/+3
2008-06-28tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-20net: Discard and warn about LRO'd skbs received for forwardingBen Hutchings1-0/+3
2008-06-20net: Disable LRO on devices that are forwardingBen Hutchings1-5/+16
2008-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-3/+2
2008-06-18udp: sk_drops handlingEric Dumazet2-5/+8
2008-06-18xfrm: fix fragmentation for ipv4 xfrm tunnelSteffen Klassert1-1/+1
2008-06-18netfilter: nf_nat: fix RCU racesPatrick McHardy1-2/+1
2008-06-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-8/+4
2008-06-17inet: add struct net argument to inet_ehashfnPavel Emelyanov1-3/+3
2008-06-17inet: add struct net argument to inet_lhashfnPavel Emelyanov1-1/+1
2008-06-17inet: add struct net argument to inet_bhashfnPavel Emelyanov3-8/+15
2008-06-17udp: add struct net argument to udp_hashfnPavel Emelyanov1-6/+6
2008-06-17udp: provide a struct net pointer for __udp[46]_lib_mcast_deliverPavel Emelyanov1-3/+6
2008-06-17udp: introduce a udp_hashfn functionPavel Emelyanov1-6/+6
2008-06-17ipv4: Remove unused definitions in net/ipv4/tcp_ipv4.c.Rami Rosen1-4/+0
2008-06-17raw: Restore /proc/net/raw correct behaviorEric Dumazet1-1/+1
2008-06-17tcp: Revert reset of deferred accept changes in 2.6.26David S. Miller1-3/+3
2008-06-15net: change proto destroy method to return voidBrian Haley4-8/+4
2008-06-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-92/+51
2008-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-88/+31
2008-06-13tcp: Revert 'process defer accept as established' changes.David S. Miller6-88/+31
2008-06-12Merge branch 'net-next-2.6-misc-20080612a' of git://git.linux-ipv6.org/gitroo...David S. Miller4-133/+144
2008-06-12net: remove CVS keywordsAdrian Bunk59-118/+0
2008-06-11tcp md5sig: Let the caller pass appropriate key for tcp_v{4,6}_do_calc_md5_ha...YOSHIFUJI Hideaki1-30/+20
2008-06-11tcp md5sig: Share most of hash calcucaltion bits between IPv4 and IPv6.YOSHIFUJI Hideaki2-48/+74
2008-06-11tcp md5sig: Remove redundant protocol argument.YOSHIFUJI Hideaki2-14/+9
2008-06-11tcp md5sig: Share MD5 Signature option parser between IPv4 and IPv6.YOSHIFUJI Hideaki2-41/+41
2008-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds3-4/+6
2008-06-11net: Fix routing tables with id > 255 for legacy softwareKrzysztof Piotr Oledzki1-1/+4
2008-06-11ipv4 addr: Send netlink notification for address label changesThomas Graf1-1/+3
2008-06-10inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2-3/+2
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller9-27/+45
2008-06-10netfilter: {ip,ip6,nfnetlink}_queue: misc cleanupsRami Rosen1-3/+0
2008-06-10netfilter: nf_conntrack: properly account terminating packetsFabian Hugelshofer1-1/+1
2008-06-10netfilter: nf_conntrack: add nf_ct_kill()Patrick McHardy1-3/+2
2008-06-10netfilter: ip_tables: add iptables security table for mandatory access contro...James Morris3-0/+193
2008-06-06asn1: additional sanity checking during BER decodingChris Wright1-0/+14
2008-06-05tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila1-1/+8
2008-06-05tcp: Increment OUTRSTS in tcp_send_active_reset()Sridhar Samudrala1-0/+2
2008-06-05raw: Raw socket leak.Denis V. Lunev1-0/+9