aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-10net: sched: always do stats accounting according to TCQ_F_CPUSTATSPaolo Abeni1-9/+14
2019-04-10net: sched: prefer qdisc_is_empty() over direct qlen accessPaolo Abeni1-1/+1
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller12-49/+56
2019-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+2
2019-04-08ethtool: avoid signed-unsigned comparison in ethtool_validate_speed()Michael Zhivich1-1/+1
2019-04-08KEYS: trusted: fix -Wvarags warningndesaulniers@google.com1-1/+1
2019-04-08ipv4: Allow ipv6 gateway with ipv4 routesDavid Ahern1-0/+2
2019-04-08ipv4: Flag fib_info with a fib_nh using IPv6 gatewayDavid Ahern1-0/+1
2019-04-08ipv4: Add helpers for neigh lookup for nexthopDavid Ahern1-0/+32
2019-04-08neighbor: Add skip_cache argument to neigh_outputDavid Ahern1-2/+3
2019-04-08ipv4: Add support to fib_config for IPv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Add support to rtable for ipv6 gatewayDavid Ahern1-1/+4
2019-04-08ipv4: Prepare fib_config for IPv6 gatewayDavid Ahern1-2/+3
2019-04-08ipv4: Prepare rtable for IPv6 gatewayDavid Ahern1-4/+4
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern3-7/+6
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-0/+40
2019-04-08ipv6: Add fib6_nh_init and release to stubsDavid Ahern1-0/+6
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit1-0/+2
2019-04-08Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller5-32/+64
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni2-6/+6
2019-04-07rhashtable: add lockdep tracking to bucket bit-spin-locks.NeilBrown1-17/+34
2019-04-07rhashtable: use bit_spin_locks to protect hash bucket.NeilBrown2-98/+165
2019-04-07rhashtable: allow rht_bucket_var to return NULL.NeilBrown1-2/+9
2019-04-07Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+4
2019-04-07Merge tag 'reset-fixes-for-v5.1' of git://git.pengutronix.de/pza/linux into arm/fixesOlof Johansson1-1/+4
2019-04-06nfc: nci: Potential off by one in ->pipes[] arrayDan Carpenter1-1/+1
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-0/+4
2019-04-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-25/+31
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen1-1/+4
2019-04-05mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn1-1/+1
2019-04-05include/linux/bitrev.h: fix constant bitrevArnd Bergmann1-23/+23
2019-04-05lib/string.c: implement a basic bcmpNick Desaulniers1-0/+3
2019-04-05Merge tag 'trace-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-20/+14
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-48/+150
2019-04-05net/mlx5: Handle event of power detection in the PCIE slotAya Levin1-0/+1
2019-04-05Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed4-32/+63
2019-04-05syscalls: Remove start and number from syscall_set_arguments() argsSteven Rostedt (VMware)1-8/+2
2019-04-05syscalls: Remove start and number from syscall_get_arguments() argsSteven Rostedt (Red Hat)2-9/+4
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-17/+44
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko1-0/+9
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-2/+6
2019-04-04net: devlink: convert devlink_port_attrs bools to bitsJiri Pirko1-2/+2
2019-04-04net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal1-1/+1
2019-04-04ptrace: Remove maxargs from task_current_syscall()Steven Rostedt (Red Hat)1-3/+8
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern1-0/+5
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-26/+21
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern1-19/+26
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit1-0/+1
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit1-0/+1
2019-04-02net/mlx5: Expose MPEIN (Management PCIE INfo) register layoutAya Levin2-1/+51