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
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni
2018-09-17udp4: fix IP_CMSG_CHECKSUM for connected socketsPaolo Abeni
2018-09-13gso_segment: Reset skb->mac_len after modifying network headerToke Høiland-Jørgensen
2018-09-12erspan: fix error handling for erspan tunnelHaishuang Yan
2018-09-12erspan: return PACKET_REJECT when the appropriate tunnel is not foundHaishuang Yan
2018-09-12tcp: rate limit synflood warnings furtherWillem de Bruijn
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-09-10ip: frags: fix crash in ip_do_fragment()Taehee Yoo
2018-09-08tcp: really ignore MSG_ZEROCOPY if no SO_ZEROCOPYVincent Whitchurch
2018-09-02igmp: fix incorrect unsolicit report count after link down and upHangbin Liu
2018-09-02igmp: fix incorrect unsolicit report count when join groupHangbin Liu
2018-09-01tcp: do not restart timewait timer on rst receptionFlorian Westphal
2018-08-31netfilter: kconfig: nat related expression depend on nftables coreFlorian Westphal
2018-08-28erspan: set erspan_ver to 1 by default when adding an erspan devXin Long
2018-08-23tcp_bbr: apply PROBE_RTT cwnd cap even if acked==0Kevin Yang
2018-08-23tcp_bbr: in restart from idle, see if we should exit PROBE_RTTKevin Yang
2018-08-23tcp_bbr: add bbr_check_probe_rtt_done() helperKevin Yang
2018-08-23ipv4: tcp: send zero IPID for RST and ACK sent in SYN-RECV and TIME-WAIT stateEric Dumazet
2018-08-19ip_vti: fix a null pointer deferrence when create vti fallback tunnelHaishuang Yan
2018-08-17tcp, ulp: fix leftover icsk_ulp_ops preventing sock from reattachDaniel Borkmann
2018-08-17tcp, ulp: add alias for all ulp modulesDaniel Borkmann
2018-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-08-12ip: process in-order fragments efficientlyPeter Oskolkov
2018-08-12ip: add helpers to process in-order fragments faster.Peter Oskolkov
2018-08-11tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flagYuchung Cheng
2018-08-11tcp: always ACK immediately on hole repairsYuchung Cheng
2018-08-11tcp: avoid resetting ACK timer in DCTCPYuchung Cheng
2018-08-11tcp: mandate a one-time immediate ACKYuchung Cheng
2018-08-11bpf: Enable BPF_PROG_TYPE_SK_REUSEPORT bpf prog in reuseport selectionMartin KaFai Lau
2018-08-11bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORTMartin KaFai Lau
2018-08-06ipv4: frags: precedence bug in ip_expire()Dan Carpenter
2018-08-06ip: use rb trees for IP frag queue.Peter Oskolkov
2018-08-06ip: discard IPv4 datagrams with overlapping segments.Peter Oskolkov
2018-08-04tcp: remove unneeded variable 'err'YueHaibing
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun
2018-08-01tcp: add stat of data packet reordering eventsWei Wang
2018-08-01tcp: add dsack blocks received statsWei Wang
2018-08-01tcp: add data bytes retransmitted statsWei Wang
2018-08-01tcp: add data bytes sent statsWei Wang
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata
2018-08-01net: add helpers checking if socket can be bound to nonlocal addressVincent Bernat
2018-08-01ipv4: frags: handle possible skb truesize changeEric Dumazet
2018-08-01inet: frag: enforce memory limits earlierEric Dumazet
2018-07-30net: simplify sock_poll_waitChristoph Hellwig
2018-07-29route: add support for directed broadcast forwardingXin Long
2018-07-29tcp_bbr: fix bw probing to raise in-flight data for very small BDPsNeal Cardwell