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
2015-03-09ip: fix error queue empty skb handlingWillem de Bruijn
2015-03-06tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet
2015-03-06ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-03udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-02-23tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2015-02-15net: spelling fixesStephen Hemminger
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-02-13memcg: cleanup static keys decrementVladimir Davydov
2015-02-12Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-02-12mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner
2015-02-12gue: Use checksum partial with remote checksum offloadTom Herbert
2015-02-12net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert
2015-02-12udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert
2015-02-12net: Fix remcsum in GRO path to not change packetTom Herbert
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2015-02-10ipv4: Namespecify TCP PMTU mechanismFan Du
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-10tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng
2015-02-09net: rfs: add hash collision detectionEric Dumazet
2015-02-09gre/ipip: use be16 variants of netlink functionsSabrina Dubroca
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell
2015-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-02-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2015-02-05tcp: do not pace pure ack packetsEric Dumazet
2015-02-05net: add skb functions to process remote checksum offloadTom Herbert
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro
2015-02-03net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal
2015-02-03net-timestamp: no-payload optionWillem de Bruijn
2015-02-02ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-01ipv4: icmp: use percpu allocationEric Dumazet
2015-02-01tcp: use SACK RTTs for CCKenneth Klette Jonassen
2015-01-31net: mark some potential candidates __read_mostlyDaniel Borkmann
2015-01-30ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei
2015-01-29tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-01-29openvswitch: Add support for checksums on UDP tunnels.Jesse Gross
2015-01-29tcp: fix timing issue in CUBIC slope calculationNeal Cardwell
2015-01-29tcp: fix stretch ACK bugs in CUBICNeal Cardwell
2015-01-29tcp: fix stretch ACK bugs in RenoNeal Cardwell
2015-01-29tcp: fix the timid additive increase on stretch ACKsNeal Cardwell
2015-01-29tcp: stretch ACK fixes prepNeal Cardwell
2015-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller