aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-24net/ipv4/ipconfig: Rejoin broken lines in console outputGeert Uytterhoeven1-10/+9
2015-11-23net: ipmr: factor out common vif init codeNikolay Aleksandrov1-21/+19
2015-11-23net: ipmr: rearrange and cleanup setsockoptNikolay Aleksandrov1-84/+107
2015-11-23net: ipmr: drop ip_mr_init() mrt_cachep null check as we'll panic if it failsNikolay Aleksandrov1-2/+0
2015-11-23net: ipmr: drop an instance of CONFIG_IP_MROUTE_MULTIPLE_TABLESNikolay Aleksandrov1-2/+2
2015-11-23net: ipmr: make ip_mroute_getsockopt more understandableNikolay Aleksandrov1-14/+14
2015-11-23net: ipmr: fix code and comment styleNikolay Aleksandrov1-105/+37
2015-11-23net: ipmr: remove some pimsm ifdefs and simplifyNikolay Aleksandrov1-96/+84
2015-11-23net: ipmr: always define mroute_reg_vif_numNikolay Aleksandrov1-8/+0
2015-11-23net: ipmr: move the tbl id check in ipmr_new_tableNikolay Aleksandrov1-11/+17
2015-11-18net ipv4: use preferred log methodsBastian Stender4-59/+44
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox1-3/+5
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet4-19/+22
2015-11-09netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham1-1/+1
2015-11-05tcp: use correct req pointer in tcp_move_syn() callsEric Dumazet1-1/+1
2015-11-05ipv4: use sk_fullsock() in ipv4_conntrack_defrag()Eric Dumazet1-3/+2
2015-11-05tcp: fix req->saved_syn raceEric Dumazet2-3/+2
2015-11-04net: Fix prefsrc lookupsDavid Ahern1-3/+10
2015-11-04ipv4: fix a potential deadlock in mcast getsockopt() pathWANG Cong2-23/+34
2015-11-04ipv4: disable BH when changing ip local port rangeWANG Cong1-2/+2
2015-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-12/+25
2015-11-02net: fix percpu memory leaksEric Dumazet2-9/+9
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet1-3/+1
2015-11-02ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context.Ani Sinha1-3/+3
2015-11-02ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni1-1/+2
2015-11-01ipv4: update RTNH_F_LINKDOWN flag on UP eventJulian Anastasov1-0/+7
2015-11-01ipv4: fix to not remove local route on link downJulian Anastasov2-9/+15
2015-11-01ipv4: add defensive check for CHECKSUM_PARTIAL skbs in ip_fragmentHannes Frederic Sowa1-3/+5
2015-11-01ipv4: no CHECKSUM_PARTIAL on MSG_MORE corked socketsHannes Frederic Sowa1-0/+1
2015-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2015-10-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller1-13/+37
2015-10-27fib_trie: leaf_walk_rcu should not compute key if key is less than pn->keyAlexander Duyck1-1/+1
2015-10-26ipv6: gre: support SIT encapsulationEric Dumazet1-1/+2
2015-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-14/+43
2015-10-23tcp/dccp: fix hashdance race for passive sessionsEric Dumazet6-32/+65
2015-10-23ipv4: implement support for NOPREFIXROUTE ifa flag for ipv4 addressPaolo Abeni1-6/+8
2015-10-23tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker1-1/+1
2015-10-23xfrm4: Reload skb header pointers after calling pskb_may_pull.Steffen Klassert1-7/+26
2015-10-23xfrm4: Fix header checks in _decode_session4.Steffen Klassert1-5/+10
2015-10-22openvswitch: Fix egress tunnel info.Pravin B Shelar1-9/+37
2015-10-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-0/+2
2015-10-21tcp: remove improper preemption check in tcp_xmit_probe_skb()Renato Westphal1-1/+1
2015-10-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-3/+2
2015-10-21netlink: Rightsize IFLA_AF_SPEC size calculationArad, Ronen1-2/+2
2015-10-21tcp: use RACK to detect lossesYuchung Cheng3-2/+91
2015-10-21tcp: track the packet timings in RACKYuchung Cheng4-0/+49
2015-10-21tcp: add tcp_tsopt_ecr_before helperYuchung Cheng1-2/+7
2015-10-21tcp: remove tcp_mark_lost_retrans()Yuchung Cheng2-71/+0
2015-10-21tcp: track min RTT using windowed min-filterYuchung Cheng4-5/+82
2015-10-21tcp: apply Kern's check on RTTs used for congestion controlYuchung Cheng1-4/+1