aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cubic.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet5-2/+22
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet3-0/+7
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet5-9/+30
2019-06-15Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller1-1/+0
2019-06-15bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-15net: dsa: rtl8366: Fix up VLAN filteringLinus Walleij1-3/+4
2019-06-15net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei1-0/+1
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet3-1/+12
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet2-1/+11
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet3-4/+19
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet4-23/+26
2019-06-14hv_netvsc: Set probe mode to syncHaiyang Zhang1-1/+1
2019-06-14net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov1-16/+18
2019-06-14net: dsa: fix warning same module namesAnders Roxell5-5/+5
2019-06-14sctp: Free cookie before we memdup a new oneNeil Horman1-0/+8
2019-06-14net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock1-0/+3
2019-06-14qmi_wwan: extend permitted QMAP mux_id value rangeReinhard Speyerer2-4/+4
2019-06-14qmi_wwan: avoid RCU stalls on device disconnect when in QMAP modeReinhard Speyerer1-4/+7
2019-06-14qmi_wwan: add network device usage statistics for qmimux devicesReinhard Speyerer1-5/+71
2019-06-14qmi_wwan: add support for QMAP padding in the RX pathReinhard Speyerer1-3/+9
2019-06-14bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov1-53/+21
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita1-0/+4
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita1-0/+1
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita1-2/+2
2019-06-14net: phylink: further mac_config documentation improvementsRussell King - ARM Linux admin1-1/+12
2019-06-14nfc: Ensure presence of required attributes in the deactivate_target handlerYoung Xiao1-1/+2
2019-06-14cfg80211: report measurement start TSF correctlyAvraham Stern1-2/+2
2019-06-14cfg80211: fix memory leak of wiphy device nameEric Biggers1-1/+1
2019-06-14cfg80211: util: fix bit count off by oneMordechay Goodstein1-1/+1
2019-06-14mac80211: do not start any work during reconfigure flowNaftali Goldstein2-0/+11
2019-06-14cfg80211: use BIT_ULL in cfg80211_parse_mbssid_data()Luca Coelho1-2/+2
2019-06-14mac80211: only warn once on chanctx_conf being NULLYibo Zhao1-1/+1
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-06-13powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao3-5/+6
2019-06-13bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao1-4/+10
2019-06-13bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis1-2/+2
2019-06-13bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis1-2/+2
2019-06-12net: mvpp2: prs: Use the correct helpers when removing all VID filtersMaxime Chevallier1-2/+4
2019-06-12net: mvpp2: prs: Fix parser range for VID filteringMaxime Chevallier1-9/+8
2019-06-12mlxsw: spectrum: Disallow prio-tagged packets when PVID is removedIdo Schimmel1-1/+1
2019-06-12mlxsw: spectrum_buffers: Reduce pool size on Spectrum-2Petr Machata1-2/+2
2019-06-12selftests: tc_flower: Add TOS matching testJiri Pirko1-1/+35
2019-06-12mlxsw: spectrum_flower: Fix TOS matchingJiri Pirko1-2/+2
2019-06-12selftests: mlxsw: Test nexthop offload indicationIdo Schimmel1-0/+47
2019-06-12mlxsw: spectrum_router: Refresh nexthop neighbour when it becomes deadIdo Schimmel1-3/+70
2019-06-12mlxsw: spectrum: Use different seeds for ECMP and LAG hashIdo Schimmel1-1/+4
2019-06-12net: tls, correctly account for copied bytes with multiple sk_msgsJohn Fastabend1-1/+0
2019-06-12vrf: Increment Icmp6InMsgs on the original netdevStephen Suryaputra3-8/+29