summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet: move ipv6only in sock_commonEric Dumazet2014-07-018-18/+18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2014-07-0115-113/+200
|\
| * ixgbe: change PTP NSECS_PER_SEC to IXGBE_PTP_PPS_HALF_SECONDJacob Keller2014-07-011-7/+9
| * igb: bring link up when PHY is powered upTodd Fujinaka2014-07-011-0/+2
| * i40e/i40evf: Bump i40e to 0.4.19 and i40evf to 0.9.38Catherine Sullivan2014-07-012-2/+2
| * i40evf: change branding stringMitch Williams2014-07-011-1/+1
| * i40e: remove linux/export.h header from i40e_ptp.cJacob Keller2014-07-011-1/+0
| * i40e: limit GLLAN_TXPRE_QDIS to QINDX 0-127Christopher Pau2014-07-011-1/+3
| * i40e/i40evf: initialize context descriptorJesse Brandeburg2014-07-012-0/+2
| * i40e: FD filter replay logic bug fixAnjali Singhai Jain2014-07-011-4/+6
| * i40e/i40evf: add ASQ write back timeout variable to AQ structureKamil Krawczyk2014-06-304-2/+10
| * i40evf: set flags before sending messageMitch Williams2014-06-301-17/+16
| * i40e: Correct mask assignment valueKevin Scott2014-06-301-2/+2
| * i40e: clear all queues and interruptsShannon Nelson2014-06-303-0/+95
| * i40e/i40evf: clear aq bah-bal on shutdownShannon Nelson2014-06-302-0/+8
| * i40e/i40evf: Add base address registers to aq structShannon Nelson2014-06-304-76/+44
* | bonding: allow to add vlans on top of empty bondJiri Pirko2014-07-011-13/+0
* | Merge branch 'cxgb4-next'David S. Miller2014-07-017-189/+288
|\ \
| * | cxgb4vf: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai2014-07-011-0/+9
| * | cxgb4: Adds device ID for few more Chelsio T4 AdaptersHariprasad Shenai2014-07-011-0/+20
| * | cxgb4: Replaced the backdoor mechanism to access the HW memory with PCIe Wind...Hariprasad Shenai2014-07-014-172/+148
| * | cxgb4: Use FW interface to get BAR0 valueHariprasad Shenai2014-07-014-8/+98
| * | rdma/cxgb4: Fixes cxgb4 probe failure in VM when PF is exposed through PCI Pa...Hariprasad Shenai2014-07-013-9/+13
|/ /
* | Merge branch 'dp83640-next'David S. Miller2014-07-012-17/+31
|\ \
| * | ptp: Allow reassigning calibration pin functionStefan Sørensen2014-07-011-7/+2
| * | dp83640: Get calibration pin with ptp_find_pinStefan Sørensen2014-07-011-1/+5
| * | dp83640: Verify calibration pin assignmentStefan Sørensen2014-07-011-0/+10
| * | dp83640: Increase supported perout pins to 7Stefan Sørensen2014-07-011-9/+9
| * | dp83640: Program pulsewidth2 values of perout triggers 0 and 1Stefan Sørensen2014-07-011-0/+5
|/ /
* | Merge branch 'bnx2x-next'David S. Miller2014-07-018-90/+424
|\ \
| * | bnx2x: Fail probe of VFs using an old incompatible driverYuval Mintz2014-07-012-0/+54
| * | bnx2x: enlarge minimal alignemnt of data offsetDmitry Kravkov2014-07-011-2/+4
| * | bnx2x: VF can report link speedDmitry Kravkov2014-07-018-88/+366
|/ /
* | Merge branch 'pktgen'David S. Miller2014-07-012-55/+83
|\ \
| * | pktgen: RCU-ify "if_list" to remove lock in next_to_run()Jesper Dangaard Brouer2014-07-011-49/+52
| * | pktgen: avoid expensive set_current_state() call in loopJesper Dangaard Brouer2014-07-011-6/+3
| * | pktgen: document tuning for max NIC performanceJesper Dangaard Brouer2014-07-011-0/+28
|/ /
* | openvswitch: introduce rtnl ops stubJiri Pirko2014-07-013-1/+26
* | rtnetlink: allow to register ops without ops->setup setJiri Pirko2014-07-012-3/+11
* | net: fix some typos in commentYing Xue2014-07-012-4/+4
* | ipv6: Allow accepting RA from local IP addresses.Ben Greear2014-07-017-8/+39
* | ipv6: Add more debugging around accept-ra logic.Ben Greear2014-07-011-8/+43
|/
* tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila2014-06-291-1/+3
* Merge branch 'tcp_conn_request_unification'David S. Miller2014-06-2711-331/+306
|\
| * tcp: add tcp_conn_requestOctavian Purdila2014-06-274-244/+155
| * tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila2014-06-273-2/+6
| * tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila2014-06-273-2/+6
| * tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2014-06-274-27/+19
| * tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila2014-06-273-9/+17
| * tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila2014-06-273-3/+6