aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18Tejun Heo4-54/+62
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet1-3/+3
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert1-3/+3
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2-3/+3
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso2-48/+56
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell1-5/+3
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2-5/+10
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell2-3/+4
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin2-8/+11
2014-08-13net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn1-0/+17
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn1-5/+5
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel1-2/+0
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds1-1/+1
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias1-1/+1
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov1-11/+25
2014-08-06net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn2-9/+11
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds44-1064/+1416
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-31/+16
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-13/+21
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn1-0/+6
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn2-3/+37
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn1-0/+6
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell2-13/+20
2014-08-04tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov1-1/+1
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov2-4/+14
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov2-9/+7
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov1-5/+9
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov2-17/+17
2014-08-02ipv4: remove nested rcu_read_lock/unlockDuan Jiong1-2/+0
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris1-31/+16
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-19/+16
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-12/+0
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore1-3/+3
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong1-1/+1
2014-07-31net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong2-6/+3
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-2/+1
2014-07-31tcp: don't require root to read tcp_metricsBanerjee, Debabrata1-1/+0
2014-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller2-34/+22
2014-07-30tcp: Fix integer-overflow in TCP vegasChristoph Paasch1-1/+2
2014-07-30tcp: Fix integer-overflows in TCP venoChristoph Paasch1-1/+1
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov1-11/+18
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+29
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny1-1/+1
2014-07-29net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi1-1/+1
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong1-9/+27
2014-07-28ip: make IP identifiers less predictableEric Dumazet1-3/+29
2014-07-27inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov1-2/+8
2014-07-27inet: frag: use seqlock for hash rebuildFlorian Westphal2-34/+55