summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-1510-31/+797
* net_sched: make tcf_hash_check() booleanWANG Cong2016-06-157-11/+16
* net: vrf: Handle ipv6 multicast and link-local addressesDavid Ahern2016-06-152-3/+4
* net: ipv6: Do not add multicast route for l3 master devicesDavid Ahern2016-06-151-1/+1
* net: l3mdev: Remove const from flowi6 arg to get_rt6_dstDavid Ahern2016-06-151-1/+1
* af_iucv: use paged SKBs for big inbound messagesEugene Crosser2016-06-151-6/+50
* af_iucv: remove fragment_skb() to use paged SKBsEugene Crosser2016-06-151-56/+3
* af_iucv: use paged SKBs for big outbound messagesEugene Crosser2016-06-151-47/+77
* act_police: rename tcf_act_police_locate() to tcf_act_police_init()WANG Cong2016-06-151-4/+4
* net_sched: remove internal use of TC_POLICE_*WANG Cong2016-06-152-3/+3
* RDS: Update rds_conn_destroy to be MP capableSowmini Varadhan2016-06-141-20/+39
* RDS: Update rds_conn_shutdown to work with rds_conn_pathSowmini Varadhan2016-06-145-38/+44
* RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_createSowmini Varadhan2016-06-141-20/+45
* RDS: Add rds_conn_path_error()Sowmini Varadhan2016-06-143-1/+18
* RDS: update rds-info related functions to traverse multiple conn_pathsSowmini Varadhan2016-06-141-27/+82
* RDS: Add rds_conn_path_connect_if_down() for MP-aware callersSowmini Varadhan2016-06-143-8/+14
* RDS: Make rds_send_pong() take a rds_conn_path argumentSowmini Varadhan2016-06-143-14/+14
* RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...Sowmini Varadhan2016-06-141-3/+8
* RDS: Pass rds_conn_path to rds_send_xmit()Sowmini Varadhan2016-06-144-70/+87
* RDS: Make rds_send_queue_rm() rds_conn_path awareSowmini Varadhan2016-06-141-6/+11
* RDS: Remove stale function rds_send_get_message()Sowmini Varadhan2016-06-142-38/+0
* RDS: Add rds_send_path_drop_acked()Sowmini Varadhan2016-06-142-5/+15
* RDS: Add rds_send_path_reset()Sowmini Varadhan2016-06-141-17/+22
* RDS: rds_inc_path_init() helper function for MP capable transportsSowmini Varadhan2016-06-142-0/+16
* RDS: recv path gets the conn_path from rds_incoming for MP capable transportsSowmini Varadhan2016-06-142-4/+9
* RDS: add t_mp_capable bit to be set by MP capable transportsSowmini Varadhan2016-06-141-1/+6
* RDS: split out connection specific state from rds_connection to rds_conn_pathSowmini Varadhan2016-06-1419-93/+199
* tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell2016-06-141-2/+2
* sctp: fix error return code in sctp_init()Wei Yongjun2016-06-141-1/+2
* Merge tag 'rxrpc-rewrite-20160613' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-06-1418-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/sched: flower: Return error when hw can't offload and skip_sw is setAmir Vadai2016-06-141-17/+25
|/
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-125-7/+4
* ipv6: use TOS marks from sockets for routing decisionHannes Frederic Sowa2016-06-116-11/+23
* net_sched: remove generic throttled managementEric Dumazet2016-06-107-17/+4
* net_sched: netem: remove qdisc_is_throttled() useEric Dumazet2016-06-101-3/+0
* net_sched: cbq: remove a flaky use of qdisc_is_throttled()Eric Dumazet2016-06-101-1/+1
* net_sched: sch_plug: use a private throttled statusEric Dumazet2016-06-101-6/+8
* sctp: sctp should change socket state when shutdown is receivedXin Long2016-06-102-3/+9
* Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-1015-199/+745
|\
| * mac80211: implement codel on fair queuing flowsMichal Kazior2016-06-092-1/+113
| * mac80211: add debug knobs for fair queuingMichal Kazior2016-06-091-0/+173
| * mac80211: implement fair queueing per txqMichal Kazior2016-06-098-64/+162
| * mac80211: skip netdev queue control with software queuingMichal Kazior2016-06-096-45/+66
| * nl80211: clarify nl80211_set_reg() success pathJohannes Berg2016-06-091-4/+2
| * nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani2016-06-091-12/+10
| * nl80211: Fix spellingKirtika Ruchandani2016-06-091-1/+1
| * cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha2016-05-312-1/+72
| * cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-314-10/+11