aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-18veth: rename pcpu_vstats as pcpu_lstatsLi RongQing1-1/+0
2018-09-18Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-9/+12
2018-09-14Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-0/+1
2018-09-14net: move definition of pcpu_lstats to header fileLi RongQing1-0/+6
2018-09-13Merge tag 'ovl-fixes-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-0/+5
2018-09-13Merge tag 'for-linus-20180913' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-09-13mm: get rid of vmacache_flush_all() entirelyLinus Torvalds4-8/+2
2018-09-13tun: switch to new type of msg_controlJason Wang1-0/+14
2018-09-13ipv6: Add sockopt IPV6_MULTICAST_ALL analogue to IP_MULTICAST_ALLAndre Naujoks1-1/+2
2018-09-12Merge tag 'pci-v4.19-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-9/+57
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-4/+4
2018-09-12net: ethernet: Add helper to determine if pause configuration is supportedAndrew Lunn1-0/+2
2018-09-12net: ethernet: Add helper for set_pauseparam for PauseAndrew Lunn1-0/+2
2018-09-12net: ethernet: Add helper for set_pauseparam for Asym PauseAndrew Lunn1-0/+1
2018-09-12net: ethernet: Add helper for MACs which support pauseAndrew Lunn1-0/+1
2018-09-12net: ethernet: Add helper for MACs which support asym pauseAndrew Lunn1-0/+1
2018-09-12net: ethernet: Add helper to remove a supported link modeAndrew Lunn1-0/+1
2018-09-11IB/hfi1,PCI: Allow bus reset while probingDennis Dalessandro1-0/+3
2018-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-0/+1
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe1-1/+1
2018-09-10net: Add and use skb_list_del_init().David S. Miller1-0/+6
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-0/+5
2018-09-10ppp: Remove direct skb_queue_head list pointer access.David S. Miller1-0/+11
2018-09-09Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2018-09-06Merge tag 'mlx5e-updates-2018-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-5/+6
2018-09-06Merge tag 'for-linus-20180906' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+44
2018-09-06Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-2/+6
2018-09-06qed*: Utilize FW 8.37.7.0Denis Bolotin2-6/+6
2018-09-05packet: add sockopt to ignore outgoing packetsVincent Whitchurch1-0/+1
2018-09-05net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin1-1/+1
2018-09-05net/mlx5: Add flow counters idrVlad Buslov1-0/+2
2018-09-05net/mlx5: Store flow counters in a listVlad Buslov1-1/+1
2018-09-05net/mlx5: Add new list to store deleted flow countersVlad Buslov1-0/+1
2018-09-05net/mlx5: Change flow counters addlist type to single linked listVlad Buslov1-3/+1
2018-09-05net/mlx5: Use u16 for Work Queue buffer strides offsetTariq Toukan1-2/+2
2018-09-05net/mlx5: Use u16 for Work Queue buffer fragment sizeTariq Toukan1-1/+1
2018-09-05net/mlx5: Fix use-after-free in self-healing flowJack Morgenstein1-1/+1
2018-09-05tracing: Add back in rcu_irq_enter/exit_irqson() for rcuidle tracepointsSteven Rostedt (VMware)1-2/+6
2018-09-05linux/mod_devicetable.h: fix kernel-doc missing notation for typec_device_idRandy Dunlap1-0/+1
2018-09-05wireless: align to draft 11ax D3.0Shaul Triebitz1-26/+46
2018-09-05ieee80211: add new VHT capability fields/parsingJohannes Berg1-2/+33
2018-09-05ieee80211: remove redundant leading zeroesSara Sharon1-2/+2
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-23/+62
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2018-09-04HID: core: fix grouping by applicationBenjamin Tissoires1-0/+1
2018-09-03r8169: add support for NCube 8168 network cardAnthony Wong1-0/+2
2018-09-03timekeeping: Fix declaration of read_persistent_wall_and_boot_offset()Christian Borntraeger1-2/+2
2018-09-02Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+33
2018-08-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-5/+29