#ifndef __LINUX_USB_PCI_QUIRKS_H #define __LINUX_USB_PCI_QUIRKS_H void uhci_reset_hc(struct pci_dev *pdev, unsigned long base); int uhci_check_and_reset_hc(struct pci_dev *pdev, unsigned long base); #endif /* __LINUX_USB_PCI_QUIRKS_H */ x.org.uk/linux-net-next.git/atom/net/core/filter.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2020-02-24net: Remove unneeded export of a couple of xdp generic functionsDavid Ahern
2020-02-21net: Generate reuseport group ID on group creationJakub Sitnicki
2020-02-21bpf: Allow selecting reuseport socket from a SOCKMAP/SOCKHASHJakub Sitnicki