summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: allow rht_bucket_var to return NULL.NeilBrown2019-04-071-2/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-0519-48/+150
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-04-046-17/+44
| |\
| | * net: sched: introduce and use qdisc tree flush/purge helpersPaolo Abeni2019-04-011-7/+19
| | * net: sched: introduce and use qstats read helpersPaolo Abeni2019-04-011-0/+18
| | * vrf: check accept_source_route on the original netdeviceStephen Suryaputra2019-04-011-1/+1
| | * Merge tag 'mlx5-fixes-2019-03-29' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-03-291-0/+2
| | |\
| | | * net/mlx5e: Add a lock on tir listYuval Avnery2019-03-291-0/+2
| | * | netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-282-8/+3
| | * | net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t() helperClaudiu Manoil2019-03-271-1/+1
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-311-0/+2
| |\ \ \
| | * | | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-281-0/+2
| | | |/ | | |/|
| * | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-03-311-11/+0
| |\ \ \
| | * | | Merge tag 'v5.1-rc2' into core/urgent, to resolve a conflictIngo Molnar2019-03-2811-13/+33
| | |\| |
| | * | | proc/kcore: Remove unused kclist_add_remap()Bhupesh Sharma2019-03-261-11/+0
| * | | | Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-301-1/+1
| |\ \ \ \
| | * | | | gpio: amd-fch: Fix bogus SPDX identifierThomas Gleixner2019-03-221-1/+1
| | |/ / /
| * | | | Merge tag 'acpi-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-302-0/+8
| |\ \ \ \
| | * | | | ACPI: use different default debug value than ACPICAErik Schmauss2019-03-252-0/+8
| | | |/ / | | |/| |
| * | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-295-12/+28
| |\ \ \ \
| | * | | | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-0/+18
| | * | | | include/linux/list.h: fix list_is_first() kernel-docRandy Dunlap2019-03-291-1/+1
| | * | | | include/linux/hugetlb.h: convert to use vm_fault_tSouptick Joarder2019-03-291-1/+7
| | * | | | mm: add support for kmem caches in DMA32 zoneNicolas Boichat2019-03-291-0/+2
| | * | | | mm/hotplug: fix offline undo_isolate_page_range()Qian Cai2019-03-291-10/+0
| | | |_|/ | | |/| |
| * | | | Merge tag 'driver-core-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-291-2/+0
| |\ \ \ \
| | * | | | driver core: remove BUS_ATTR()Greg Kroah-Hartman2019-03-181-2/+0
| | | |_|/ | | |/| |
| * | | | Merge tag 'char-misc-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-292-5/+67
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | virt: vbox: Implement passing requestor info to the host for VirtualBox 6.0.xHans de Goede2019-03-282-5/+67
| | | |/ | | |/|
* | | | net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2019-04-041-0/+9
* | | | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-041-2/+6
* | | | net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko2019-04-041-2/+2
* | | | net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal2019-04-041-1/+1
* | | | ipv6: Flip to fib_nexthop_infoDavid Ahern2019-04-031-0/+5
* | | | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-26/+21
* | | | ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern2019-04-031-19/+26
* | | | net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit2019-04-031-0/+1
* | | | net: phy: add genphy_read_abilitiesHeiner Kallweit2019-04-021-0/+1
* | | | drivers: net: aurora: use netdev_xmit_more helperFlorian Westphal2019-04-011-2/+0
* | | | net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | | | net: place xmit recursion in softnet dataFlorian Westphal2019-04-011-8/+32
* | | | net: dsa: read mac address from DT for slave deviceXiaofei Shen2019-04-011-0/+1
* | | | mlxsw: spectrum_acl: Rename rehash_dis traceJiri Pirko2019-03-311-1/+1
* | | | openvswitch: Make metadata_dst tunnel work in IP_TUNNEL_INFO_BRIDGE modewenxu2019-03-291-0/+1
* | | | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-293-48/+64
* | | | net: Use common nexthop init and release helpersDavid Ahern2019-03-291-0/+4
* | | | net: Add fib_nh_common and update fib_nh and fib6_nhDavid Ahern2019-03-292-18/+33
* | | | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-293-14/+16
* | | | ipv4: Rename fib_nh entriesDavid Ahern2019-03-292-14/+17
* | | | ipv6: Refactor fib6_ignore_linkdownDavid Ahern2019-03-291-0/+8