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-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
2018-07-29ipv4: remove BUG_ON() from fib_compute_spec_dstLorenzo Bianconi
2018-07-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2018-07-26net: igmp: make function __ip_mc_inc_group() staticWei Yongjun
2018-07-26tcp: make function tcp_retransmit_stamp() staticWei Yongjun
2018-07-26tcp: ack immediately when a cwr packet arrivesLawrence Brakmo
2018-07-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-07-25ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pullWillem de Bruijn
2018-07-25net: remove blank lines at end of fileStephen Hemminger
2018-07-25bpfilter: remove trailing newlineStephen Hemminger
2018-07-23tcp: add tcp_ooo_try_coalesce() helperEric Dumazet
2018-07-23tcp: call tcp_drop() from tcp_data_queue_ofo()Eric Dumazet
2018-07-23tcp: detect malicious patterns in tcp_collapse_ofo_queue()Eric Dumazet
2018-07-23tcp: avoid collapses in tcp_prune_queue() if possibleEric Dumazet
2018-07-23tcp: free batches of packets in tcp_prune_ofo_queue()Eric Dumazet
2018-07-23ip: hash fragments consistentlyPaolo Abeni
2018-07-22multicast: do not restore deleted record source filter mode to new oneHangbin Liu
2018-07-22multicast: remove useless parameter for group addHangbin Liu
2018-07-21tcp: Add tcp_clamp_rto_to_user_timeout() helper to improve accuracyJon Maxwell
2018-07-21tcp: Add tcp_retransmit_stamp() helper routineJon Maxwell
2018-07-21tcp: convert icsk_user_timeout from jiffies to msecsJon Maxwell
2018-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller