aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-06mac80211_hwsim: Fix the supported VHT mcs ratesIlan Peer1-5/+5
2015-05-06mac80211_hwsim: Set VHT capabilities only for the 5.2 GHz bandIlan Peer1-25/+25
2015-05-06cfg80211: Allow GO concurrent relaxation after BSS disconnectionAvraham Stern1-10/+19
2015-05-06mac80211: validate cipher scheme PN length betterJohannes Berg2-5/+10
2015-05-06mac80211: extend get_key() to return PN for all ciphersJohannes Berg4-4/+19
2015-05-06mac80211: extend get_tkip_seq to all keysJohannes Berg10-108/+143
2015-05-05vxlan: Correctly set flow*i_mark and flow4i_proto in route lookupsThomas Graf1-0/+3
2015-05-05net: axienet: Fix kernel-doc warningsMichal Simek3-18/+32
2015-05-05net: axienet: Removed _of_ prefix in probe and remove functionsSrikanth Thokala1-7/+7
2015-05-05net: axienet: Use of_property_* callsSrikanth Thokala1-20/+15
2015-05-05net: axienet: Use devm_* callsSrikanth Thokala1-27/+27
2015-05-05net: axienet: Use pdev instead of opSrikanth Thokala1-23/+24
2015-05-05net: axienet: Fix comments blocksMichal Simek3-59/+71
2015-05-05net: axienet: Removed coding style errors and warningsSrikanth Thokala2-20/+21
2015-05-05net: axienet: Support phy-less mode of operationSrikanth Thokala1-5/+5
2015-05-05net: axienet: Handle jumbo frames for lesser frame sizesSrikanth Thokala2-28/+27
2015-05-05net: axienet: Service completion interrupts ASAPPeter Crosthwaite1-2/+4
2015-05-05net: axienet: Handle 0 packet receive gracefullyPeter Crosthwaite1-3/+4
2015-05-05net: axienet: Support for RGMIISrikanth Thokala1-1/+8
2015-05-05cxgb4: Discard the packet if the length is greater than mtuHariprasad Shenai2-2/+16
2015-05-05cxgb4: Move SGE Ingress DMA state monitor code to a new routineHariprasad Shenai3-79/+156
2015-05-05cxgb4: Add device node to ULD infoHariprasad Shenai3-1/+3
2015-05-05cxgb4: Pass in a Congestion Channel Map to t4_sge_alloc_rxq()Hariprasad Shenai3-0/+45
2015-05-05cxgb4: Enable congestion notification from SGE for IQs and FLs.Hariprasad Shenai5-13/+28
2015-05-05cxgb4: Make sure that Freelist size is larger than Egress Congestion ThresholdHariprasad Shenai2-1/+14
2015-05-05rhashtable-test: Fix 64bit divisionThomas Graf1-1/+2
2015-05-05rhashtable: Simplify iterator codeThomas Graf1-6/+2
2015-05-05ipvlan: Always set broadcast bit in multicast filterMahesh Bandewar1-14/+6
2015-05-05ipvlan: Defer multicast / broadcast processing to a work-queueMahesh Bandewar3-52/+96
2015-05-05vlan: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05openvswitch: Use eth_proto_is_802_3Alexander Duyck3-4/+4
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05ebtables: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05etherdev: Fix sparse error, make test usable by other functionsAlexander Duyck2-1/+19
2015-05-05bridge: change BR_GROUPFWD_RESTRICTED to allow forwarding of LLDP framesBernhard Thaler2-2/+21
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet7-1/+70
2015-05-05mac80211: remove useless skb->encapsulation checkJohannes Berg1-6/+2
2015-05-05mac80211: make LED triggering depend on activationJohannes Berg4-100/+194
2015-05-05mac80211: make LED trigger names constJohannes Berg5-24/+26
2015-05-05mac80211: clean up station debugfsJohannes Berg1-84/+0
2015-05-05mac80211: remove sta->tx_fragments counterJohannes Berg4-7/+1
2015-05-05mac80211: move dot11 counters under MAC80211_DEBUG_COUNTERSJohannes Berg5-27/+31
2015-05-05mac80211: clean up global debugfs statisticsJohannes Berg3-52/+28
2015-05-04net: fix two sparse warnings introduced by IGMP/MLD parsing exportsLinus Lüssing2-2/+2
2015-05-04tipc: deal with return value of tipc_conn_new callbackYing Xue1-0/+4
2015-05-04tipc: adjust locking policy of subscriptionYing Xue1-2/+4
2015-05-04tipc: involve reference counter for subscriberYing Xue1-68/+52
2015-05-04tipc: introduce tipc_subscrb_create routineYing Xue1-13/+17
2015-05-04tipc: rename functions defined in subscr.cYing Xue4-97/+75
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing8-188/+498