aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-05ip_tunnel: Set network header properly for IP_ECN_decapsulate()Ying Cai1-0/+2
2014-04-30tcp_cubic: fix the range of delayed_ackLiu Yu1-1/+1
2014-04-30tcp: increment retransmit counters in tlp and fast openEric Dumazet1-7/+7
2014-04-16ip_tunnel: use the right netns in ioctl handlerNicolas Dichtel1-8/+7
2014-04-16ipv4, route: pass 0 instead of LOOPBACK_IFINDEX to fib_validate_source()Cong Wang1-2/+1
2014-04-16ipv4, fib: pass LOOPBACK_IFINDEX instead of 0 to flowi4_iifCong Wang4-6/+4
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet5-12/+11
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet2-3/+4
2014-04-13ipv4: return valid RTA_IIF on ip route getJulian Anastasov1-1/+1
2014-04-13net: ipv4: current group_info should be put after using.Wang, Xiaoming1-4/+11
2014-04-12vti: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-12gre: don't allow to add the same tunnel twiceNicolas Dichtel1-1/+1
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller3-7/+7
2014-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-4/+8
2014-04-07net: replace __this_cpu_inc in route.c with raw_cpu_incChristoph Lameter1-1/+1
2014-04-05netfilter: Can't fail and free after table replacementThomas Graf2-4/+8
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+2
2014-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-4/+10
2014-03-28tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet1-1/+1
2014-03-27tcp: tcp_make_synack() minor changesEric Dumazet1-2/+2
2014-03-26tcp: delete unused parameter in tcp_nagle_check()Peter Pan(潘卫平)1-3/+3
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar3-3/+9
2014-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2014-03-24ipv4: remove ip_rt_dump from route.cLi RongQing2-6/+1
2014-03-24ipv4: remove ipv4_ifdown_dst from route.cLi RongQing1-6/+0
2014-03-20ipmr: fix mfc notification flagsNicolas Dichtel1-5/+8
2014-03-20net: remove empty lines from tcp_syn_flood_actionDaniel Baluta1-2/+0
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-1/+13
2014-03-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2-4/+4
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+14
2014-03-14xfrm: Introduce xfrm_input_afinfo to access the the callbacks properlySteffen Klassert2-1/+13
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet1-0/+11
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet2-0/+7
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet1-0/+2
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal1-1/+1
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller1-2/+2
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-69/+81
2014-03-05net: fix for a race condition in the inet frag codeNikolay Aleksandrov1-1/+2
2014-03-03tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng5-3/+18
2014-03-03ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0
2014-03-03tcp: fix bogus RTT on special retransmissionYuchung Cheng2-4/+10
2014-02-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller9-172/+575
2014-02-26tcp: switch rtt estimations to usec resolutionEric Dumazet14-160/+158
2014-02-26ipv4: yet another new IP_MTU_DISCOVER option IP_PMTUDISC_OMITHannes Frederic Sowa2-7/+4
2014-02-26ipv4: use ip_skb_dst_mtu to determine mtu in ip_fragmentHannes Frederic Sowa1-2/+1
2014-02-26net: tcp: add mib counters to track zero window transitionsFlorian Westphal2-1/+14
2014-02-26net: tcp: use NET_INC_STATS()Eric Dumazet1-2/+2
2014-02-25ipv4: ipv6: better estimate tunnel header cut for correct ufo handlingHannes Frederic Sowa1-2/+5