summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-18tcp: add tcp_comp_sack_nr sysctlEric Dumazet1-0/+1
2018-05-18tcp: add tcp_comp_sack_delay_ns sysctlEric Dumazet1-0/+1
2018-05-18tcp: add TCPAckCompressed SNMP counterEric Dumazet1-0/+1
2018-05-18tcp: add SACK compressionEric Dumazet2-0/+5
2018-05-18tcp: use __sock_put() instead of sock_put() in tcp_clear_xmit_timers()Eric Dumazet1-1/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel2-22/+4
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg1-0/+13
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel1-1/+9
2018-05-18cfg80211: further limit wiphy names to 64 bytesEric Biggers1-1/+1
2018-05-18Bluetooth: Add __hci_cmd_send functionLoic Poulain1-0/+2
2018-05-18net/mlx5: Add source e-switch ownerShahar Klein1-2/+4
2018-05-18net/mlx5: Add destination e-switch ownerShahar Klein2-3/+8
2018-05-18net/mlx5: Add merged e-switch capRoi Dayan1-1/+2
2018-05-17phy: add 2.5G SGMII mode to the phy_mode enumAntoine Tenart1-0/+1
2018-05-17Merge tag 'wireless-drivers-next-for-davem-2018-05-17' of git://git.kernel.or...David S. Miller1-0/+1
2018-05-17tcp: new helper tcp_rack_skb_timeoutYuchung Cheng1-0/+2
2018-05-17tcp: account lost retransmit after timeoutYuchung Cheng1-0/+1
2018-05-17tcp: simpler NewReno implementationYuchung Cheng1-0/+1
2018-05-17tcp: support DUPACK threshold in RACKYuchung Cheng1-0/+1
2018-05-17tls: don't use stack memory in a scatterlistMatt Mullins1-0/+3
2018-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+1
2018-05-17pfifo_fast: drop unneeded additional lock on dequeuePaolo Abeni1-0/+5
2018-05-17sched: replace __QDISC_STATE_RUNNING bit with a spin lockPaolo Abeni1-5/+5
2018-05-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau1-0/+1
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana1-0/+4
2018-05-17netfilter: fix fallout from xt/nf osf separationFlorian Westphal2-6/+8
2018-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-18/+196
2018-05-17Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-16/+0
2018-05-17bpf: add __printf verification to bpf_verifier_vlogMathieu Malaterre1-2/+2
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni1-1/+9
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed1-11/+1
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-2/+9
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2-1/+11
2018-05-16IB/umem: Use the correct mm during ib_umem_releaseLidong Chen1-1/+0
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend3-2/+61
2018-05-15Merge tag 'afs-fixes-20180514' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+42
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2-4/+2
2018-05-15mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven1-5/+11
2018-05-15tracing/x86/xen: Remove zero data size trace events trace_xen_mmu_flush_tlb{_...Steven Rostedt (VMware)1-16/+0
2018-05-14sched: cls: enable verbose loggingMarcelo Ricardo Leitner2-2/+5
2018-05-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-2/+2
2018-05-14vmcore: add API to collect hardware dump in second kernelRahul Lakkireddy4-0/+43
2018-05-14afs: Add a tracepoint to record callbacks from unlisted serversDavid Howells1-0/+42
2018-05-14virtchnl: Whitespace and parenthesis cleanupBruce Allan1-2/+2
2018-05-14mtd: Fix comparison in map_word_andequal()Ben Hutchings1-1/+1
2018-05-14efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel1-4/+4
2018-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+8
2018-05-13Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-6/+47
2018-05-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-0/+4
2018-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller39-44/+161