summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* sctp: add basic structures and make chunk function for idataXin Long2017-12-111-0/+17
* sctp: add asoc intl_enable negotiation during 4 shakehandsXin Long2017-12-111-0/+3
* 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-111-1/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0912-48/+25
|\
| * 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-084-40/+8
| |\
| | * tcp: invalidate rate samples during SACK renegingYousuk Seung2017-12-081-1/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-071-1/+5
| | |\
| | | * bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-1/+5
| | * | 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-051-38/+0
| | |/
| * | 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-051-2/+0
| |\ \ \
| | * | | 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
| | |/ / /
* | | | | 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
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-081-0/+1
|\ \ \ \ \
| * | | | | bpf: Add access to snd_cwnd and others in sock_opsLawrence Brakmo2017-12-051-0/+1
* | | | | | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-052-0/+8
* | | | | | flow_dissector: dissect tunnel info outside __skb_flow_dissect()Simon Horman2017-12-051-0/+5
* | | | | | phylink: convert to fwnodeRussell King2017-12-051-1/+2
* | | | | | sfp: convert to fwnodeRussell King2017-12-051-3/+4
* | | | | | sfp: add documentation for kernel APIsRussell King2017-12-051-14/+36
* | | | | | phylink: add documentation for kernel APIsRussell King2017-12-051-48/+135
* | | | | | phylink: remove phylink_init_eee()Russell King2017-12-051-1/+0
* | | | | | phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King2017-12-051-12/+7
* | | | | | phy: add phy_interface_mode_is_8023z() helperRussell King2017-12-051-0/+14
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-057-12/+78
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-041-2/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | skbuff: Grammar s/are can/can/, s/change/changes/Geert Uytterhoeven2017-11-301-2/+1
| * | | | Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm...Linus Torvalds2017-12-011-0/+43
| |\ \ \ \
| | * | | | move libgcc.h to include/linuxChristoph Hellwig2017-12-011-0/+43
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-301-0/+3
| |\ \ \ \
| | * | | | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-0/+3
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-11-294-10/+31
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-291-1/+2