summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-02-225-22/+69
|\
| * net: Generate reuseport group ID on group creationJakub Sitnicki2020-02-211-2/+0
| * tcp_bpf: Don't let child socket inherit parent protocol ops on copyJakub Sitnicki2020-02-211-0/+7
| * net, sk_msg: Clear sk_user_data pointer on clone if taggedJakub Sitnicki2020-02-211-2/+35
| * net, sk_msg: Annotate lockless access to sk_prot on cloneJakub Sitnicki2020-02-211-1/+2
| * bpf: Add bpf_read_branch_records() helperDaniel Xu2020-02-191-1/+24
| * bpf, sk_msg: Don't clear saved sock proto on restoreJakub Sitnicki2020-02-191-7/+1
| * bpf, sk_msg: Let ULP restore sk_proto and write_space callbackJakub Sitnicki2020-02-191-10/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-2126-330/+150
|\ \
| * \ Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-211-0/+2
| |\ \
| | * | serdev: ttyport: restore client ops on deregistrationJohan Hovold2020-02-101-0/+2
| * | | Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-02-212-8/+11
| |\ \ \
| | * | | USB: core: add endpoint-blacklist quirkJohan Hovold2020-02-101-0/+3
| | * | | usb: charger: assign specific number for enum valuePeter Chen2020-02-101-8/+8
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-02-218-20/+104
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-02-201-9/+7
| | |\ \ \
| | | * | | bpf, uapi: Remove text about bpf_redirect_map() giving higher performanceToke Høiland-Jørgensen2020-02-181-9/+7
| | * | | | Merge tag 'mlx5-fixes-2020-02-18' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-02-191-1/+4
| | |\ \ \ \
| | | * | | | net/mlx5: DR, Handle reformat capability over sw-steering tablesErez Shitrit2020-02-191-1/+4
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-02-192-1/+18
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | netfilter: conntrack: allow insertion of clashing entriesFlorian Westphal2020-02-172-1/+18
| | * | | | | net: sched: correct flower port blockingJason Baron2020-02-181-0/+9
| | * | | | | skbuff.h: fix all kernel-doc warningsRandy Dunlap2020-02-171-0/+30
| | * | | | | net/sock.h: fix all kernel-doc warningsRandy Dunlap2020-02-171-5/+33
| | * | | | | net: export netdev_next_lower_dev_rcu()Taehee Yoo2020-02-171-4/+3
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-02-218-268/+17
| |\ \ \ \ \ \
| | * | | | | | include/uapi/linux/swab.h: fix userspace breakage, use __BITS_PER_LONG for swapChristian Borntraeger2020-02-211-2/+2
| | * | | | | | y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2020-02-212-10/+14
| | * | | | | | y2038: remove unused time32 interfacesArnd Bergmann2020-02-214-219/+1
| | * | | | | | y2038: remove ktime to/from timespec/timeval conversionArnd Bergmann2020-02-211-37/+0
| * | | | | | | ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2020-02-211-0/+1
| |/ / / / / /
| * | | | | | Merge tag 'iommu-fixes-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-02-191-1/+1
| |\ \ \ \ \ \
| | * | | | | | iommu/vt-d: Fix compile warning from intel-svm.hJoerg Roedel2020-02-101-1/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge tag 'sound-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-02-192-5/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'asoc-fix-v5.6-rc2' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai2020-02-181-2/+0
| | |\ \ \ \ \ \
| | | * | | | | | ASoC: dapm: remove snd_soc_dapm_put_enum_double_lockedTzung-Bi Shih2020-02-141-2/+0
| | * | | | | | | ALSA: rawmidi: Avoid bit fields for state flagsTakashi Iwai2020-02-141-3/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'dma-mapping-5.6' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-02-191-8/+3
| |\ \ \ \ \ \ \
| | * | | | | | | dma-direct: improve swiotlb error reportingChristoph Hellwig2020-02-051-8/+3
| * | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-151-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-281-0/+2
| * | | | | | | | | Merge tag 'nfs-for-5.6-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-141-20/+6
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | NFSv4: Fix revalidation of dentries with delegationsTrond Myklebust2020-02-121-20/+6
| | | |_|/ / / / / | | |/| | | | | |
* | | | | | | | | net: page_pool: API cleanup and commentsIlias Apalodimas2020-02-201-22/+14
* | | | | | | | | net: core: add helper tcp_v6_gso_csum_prepHeiner Kallweit2020-02-191-0/+9
* | | | | | | | | ethtool: Add support for low latency RS FECAya Levin2020-02-191-1/+3
* | | | | | | | | net/mlx5: Add support for resource dumpAya Levin2020-02-191-0/+1
* | | | | | | | | devlink: Force enclosing array on binary fmsg dataAya Levin2020-02-191-0/+5
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | net: sched: don't take rtnl lock during flow_action setupVlad Buslov2020-02-171-1/+1
* | | | | | | | net: sched: refactor ct action helpers to require tcf_lockVlad Buslov2020-02-171-2/+4