summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-0517-52/+73
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-045-6/+5
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2017-12-031-0/+1
| | |\
| | | * trace/xdp: fix compile warning: 'struct bpf_map' declared inside parameter listXie XiuQi2017-11-301-0/+1
| | * | tcp: use IPCB instead of TCP_SKB_CB in inet_exact_dif_match()David Ahern2017-12-031-2/+1
| | * | sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long2017-12-011-1/+2
| | * | act_sample: get rid of tcf_sample_cleanup_rcu()Cong Wang2017-11-301-1/+0
| | * | 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-021-0/+0
| |\ \ \
| | * | | move libgcc.h to include/linuxChristoph Hellwig2017-12-011-0/+0
| * | | | Merge tag 'drm-fixes-for-v4.15-rc2' of git://people.freedesktop.org/~airlied/...Linus Torvalds2017-12-012-33/+21
| |\ \ \ \
| | * \ \ \ Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2017-12-011-22/+10
| | |\ \ \ \
| | | * | | | drm/ttm: fix populate_and_map() functions once moreChristian König2017-11-291-22/+10
| | | |/ / /
| | * | | | Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie2017-12-011-11/+11
| | |\ \ \ \
| | | * | | | uapi: fix linux/kfd_ioctl.h userspace compilation errorsDmitry V. Levin2017-11-261-11/+11
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | bcache: Fix building error on MIPSHuacai Chen2017-11-251-1/+1
| * | | | | | | Merge tag 'acpi-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-12-012-0/+2
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'acpi-ec' into acpiRafael J. Wysocki2017-11-302-0/+2
| | |\ \ \ \ \ \ \
| | | * | | | | | | ACPI / EC: Fix regression related to PM ops support in ECDT deviceLv Zheng2017-11-212-0/+2
| * | | | | | | | | 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-305-12/+41
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| | * | | | | | | | | autofs: revert "autofs: fix AT_NO_AUTOMOUNT not being honored"Ian Kent2017-11-301-1/+2
| | * | | | | | | | | mm: migrate: fix an incorrect call of prep_transhuge_page()Zi Yan2017-11-301-1/+1
| | * | | | | | | | | mm: introduce get_user_pages_longtermDan Williams2017-11-302-0/+27
| | * | | | | | | | | mm, hugetlbfs: introduce ->split() to vm_operations_structDan Williams2017-11-301-0/+1
| | * | | | | | | | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-301-2/+2
| | * | | | | | | | | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-302-8/+8
* | | | | | | | | | | rtnetlink: ipv6: convert remaining users to rtnl_register_moduleFlorian Westphal2017-12-041-1/+1
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2017-12-041-1/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: xdp: report flags program was installed with on queryJakub Kicinski2017-12-031-0/+2
| * | | | | | | | | | | net: xdp: avoid output parameters when querying XDP progJakub Kicinski2017-12-031-1/+2
* | | | | | | | | | | | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-2/+0
* | | | | | | | | | | | rtnetlink: get reference on module before invoking handlersFlorian Westphal2017-12-041-0/+2
* | | | | | | | | | | | net: phy: core: remove now uneeded disabling of interruptsHeiner Kallweit2017-12-041-1/+0
* | | | | | | | | | | | inet: Add a 2nd listener hashtable (port+addr)Martin KaFai Lau2017-12-032-6/+24
* | | | | | | | | | | | udp: Move udp[46]_portaddr_hash() to net/ip[v6].hMartin KaFai Lau2017-12-032-0/+26
* | | | | | | | | | | | inet: Add a count to struct inet_listen_hashbucketMartin KaFai Lau2017-12-031-0/+1
* | | | | | | | | | | | vmbus: make hv_get_ringbuffer_availbytes localStephen Hemminger2017-12-031-22/+0
* | | | | | | | | | | | net: dsa: introduce dsa_towards_port helperVivien Didelot2017-12-031-10/+13
* | | | | | | | | | | | net: dsa: remove trans argument from mdb opsVivien Didelot2017-12-031-6/+4
* | | | | | | | | | | | net: dsa: remove trans argument from vlan opsVivien Didelot2017-12-031-6/+4
* | | | | | | | | | | | net: phy: core: use genphy version of callbacks read_status and config_aneg p...Heiner Kallweit2017-12-011-15/+18
* | | | | | | | | | | | ip6_gre: Add ERSPAN native tunnel supportWilliam Tu2017-12-011-0/+1
* | | | | | | | | | | | ip_gre: Refector the erpsan tunnel code.William Tu2017-12-011-0/+51
* | | | | | | | | | | | net: ethtool: add support for reset of AP inside NIC interface.Scott Branden2017-12-011-0/+1
|/ / / / / / / / / / /
* | | | | | | | | | | net: Remove dst->nextDavid Miller2017-11-301-4/+0
* | | | | | | | | | | net: Rearrange dst_entry layout to avoid useless padding.David Miller2017-11-301-19/+12
* | | | | | | | | | | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-302-3/+15