summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2019-12-13trivial: mac80211: fix indentationJohn Crispin-1/+1
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-3/+4
2019-12-12ethtool: provide link mode names as a string setMichal Kubecek-0/+2
2019-12-12netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek-4/+4
2019-12-12rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek-0/+1
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai-0/+5
2019-12-12net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai-0/+1
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella-0/+2
2019-12-11vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella-3/+5
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King-0/+7
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King-0/+4
2019-12-11net: sfp: add more extended compliance codesRussell King-27/+55
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King-2/+0
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang-0/+1
2019-12-08net: WireGuard secure network tunnelJason A. Donenfeld-0/+196
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-23/+64
2019-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds-0/+2
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-51/+123
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds-76/+287
2019-12-07pipe: remove 'waiting_writers' merging logicLinus Torvalds-2/+0
2019-12-07inet: protect against too small mtu values.Eric Dumazet-0/+10
2019-12-06tcp: Protect accesses to .ts_recent_stamp with {READ,WRITE}_ONCE()Guillaume Nault-3/+3
2019-12-06tcp: tighten acceptance of ACKs not matching a child socketGuillaume Nault-3/+13
2019-12-06tcp: fix rejected syncookies due to stale timestampsGuillaume Nault-2/+16
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley-8/+7
2019-12-06Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds-0/+1
2019-12-06Merge tag 'powerpc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-263/+295
2019-12-06Merge tag 'sound-fix-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2019-12-06Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-2/+92
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds-33/+34
2019-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds-0/+6
2019-12-06Merge tag 'omap-for-v5.5/ti-sysc-late-signed' of git://git.kernel.org/pub/scm...Olof Johansson-0/+1
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds-4/+6
2019-12-05Merge tag 'modules-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-65/+30
2019-12-05Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-4/+115
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-86/+199
2019-12-05Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds-0/+85
2019-12-05Merge tag 'pwm/for-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-12/+5
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-23/+9
2019-12-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds-66/+225
2019-12-04mm: remove __ARCH_HAS_4LEVEL_HACK and include/asm-generic/4level-fixup.hMike Rapoport-44/+5
2019-12-04lib/bitmap: introduce bitmap_replace() helperAndy Shevchenko-0/+16
2019-12-04arch: sembuf.h: make uapi asm/sembuf.h self-containedMasahiro Yamada-0/+1
2019-12-04arch: msgbuf.h: make uapi asm/msgbuf.h self-containedMasahiro Yamada-0/+2
2019-12-04arch: ipcbuf.h: make uapi asm/ipcbuf.h self-containedMasahiro Yamada-0/+2
2019-12-04kcov: remote coverage supportAndrey Konovalov-0/+59
2019-12-04uaccess: disallow > INT_MAX copy sizesKees Cook-0/+2
2019-12-04lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addrHuang Shijie-1/+1
2019-12-04lib/rbtree: get successor's color directlyWei Yang-2/+1
2019-12-04lib/rbtree: set successor's parent unconditionallyWei Yang-2/+1