summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-02inet: move ipv6only in sock_commonEric Dumazet
2014-07-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2014-07-02bonding: allow to add vlans on top of empty bondJiri Pirko
2014-07-02Merge branch 'cxgb4-next'David S. Miller
2014-07-02cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai
2014-07-02cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai
2014-07-02cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai
2014-07-02cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai
2014-07-02rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai
2014-07-02Merge branch 'dp83640-next'David S. Miller
2014-07-02ptp: Allow reassigning calibration pin functionStefan Sørensen
2014-07-02dp83640: Get calibration pin with ptp_find_pinStefan Sørensen
2014-07-02dp83640: Verify calibration pin assignmentStefan Sørensen
2014-07-02dp83640: Increase supported perout pins to 7Stefan Sørensen
2014-07-02dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen
2014-07-01Merge branch 'bnx2x-next'David S. Miller
2014-07-01bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz
2014-07-01bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov
2014-07-01bnx2x: VF can report link speedDmitry Kravkov
2014-07-01Merge branch 'pktgen'David S. Miller
2014-07-01pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer
2014-07-01pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer
2014-07-01pktgen: document tuning for max NIC performanceJesper Dangaard Brouer
2014-07-01openvswitch: introduce rtnl ops stubJiri Pirko
2014-07-01rtnetlink: allow to register ops without ops->setup setJiri Pirko
2014-07-01net: fix some typos in commentYing Xue
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear
2014-07-01ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller
2014-07-01igb: bring link up when PHY is powered upTodd Fujinaka
2014-07-01i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan
2014-07-01i40evf: change branding stringMitch Williams
2014-07-01i40e: remove linux/export.h header from i40e_ptp.cJacob Keller
2014-07-01i40e: limit GLLAN_TXPRE_QDIS to QINDX 0-127Christopher Pau
2014-07-01i40e/i40evf: initialize context descriptorJesse Brandeburg
2014-07-01i40e: FD filter replay logic bug fixAnjali Singhai Jain
2014-07-01i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk
2014-07-01i40evf: set flags before sending messageMitch Williams
2014-07-01i40e: Correct mask assignment valueKevin Scott
2014-07-01i40e: clear all queues and interruptsShannon Nelson
2014-07-01i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson
2014-07-01i40e/i40evf: Add base address registers to aq structShannon Nelson
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila
2014-06-27Merge branch 'tcp_conn_request_unification'David S. Miller
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila