aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-03mac80211: treat bad WMM parameters more gracefullyJohannes Berg1-94/+48
2015-11-03mac80211: fixup AIFSN instead of disabling WMMEmmanuel Grumbach1-7/+7
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg5-16/+11
2015-11-03mac80211: fix crash on mesh local link ID generation with VIFsMatthias Schiffer1-0/+3
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov5-7/+18
2015-11-03mac80211: don't reconfigure sched scan in case of wowlanEliad Peller5-35/+45
2015-11-03mac80211: call drv_stop only if driver is startedEliad Peller3-31/+48
2015-11-03mac80211: Remove WARN_ON_ONCE in ieee80211_recalc_smpsAndrei Otcheretianski1-1/+7
2015-11-03mac80211: use freezable workqueue for restart workEliad Peller2-1/+12
2015-11-03mac80211: Fix local deauth while associatingAndrei Otcheretianski1-0/+19
2015-11-03mac80211: allow null chandef in tracingArik Nemtsov1-5/+5
2015-11-03nl80211: Fix potential memory leak from parse_acl_dataOla Olsson1-6/+6
2015-11-03mac80211: fix divide by zero when NOA updateJanusz.Dziedzic@tieto.com1-0/+7
2015-11-02net/core: generic support for disabling netdev features down stackJarod Wilson1-0/+50
2015-11-02sit: fix sit0 percpu double allocationsEric Dumazet1-22/+4
2015-11-02net: fix percpu memory leaksEric Dumazet5-18/+35
2015-11-02libceph: clear msg->con in ceph_msg_release() onlyIlya Dryomov2-28/+20
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov3-1/+20
2015-11-02libceph: stop duplicating client fields in messengerIlya Dryomov2-22/+10
2015-11-02libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov1-4/+1
2015-11-02libceph: msg signing callouts don't need con argumentIlya Dryomov2-8/+10
2015-11-02libceph: evaluate osd_req_op_data() arguments only onceIoana Ciornei1-5/+7
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov2-12/+20
2015-11-02libceph: use local variable cursor instead of &msg->cursorShraddha Barke1-6/+5
2015-11-02libceph: remove con argument in handle_reply()Shraddha Barke1-3/+2
2015-11-02Merge tag 'nfs-rdma-4.4-2' of git://git.linux-nfs.org/projects/anna/nfs-rdmaTrond Myklebust14-317/+923
2015-11-02ipv6: fix crash on ICMPv6 redirects with prohibited/blackholed sourceMatthias Schiffer1-2/+1
2015-11-02NFS: Enable client side NFSv4.1 backchannel to use other transportsChuck Lever4-0/+35
2015-11-02net: make skb_set_owner_w() more robustEric Dumazet2-3/+23
2015-11-02bridge: vlan: Use rcu_dereference instead of rtnl_dereferenceIdo Schimmel1-1/+1
2015-11-02ipmr: fix possible race resulting from improper usage of IP_INC_STATS_BH() in preemptible context.Ani Sinha1-3/+3
2015-11-02bridge: vlan: Use correct flag name in commentIdo Schimmel1-3/+3
2015-11-02bridge: vlan: Prevent possible use-after-freeIdo Schimmel1-0/+2
2015-11-02tcp/dccp: fix ireq->pktopts raceEric Dumazet2-17/+17
2015-11-02RDS: convert bind hash table to re-sizable hashtablesantosh.shilimkar@oracle.com3-86/+56
2015-11-02net: rds: changing the return type from int to voidSaurabh Sengar1-4/+2
2015-11-02ipv4: use l4 hash for locally generated multipath flowsPaolo Abeni1-1/+2
2015-11-02SUNRPC: Remove the TCP-only restriction in bc_svc_process()Chuck Lever1-5/+0
2015-11-02svcrdma: Add backward direction service for RPC/RDMA transportChuck Lever2-0/+64
2015-11-02xprtrdma: Handle incoming backward direction RPC callsChuck Lever3-0/+161
2015-11-02xprtrdma: Add support for sending backward direction RPC repliesChuck Lever3-0/+51
2015-11-02xprtrdma: Pre-allocate Work Requests for backchannelChuck Lever3-2/+26
2015-11-02xprtrdma: Pre-allocate backward rpc_rqst and send/receive buffersChuck Lever5-12/+309
2015-11-02SUNRPC: Abstract backchannel operationsChuck Lever2-2/+27
2015-11-02xprtrdma: Saving IRQs no longer needed for rb_lockChuck Lever1-14/+10
2015-11-02xprtrdma: Remove reply taskletChuck Lever1-43/+0
2015-11-02xprtrdma: Use workqueue to process RPC/RDMA repliesChuck Lever4-18/+65
2015-11-02xprtrdma: Replace send and receive arraysChuck Lever2-91/+73
2015-11-02xprtrdma: Refactor reply handler error handlingChuck Lever3-40/+53
2015-11-02xprtrdma: Prevent loss of completion signalsChuck Lever2-41/+38