Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-08-07tcp: md5: check md5 signature without socket lockDmitry Popov
2014-08-07net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-06net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn
2014-08-06net-timestamp: TCP timestampingWillem de Bruijn
2014-08-06net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-06tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-08-05tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-08-03inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-03inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov
2014-08-03inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov
2014-08-03inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-08-03ipv4: remove nested rcu_read_lock/unlockDuan Jiong
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-08-01net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-08-01net: fix the counter ICMP_MIB_INERRORS/ICMP6_MIB_INERRORSDuan Jiong
2014-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-08-01tcp: don't require root to read tcp_metricsBanerjee, Debabrata
2014-07-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2014-07-31tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-07-31tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-07-31ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-30ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny
2014-07-30net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-30net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong
2014-07-29ip: make IP identifiers less predictableEric Dumazet
2014-07-28inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov
2014-07-28inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-28inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-28inet: frag: remove lru listFlorian Westphal
2014-07-28inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-28inet: frag: move eviction of queues to work queueFlorian Westphal
2014-07-28inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-28inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-28inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi
2014-07-25igmp: remove exceptional & on function nameHimangi Saraogi
2014-07-24ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage
2014-07-24sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-22ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet