summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-04ibmvnic: remove set but not used variable 'netdev'YueHaibing
2019-04-04ehea: remove set but not used variables 'epa' and 'cq_handle_ref'YueHaibing
2019-04-04net: pasemi: remove set but not used variable 'cpyhdr'YueHaibing
2019-04-04ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing
2019-04-04net: use correct this_cpu primitive in dev_recursion_levelFlorian Westphal
2019-04-04tipc: add NULL pointer checkHoang Le
2019-04-04net: sched: ensure tc flower reoffload takes filter refJohn Hurley
2019-04-04vlan: conditional inclusion of FCoE hooks to match netdevice.h and bnx2xChris Leech
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-04Merge branch 'acpica' into acpiRafael J. Wysocki
2019-04-04Merge branch 'pm-tools'Rafael J. Wysocki
2019-04-04Merge branch 'sch_cake-fixes'David S. Miller
2019-04-04sch_cake: Make sure we can write the IP header before changing DSCP bitsToke Høiland-Jørgensen
2019-04-04sch_cake: Use tc_skb_protocol() helper for getting packet protocolToke Høiland-Jørgensen
2019-04-04tcp: Ensure DCTCP reacts to lossesKoen De Schepper
2019-04-04net: bridge: update multicast stats from maybe_deliver()Pablo Neira Ayuso
2019-04-04net: use kfree_skb_list() from ip_do_fragment()Pablo Neira Ayuso
2019-04-04net/sched: act_sample: fix divide by zero in the traffic pathDavide Caratti
2019-04-04net: thunderx: fix NULL pointer dereference in nicvf_open/nicvf_stopLorenzo Bianconi
2019-04-04Merge branch 'net-hns-bugfixes-for-HNS-Driver'David S. Miller
2019-04-04net: hns: Fix sparse: some warnings in HNS driversYonglong Liu
2019-04-04net: hns: Fix WARNING when remove HNS driver with SMMU enabledYonglong Liu
2019-04-04net: hns: fix ICMP6 neighbor solicitation messages discard problemYonglong Liu
2019-04-04net: hns: Fix probabilistic memory overwrite when HNS driver initializedYonglong Liu
2019-04-04net: hns: Use NAPI_POLL_WEIGHT for hns driverYonglong Liu
2019-04-04net: hns: fix KASAN: use-after-free in hns_nic_net_xmit_hw()Liubin Shu
2019-04-04Merge branch 'hnx3-next'David S. Miller
2019-04-04net: hns3: split function hnae3_match_n_instantiate()Jian Shen
2019-04-04net: hns3: modify HNS3_NIC_STATE_INITED flag in hns3_reset_notify_uninit_enetHuazhong Tan
2019-04-04net: hns3: prevent change MTU when resettingHuazhong Tan
2019-04-04net: hns3: check resetting status in hns3_get_stats()Huazhong Tan
2019-04-04net: hns3: add protect when handling mac addr listJian Shen
2019-04-04net: hns3: simplify hclgevf_cmd_csq_cleanHuazhong Tan
2019-04-04net: hns3: minor optimization for datapathYunsheng Lin
2019-04-04net: hns3: minor optimization for ring_spaceYunsheng Lin
2019-04-04net: hns3: return 0 and print warning when hit duplicate MACPeng Li
2019-04-04net: hns3: modify the VF network port media type acquisition methodliuzhongzhu
2019-04-04net: hns3: reduce resources use in kdump kernelYonglong Liu
2019-04-04net: hns3: check 1000M half for hns3_ethtool_ops.set_link_ksettingsPeng Li
2019-04-04flow_dissector: rst'ify documentationStanislav Fomichev
2019-04-04mm/compaction.c: abort search if isolation failsQian Cai
2019-04-04mm/compaction.c: correct zone boundary handling when resetting pageblock skip...Mel Gorman
2019-04-03Merge tag '5.1-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-04-03Merge branch 'net-More-movement-to-fib_nh_common'David S. Miller
2019-04-03ipv6: Flip to fib_nexthop_infoDavid Ahern
2019-04-03ipv4: Change fib_nexthop_info and fib_add_nexthop to take fib_nh_commonDavid Ahern
2019-04-03ipv4: Refactor nexthop attributes in fib_dump_infoDavid Ahern
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03ipv4: Update fib_table_lookup tracepoint to take common nexthopDavid Ahern
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit