summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan2016-06-155-38/+44
* RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan2016-06-151-20/+45
* RDS: Add rds_conn_path_error()Sowmini Varadhan2016-06-153-1/+18
* RDS: update rds-info related functions to traverse multiple conn_pathsSowmini Varadhan2016-06-151-27/+82
* RDS: Add rds_conn_path_connect_if_down() for MP-aware callersSowmini Varadhan2016-06-153-8/+14
* RDS: Make rds_send_pong() take a rds_conn_path argumentSowmini Varadhan2016-06-153-14/+14
* RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...Sowmini Varadhan2016-06-151-3/+8
* RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan2016-06-154-70/+87
* RDS: Make rds_send_queue_rm() rds_conn_path awareSowmini Varadhan2016-06-151-6/+11
* RDS: Remove stale function rds_send_get_message()Sowmini Varadhan2016-06-152-38/+0
* RDS: Add rds_send_path_drop_acked()Sowmini Varadhan2016-06-152-5/+15
* RDS: Add rds_send_path_reset()Sowmini Varadhan2016-06-151-17/+22
* RDS: rds_inc_path_init() helper function for MP capable transportsSowmini Varadhan2016-06-152-0/+16
* RDS: recv path gets the conn_path from rds_incoming for MP capable transportsSowmini Varadhan2016-06-152-4/+9
* RDS: add t_mp_capable bit to be set by MP capable transportsSowmini Varadhan2016-06-151-1/+6
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-1519-93/+199
* tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell2016-06-151-2/+2
* sctp: fix error return code in sctp_init()Wei Yongjun2016-06-151-1/+2
* Merge tag 'rxrpc-rewrite-20160613' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-06-1518-86/+86
|\
| * rxrpc: Update the comments in ar-internal.h to reflect renamesDavid Howells2016-06-131-69/+69
| * rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefixDavid Howells2016-06-1317-17/+17
* | net: hns: update the dependencyKejian Yan2016-06-151-1/+1
* | Merge branch 'r8152-phy-adjustments'David S. Miller2016-06-151-12/+41
|\ \
| * | r8152: save the speedhayeswang2016-06-151-3/+13
| * | r8152: move the setting for the default speedhayeswang2016-06-151-7/+4
| * | r8152: move the settings of PHY to a work queuehayeswang2016-06-151-5/+27
|/ /
* | net/sched: flower: Return error when hw can't offload and skip_sw is setAmir Vadai2016-06-151-17/+25
* | Merge branch 'bnxt_en-updates'David S. Miller2016-06-154-113/+441
|\ \
| * | bnxt_en: Support new ETHTOOL_{G|S}LINKSETTINGS API.Michael Chan2016-06-151-80/+118
| * | bnxt_en: Don't allow autoneg on cards that don't support it.Michael Chan2016-06-153-9/+30
| * | bnxt_en: Add BCM5731X and BCM5741X device IDs.Michael Chan2016-06-151-1/+29
| * | bnxt_en: Add GRO logic for BCM5731X chips.Michael Chan2016-06-152-2/+103
| * | bnxt_en: Refactor bnxt_gro_skb().Michael Chan2016-06-152-19/+36
| * | bnxt_en: Define the supported chip numbers.Michael Chan2016-06-152-1/+43
| * | bnxt_en: Add PCI device ID for 57404 NPAR devices.Michael Chan2016-06-151-0/+3
| * | bnxt_en: Enable NPAR (NIC Partitioning) Support.Satish Baddipadige2016-06-153-5/+17
| * | bnxt_en: Handle VF_CFG_CHANGE event from firmware.Michael Chan2016-06-152-0/+10
| * | bnxt_en: Add new function bnxt_reset().Michael Chan2016-06-151-12/+22
| * | bnxt_en: Add function for VF driver to query default VLAN.Michael Chan2016-06-152-2/+48
|/ /
* | net: ethernet: enic: move to new ethtool api {get|set}_link_ksettingsPhilippe Reynes2016-06-141-12/+16
* | virtio_net: fix csum generation for virtio-net devicesMike Rapoport2016-06-141-4/+4
|/
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-136-8/+4
* net: fec: handle small PHY reset durations more preciselyStefan Wahren2016-06-131-1/+6
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-126-11/+23
* Merge branch 'remove-qdisc-throttle'David S. Miller2016-06-1110-45/+15
|\
| * net_sched: remove generic throttled managementEric Dumazet2016-06-119-35/+6
| * net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-111-3/+0
| * net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-111-1/+1
| * net_sched: sch_plug: use a private throttled statusEric Dumazet2016-06-111-6/+8
|/
* Merge branch 'mdio-iProc-SOC'David S. Miller2016-06-1115-15/+550
|\