summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* phylib: Add device reset delay supportRichard Leitner2017-12-131-0/+2
* tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet2017-12-121-1/+1
* sctp: add support for the process of unordered idataXin Long2017-12-112-1/+14
* sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-113-1/+5
* sctp: implement start_pd for sctp_stream_interleaveXin Long2017-12-111-0/+1
* sctp: implement renege_events for sctp_stream_interleaveXin Long2017-12-112-6/+5
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-0/+2
* sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-113-3/+22
* sctp: implement validate_data for sctp_stream_interleaveXin Long2017-12-113-1/+12
* sctp: implement assign_number for sctp_stream_interleaveXin Long2017-12-115-8/+26
* sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-113-3/+58
* sctp: add basic structures and make chunk function for idataXin Long2017-12-113-0/+20
* sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2017-12-111-0/+3
* sctp: add stream interleave enable members and sockoptXin Long2017-12-113-1/+7
* spinlock: Add library function to allocate spinlock buckets arrayTom Herbert2017-12-111-0/+6
* rhashtable: abstract out function to get hashTom Herbert2017-12-111-10/+18
* rhashtable: Add rhastable_walk_peekTom Herbert2017-12-111-0/+2
* 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-1020-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-062-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-071-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-221-1/+1
| | * | | scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig2017-11-221-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