summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2017-07-256lowpan: fix set not used warningstephen hemminger1-3/+0
2017-07-25socket: fix set not used warningstephen hemminger1-4/+2
2017-07-25netfilter: remove unused variablestephen hemminger1-1/+1
2017-07-25benet: fix set but not used warningstephen hemminger1-3/+0
2017-07-25bnxt: fix unused variable warningsstephen hemminger1-4/+0
2017-07-25bnxt: fix unsigned comparsion with 0stephen hemminger1-1/+1
2017-07-25nfp: set config bit (ifup/ifdown) on netdev open/closeDirk van der Merwe5-5/+74
2017-07-25drivers/net: Fix ptr_ret.cocci warnings.Tonghao Zhang2-7/+2
2017-07-25bnxt_en: Use SWITCHDEV_SET_OPS().David S. Miller1-1/+1
2017-07-25ibmvnic: Check for transport event on driver resumeJohn Allen1-4/+1
2017-07-25netvsc: remove no longer used max_num_rss queuesstephen hemminger2-3/+0
2017-07-25netvsc: include rtnetlink.hstephen hemminger2-0/+3
2017-07-25netvsc: fix netvsc_set_channelsstephen hemminger1-33/+19
2017-07-25netvsc: prefetch the first incoming ring elementstephen hemminger1-1/+7
2017-07-25netvsc: Remove redundant use of ipv6_hdr()Mohammed Gamal1-1/+1
2017-07-25netvsc: remove bogus rtnl_unlockstephen hemminger1-1/+0
2017-07-25bnxt_en: add support for port_attr_get and and get_phys_port_nameSathya Perla3-1/+89
2017-07-25bnxt_en: add vf-rep RX/TX and netdev implementationSathya Perla4-12/+288
2017-07-25bnxt_en: add support to enable VF-representorsSathya Perla7-2/+330
2017-07-25bnxt_en: Set ETS min_bw parameter for older firmware.Michael Chan2-0/+7
2017-07-25bnxt_en: Report firmware DCBX agent.Michael Chan3-12/+19
2017-07-25bnxt_en: Allow the user to set ethtool stats-block-usecs to 0.Michael Chan2-4/+7
2017-07-25bnxt_en: Add bnxt_get_num_stats() to centrally get the number of ethtool stats.Michael Chan1-12/+13
2017-07-25bnxt_en: Implement ndo_bridge_{get|set}link methods.Michael Chan1-0/+67
2017-07-25bnxt_en: Retrieve the hardware bridge mode from the firmware.Michael Chan2-0/+9
2017-07-25bnxt_en: Update firmware interface spec to 1.8.0.Michael Chan4-39/+308
2017-07-25tcp: remove redundant argument from tcp_rcv_established()Matvejchikov Ilya5-6/+8
2017-07-25mlx4_en: remove unnecessary error checkZhu Yanjun1-7/+2
2017-07-25mlxsw: spectrum_router: Fix build when IPv6 isn't enabledIdo Schimmel1-4/+18
2017-07-25mlx4_en: remove unnecessary returned valueZhu Yanjun2-4/+2
2017-07-25of_mdio: kill useless variable in of_phy_register_fixed_link()Sergei Shtylyov1-4/+2
2017-07-25skbuff: re-add check for NULL skb->head in kfree_skb pathFlorian Westphal1-1/+2
2017-07-25liquidio: fix implicit irq include causing build failuresPaul Gortmaker1-0/+2
2017-07-25bpf: dev_map_alloc() shouldn't return NULLDan Carpenter1-0/+1
2017-07-25netvsc: fix ptr_ret.cocci warningsWu Fengguang1-1/+1
2017-07-25mlxsw: spectrum_router: Don't batch neighbour deletionIdo Schimmel1-12/+3
2017-07-25sctp: remove the typedef sctp_abort_chunk_tXin Long2-6/+6
2017-07-25sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2-3/+4
2017-07-25sctp: remove the typedef sctp_heartbeathdr_tXin Long2-4/+4
2017-07-25sctp: remove the typedef sctp_sack_chunk_tXin Long3-5/+5
2017-07-25sctp: remove the typedef sctp_sackhdr_tXin Long3-6/+6
2017-07-25sctp: remove the typedef sctp_sack_variable_tXin Long2-8/+8
2017-07-25sctp: remove the typedef sctp_dup_tsn_tXin Long1-3/+1
2017-07-25sctp: remove the typedef sctp_gap_ack_block_tXin Long1-4/+4
2017-07-25sctp: remove the typedef sctp_unrecognized_param_tXin Long2-13/+9
2017-07-25sctp: remove the typedef sctp_cookie_param_tXin Long2-10/+12
2017-07-25sctp: remove the typedef sctp_initack_chunk_tXin Long2-8/+10
2017-07-24geneve/vxlan: offload ports on register/unregister eventsSabrina Dubroca2-4/+13
2017-07-24geneve/vxlan: add support for NETDEV_UDP_TUNNEL_DROP_INFOSabrina Dubroca2-14/+30
2017-07-24net: call udp_tunnel_get_rx_info when NETIF_F_RX_UDP_TUNNEL_PORT is toggledSabrina Dubroca1-1/+21