summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-18161-539/+2139
|\
| * Merge branch 'tcp-fixes'David S. Miller2019-06-1712-9/+58
| |\
| | * tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-161-0/+1
| | * tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-165-2/+22
| | * tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-163-0/+7
| | * tcp: limit payload size of sacked skbsEric Dumazet2019-06-165-9/+30
| * | lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-171-0/+1
| * | tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-171-0/+1
| * | ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-161-0/+2
| * | neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
| * | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| * | hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| * | be2net: Fix number of Rx queues used for flow hashingIvan Vecera2019-06-161-1/+1
| * | net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-1614-95/+188
| |\
| | * bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-161-16/+84
| | * bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | * bpf, x64: fix stack layout of JITed bpf codeAlexei Starovoitov2019-06-151-53/+21
| | * bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-06-151-0/+4
| | * bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-06-151-0/+1
| | * bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-06-151-2/+2
| | * Merge branch 'bpf-ppc-div-fix'Daniel Borkmann2019-06-134-9/+16
| | |\
| | | * powerpc/bpf: use unsigned division instruction for 64-bit operationsNaveen N. Rao2019-06-133-5/+6
| | | * bpf: fix div64 overflow tests to properly detect errorsNaveen N. Rao2019-06-131-4/+10
| | |/
| | * bpf: sync BPF_FIB_LOOKUP flag changes with BPF uapiMartynas Pumputis2019-06-131-2/+2
| | * bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis2019-06-131-2/+2
| | * xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
| | * bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
| | * bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-112-5/+45
| * | Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller2019-06-161-1/+0
| * | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| * | net: dsa: rtl8366: Fix up VLAN filteringLinus Walleij2019-06-151-3/+4
| * | net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei2019-06-151-0/+1
| * | Merge branch 'tcp-add-three-static-keys'David S. Miller2019-06-159-29/+68
| |\ \
| | * | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-153-1/+12
| | * | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-152-1/+11
| | * | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-153-4/+19
| | * | sysctl: define proc_do_static_key()Eric Dumazet2019-06-154-23/+26
| |/ /
| * | hv_netvsc: Set probe mode to syncHaiyang Zhang2019-06-151-1/+1
| * | net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov2019-06-151-16/+18
| * | net: dsa: fix warning same module namesAnders Roxell2019-06-155-5/+5
| * | sctp: Free cookie before we memdup a new oneNeil Horman2019-06-151-0/+8
| * | net: dsa: microchip: Don't try to read stats for unused portsRobert Hancock2019-06-151-0/+3
| * | Merge branch 'qmi_wwan-fix-QMAP-handling'David S. Miller2019-06-152-16/+91
| |\ \
| | * | qmi_wwan: extend permitted QMAP mux_id value rangeReinhard Speyerer2019-06-152-4/+4
| | * | qmi_wwan: avoid RCU stalls on device disconnect when in QMAP modeReinhard Speyerer2019-06-151-4/+7
| | * | qmi_wwan: add network device usage statistics for qmimux devicesReinhard Speyerer2019-06-151-5/+71
| | * | qmi_wwan: add support for QMAP padding in the RX pathReinhard Speyerer2019-06-151-3/+9
| |/ /
| * | Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-06-1416-40/+156
| |\ \
| | * | cfg80211: report measurement start TSF correctlyAvraham Stern2019-06-141-2/+2