aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-19tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen1-0/+3
2010-07-15ipmr: Don't leak memory if fib lookup fails.Ben Greear1-2/+6
2010-07-14rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao1-0/+1
2010-07-04xfrm: fix xfrm by MARK logicPeter Kosyh1-0/+2
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu1-3/+6
2010-06-07ipmr: dont corrupt listsEric Dumazet1-1/+3
2010-06-04tcp: use correct net ns in cookie_v4_check()Eric Dumazet1-1/+1
2010-06-04rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet1-3/+4
2010-06-04syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal1-5/+5
2010-06-02TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera1-2/+2
2010-05-31net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches1-2/+2
2010-05-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6David S. Miller1-1/+1
2010-05-31net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet1-4/+2
2010-05-31netfilter: xtables: stackptr should be percpuEric Dumazet1-1/+1
2010-05-31Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-4/+4
2010-05-29net: fix sk_forward_alloc corruptionsEric Dumazet1-0/+2
2010-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-7/+9
2010-05-27net: fix lock_sock_bh/unlock_sock_bhEric Dumazet1-6/+8
2010-05-26ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter1-1/+1
2010-05-25kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MINAlexey Dobriyan1-4/+4
2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds58-1001/+1277
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches5-7/+0
2010-05-17net: Introduce skb_tunnel_rx() helperEric Dumazet3-18/+6
2010-05-17tcp: tcp_synack_options() fix Eric Dumazet1-5/+4
2010-05-17net: Remove unnecessary semicolons after switch statementsJoe Perches2-3/+4
2010-05-17net: No dst refcounting in ip_queue_xmit()Eric Dumazet1-2/+7
2010-05-17net: Use ip_route_input_noref() in input pathEric Dumazet3-5/+5
2010-05-17net: implements ip_route_input_noref()Eric Dumazet1-5/+10
2010-05-17net: add a noref bit on skb dstEric Dumazet4-11/+12
2010-05-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-10/+24
2010-05-16net: Introduce sk_route_nocapsEric Dumazet2-4/+4
2010-05-16tcp: fix MD5 (RFC2385) supportEric Dumazet1-10/+24
2010-05-15net: reserve ports for applications using fixed port numbersAmerigo Wang5-2/+34
2010-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller21-166/+130
2010-05-13netfilter: remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-05-13netfilter: cleanup printk messagesStephen Hemminger7-27/+27
2010-05-13netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2-12/+2
2010-05-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-7/+8
2010-05-11Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy15-126/+101
2010-05-11netfilter: xtables: combine built-in extension structsJan Engelhardt2-58/+48
2010-05-11netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt4-10/+9
2010-05-11netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt4-6/+5
2010-05-11netfilter: xtables: substitute temporary defines by final nameJan Engelhardt15-18/+19
2010-05-11netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2-25/+23
2010-05-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy15-178/+192
2010-05-10net: Fix FDDI and TR config checks in ipv4 arp and LLC.David S. Miller1-3/+3
2010-05-10IPv4: unresolved multicast route cleanupAndreas Meissner1-1/+2
2010-05-08ipv4: remove ip_rt_secret timer (v4)Neil Horman1-100/+8
2010-05-06ipv4: udp: fix short packet and bad checksum loggingBjørn Mork1-3/+3