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
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-04-14netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng
2017-04-10tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-04-06tcp: fix reordering SNMP under-countingYuchung Cheng
2017-04-06tcp: fix lost retransmit SNMP under-countingYuchung Cheng
2017-04-04tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner
2017-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-28net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland
2017-03-27netfilter: nf_nat_snmp: Fix panic when snmp_trap_helper fails to registerGao Feng
2017-03-27netfilter: invoke synchronize_rcu after set the _hook_ to NULLLiping Zhang
2017-03-25ping: implement proper lockingEric Dumazet
2017-03-23inet: frag: release spinlock before calling icmp_send()Eric Dumazet
2017-03-23tcp: initialize icsk_ack.lrcvtime at session start timeEric Dumazet
2017-03-23ipv4: provide stronger user input validation in nl_fib_input()Eric Dumazet
2017-03-17tcp: tcp_get_info() should read tcp_time_stamp laterEric Dumazet
2017-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-14dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-13netfilter: nf_tables: fix mismatch in big-endian systemLiping Zhang
2017-03-10udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev
2017-03-10net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-10net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-03-08netfilter: don't track fragmented packetsFlorian Westphal
2017-03-08tcp: fix various issues for sockets morphing to listen stateEric Dumazet
2017-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-03tcp: fix potential double free issue for fastopen_reqWei Wang
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02tcp/dccp: block BH for SYN processingEric Dumazet
2017-03-01net: route: add missing nla_policy entry for RTA_MARK attributeLiping Zhang
2017-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-02-28netfilter: use skb_to_full_sk in ip_route_me_harderFlorian Westphal
2017-02-28lib/vsprintf.c: remove %Z supportAlexey Dobriyan
2017-02-26ipv4: mask tos for input routeJulian Anastasov
2017-02-26ipv4: add missing initialization for flowi4_uidJulian Anastasov
2017-02-23tcp: account for ts offset only if tsecr not zeroAlexey Kodanev
2017-02-23tcp: setup timestamp offset when write_seq already setAlexey Kodanev
2017-02-21tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"Eric Dumazet
2017-02-21ip: fix IP_CHECKSUM handlingPaolo Abeni
2017-02-17tcp: use page_ref_inc() in tcp_sendmsg()Eric Dumazet
2017-02-17tcp: accommodate sequence number to a peer's shrunk receive window caused by ...Cui, Cheng
2017-02-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-02-15esp: Add a software GRO codepathSteffen Klassert
2017-02-15net: Add a skb_gro_flush_final helper.Steffen Klassert
2017-02-15tcp: tcp_probe: use spin_lock_bh()Eric Dumazet
2017-02-14NET: Fix /proc/net/arp for AX.25Ralf Baechle