summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: Change rhashtable_walk_start to return voidTom Herbert2017-12-112-2/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0920-59/+62
|\
| * kmemcheck: rip it out for realMichal Hocko2017-12-081-1/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-089-50/+33
| |\
| | * tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-082-2/+3
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-073-4/+16
| | |\
| | | * bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-053-4/+16
| | * | usbnet: fix alignment for frames with no ethernet headerBjørn Mork2017-12-071-0/+1
| | * | net: remove hlist_nulls_add_tail_rcu()Eric Dumazet2017-12-052-43/+1
| | * | net_sched: red: Avoid illegal valuesNogah Frankel2017-12-051-0/+11
| | * | net_sched: red: Avoid devision by zeroNogah Frankel2017-12-051-1/+1
| | |/
| * | Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-12-081-0/+8
| |\ \
| | * | drm: safely free connectors from connector_iterDaniel Vetter2017-12-061-0/+8
| * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-061-3/+3
| |\ \ \
| | * | | irqdesc: Use bool return type instead of intWill Deacon2017-12-041-3/+3
| | |/ /
| * | | efi: Move some sysfs files to be read-only by rootGreg Kroah-Hartman2017-12-061-0/+6
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-12-052-3/+1
| |\ \ \
| | * | | scsi: libsas: align sata_device's rps_resp on a cachelineHuacai Chen2017-11-211-1/+1
| | * | | scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig2017-11-211-2/+0
| * | | | Merge tag 'char-misc-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-12-051-0/+1
| |\ \ \ \
| | * | | | Drivers: hv: vmbus: Fix a rescind issueK. Y. Srinivasan2017-11-281-0/+1
| * | | | | Merge tag 'driver-core-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-051-0/+2
| |\ \ \ \ \
| | * | | | | debugfs: fix debugfs_real_fops() build errorArnd Bergmann2017-11-281-0/+2
| | |/ / / /
| * | | | | Merge tag 'staging-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-12-051-1/+4
| |\ \ \ \ \
| | * | | | | iio: stm32: fix adc/trigger link errorArnd Bergmann2017-12-021-1/+4
| | |/ / / /
| * | | | | Merge tag 'tty-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-051-1/+1
| |\ \ \ \ \
| | * | | | | serdev: fix receive_buf return value when no callbackJohan Hovold2017-11-281-1/+1
| | |/ / / /
| * | | | | Merge tag 'usb-4.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-12-051-0/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-11-281-0/+3
| | |/ / /
* | | | | macvlan: fix memory hole in macvlan_devGirish Moodalbail2017-12-081-1/+1
* | | | | net: dsa: lan9303: Protect ALR operations with mutexEgil Hjelmeland2017-12-081-0/+1
* | | | | net: skb_array: expose peek APIJohn Fastabend2017-12-081-0/+5
* | | | | net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-0/+3
* | | | | net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2017-12-081-0/+20
* | | | | net: sched: use skb list for skb_bad_txJohn Fastabend2017-12-081-1/+1
* | | | | net: sched: explicit locking in gso_cpu fallbackJohn Fastabend2017-12-081-8/+12
* | | | | net: sched: a dflt qdisc may be used with per cpu statsJohn Fastabend2017-12-081-0/+1
* | | | | net: sched: provide per cpu qstat helpersJohn Fastabend2017-12-081-0/+35
* | | | | net: sched: remove remaining uses for qdisc_qlen in xmit pathJohn Fastabend2017-12-081-3/+3
* | | | | net: sched: allow qdiscs to handle lockingJohn Fastabend2017-12-081-0/+1
* | | | | net: sched: cleanup qdisc_run and __qdisc_run semanticsJohn Fastabend2017-12-081-1/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-083-2/+11
|\ \ \ \ \
| * | | | | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-053-2/+11
* | | | | | net: dsa: Allow compiling out legacy supportFlorian Fainelli2017-12-071-0/+11
* | | | | | act_mirred: get rid of tcfm_ifindex from struct tcf_mirredCong Wang2017-12-061-4/+2
* | | | | | net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-051-1/+1
* | | | | | net: dsa: return per-port upstream portVivien Didelot2017-12-051-3/+6
* | | | | | net: sched: sch_api: fix code style issuesAlexander Aring2017-12-051-4/+6
* | | | | | net_sched: get rid of rcu_barrier() in tcf_block_put_ext()Cong Wang2017-12-051-1/+0
* | | | | | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-052-0/+8