summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* tcp: fix crash in tcp_xmit_retransmit_queueIlpo Järvinen2010-07-191-0/+3
* ipmr: Don't leak memory if fib lookup fails.Ben Greear2010-07-151-2/+6
* rfs: call sock_rps_record_flow() in tcp_splice_read()Changli Gao2010-07-141-0/+1
* xfrm: fix xfrm by MARK logicPeter Kosyh2010-07-041-0/+2
* udp: Fix bogus UFO packet generationHerbert Xu2010-06-211-3/+6
* ipmr: dont corrupt listsEric Dumazet2010-06-071-1/+3
* tcp: use correct net ns in cookie_v4_check()Eric Dumazet2010-06-041-1/+1
* rps: tcp: fix rps_sock_flow_table table updatesEric Dumazet2010-06-041-3/+4
* syncookies: remove Kconfig text line about disabled-by-defaultFlorian Westphal2010-06-041-5/+5
* TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera2010-06-021-2/+2
* net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches2010-05-311-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-311-1/+1
|\
| * netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-311-1/+1
* | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-05-311-4/+2
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-311-4/+4
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-05-282-7/+9
| |\
| * | kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-4/+4
* | | net: fix sk_forward_alloc corruptionsEric Dumazet2010-05-291-0/+2
| |/ |/|
* | net: fix lock_sock_bh/unlock_sock_bhEric Dumazet2010-05-271-6/+8
* | ipmr: off by one in __ipmr_fill_mroute()Dan Carpenter2010-05-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-05-2058-1001/+1277
|\
| * net: Remove unnecessary returns from void function()sJoe Perches2010-05-175-7/+0
| * net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-173-18/+6
| * tcp: tcp_synack_options() fix Eric Dumazet2010-05-171-5/+4
| * net: Remove unnecessary semicolons after switch statementsJoe Perches2010-05-172-3/+4
| * net: No dst refcounting in ip_queue_xmit()Eric Dumazet2010-05-171-2/+7
| * net: Use ip_route_input_noref() in input pathEric Dumazet2010-05-173-5/+5
| * net: implements ip_route_input_noref()Eric Dumazet2010-05-171-5/+10
| * net: add a noref bit on skb dstEric Dumazet2010-05-174-11/+12
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-161-10/+24
| |\
| * | net: Introduce sk_route_nocapsEric Dumazet2010-05-162-4/+4
| * | net: reserve ports for applications using fixed port numbersAmerigo Wang2010-05-155-2/+34
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-05-1321-166/+130
| |\ \
| | * | netfilter: remove unnecessary returns from void function()sJoe Perches2010-05-131-1/+0
| | * | netfilter: cleanup printk messagesStephen Hemminger2010-05-137-27/+27
| | * | netfilter: change NF_ASSERT to WARN_ONStephen Hemminger2010-05-132-12/+2
| | * | Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy2010-05-1115-126/+101
| | |\ \
| | | * | netfilter: xtables: combine built-in extension structsJan Engelhardt2010-05-112-58/+48
| | | * | netfilter: xtables: change hotdrop pointer to direct modificationJan Engelhardt2010-05-114-10/+9
| | | * | netfilter: xtables: deconstify struct xt_action_param for matchesJan Engelhardt2010-05-114-6/+5
| | | * | netfilter: xtables: substitute temporary defines by final nameJan Engelhardt2010-05-1115-18/+19
| | | * | netfilter: xtables: combine struct xt_match_param and xt_target_paramJan Engelhardt2010-05-112-25/+23
| | | * | netfilter: xtables: dissolve do_match functionJan Engelhardt2010-05-021-17/+5
| | | * | netfilter: ip_tables: fix compilation when debug is enabledJan Engelhardt2010-05-021-2/+2
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-123-7/+8
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy2010-05-1015-178/+192
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | ipv4: remove ip_rt_secret timer (v4)Neil Horman2010-05-081-100/+8
| | * | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-05-021-11/+5
| | |\ \ \
| | * | | | net: ip_queue_rcv_skb() helperEric Dumazet2010-04-284-2/+19
| | * | | | net: speedup udp receive pathEric Dumazet2010-04-281-6/+6