summaryrefslogtreecommitdiffstats
path: root/drivers/devfreq (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-03drivers/net/hyperv/netvsc.c: remove unnecessary null test before kfreeFabian Frederick1-3/+1
2014-07-03sh_eth: remove checks around dev_kfree_skb() callsSergei Shtylyov1-12/+6
2014-07-03MAINTAINERS: Update tg3 maintainerPrashant Sreedharan1-1/+1
2014-07-03qlcnic: Update version to 5.3.61Harish Patil1-2/+2
2014-07-03qlcnic: Enhance Tx timeout debug data collection.Harish Patil1-6/+35
2014-07-03net/caif/caif_socket.c: remove unnecessary null test before debugfs_remove_re...Fabian Frederick1-2/+1
2014-07-03drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: remove unnecessary null test...Fabian Frederick1-2/+1
2014-07-02inet: move ipv6only in sock_commonEric Dumazet8-18/+18
2014-07-02bonding: allow to add vlans on top of empty bondJiri Pirko1-13/+0
2014-07-02cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai1-0/+9
2014-07-02cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai1-0/+20
2014-07-02cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai4-172/+148
2014-07-02cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai4-8/+98
2014-07-02rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai3-9/+13
2014-07-02ptp: Allow reassigning calibration pin functionStefan Sørensen1-7/+2
2014-07-02dp83640: Get calibration pin with ptp_find_pinStefan Sørensen1-1/+5
2014-07-02dp83640: Verify calibration pin assignmentStefan Sørensen1-0/+10
2014-07-02dp83640: Increase supported perout pins to 7Stefan Sørensen1-9/+9
2014-07-02dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen1-0/+5
2014-07-02bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2-0/+54
2014-07-02bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov1-2/+4
2014-07-02bnx2x: VF can report link speedDmitry Kravkov8-88/+366
2014-07-02pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer1-49/+52
2014-07-02pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer1-6/+3
2014-07-02pktgen: document tuning for max NIC performanceJesper Dangaard Brouer1-0/+28
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko3-1/+26
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko2-3/+11
2014-07-01net: fix some typos in commentYing Xue2-4/+4
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear7-8/+39
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear1-8/+43
2014-07-01ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller1-7/+9
2014-07-01igb: bring link up when PHY is powered upTodd Fujinaka1-0/+2
2014-07-01i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan2-2/+2
2014-07-01i40evf: change branding stringMitch Williams1-1/+1
2014-07-01i40e: remove linux/export.h header from i40e_ptp.cJacob Keller1-1/+0
2014-07-01i40e: limit GLLAN_TXPRE_QDIS to QINDX 0-127Christopher Pau1-1/+3
2014-07-01i40e/i40evf: initialize context descriptorJesse Brandeburg2-0/+2
2014-07-01i40e: FD filter replay logic bug fixAnjali Singhai Jain1-4/+6
2014-07-01i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk4-2/+10
2014-07-01i40evf: set flags before sending messageMitch Williams1-17/+16
2014-07-01i40e: Correct mask assignment valueKevin Scott1-2/+2
2014-07-01i40e: clear all queues and interruptsShannon Nelson3-0/+95
2014-07-01i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson2-0/+8
2014-07-01i40e/i40evf: Add base address registers to aq structShannon Nelson4-76/+44
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-28tcp: add tcp_conn_requestOctavian Purdila4-244/+155
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila3-2/+6
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila4-27/+19
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila3-9/+17