summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-09wl1251: split RX and TX data path initialisationDavid Gnedt3-17/+41
2014-01-09wl1251: implement hardware ARP filteringDavid Gnedt3-0/+53
2014-01-09wl1251: retry power save entryDavid Gnedt5-1/+58
2014-01-09wl1251: fix scan behaviour while not associatedDavid Gnedt3-1/+17
2014-01-09i40e: Turn flow director off in MFP modeCatherine Sullivan1-7/+7
2014-01-09i40e: Add a dummy packet templateJesse Brandeburg1-3/+23
2014-01-09i40e: fix spelling errorsJesse Brandeburg1-1/+1
2014-01-09i40e: trivial: formatting and checkpatch fixesMitch Williams2-16/+17
2014-01-09i40e: shorten wordy fieldsMitch Williams4-11/+11
2014-01-09i40e: accept pf to pf adminq messagesShannon Nelson1-2/+5
2014-01-09i40e: remove interrupt on AQ errorShannon Nelson1-1/+1
2014-01-09i40e: release NVM resource reservation on startupShannon Nelson1-0/+3
2014-01-09i40e: Cleanup reconfig rss pathAnjali Singhai Jain1-8/+0
2014-01-09i40e: disable packet splitJesse Brandeburg1-1/+0
2014-01-09i40e: add a comment on barrier and fix panic on resetGreg Rose2-4/+12
2014-01-09i40e: Fix MAC format in Write MAC address AQ cmdKamil Krawczyk1-2/+5
2014-01-09i40e: Fix GPL headerGreg Rose27-108/+81
2014-01-09i40e: use kernel specific definesJesse Brandeburg2-7/+5
2014-01-09i40e: Re-enable interrupt on ICR0Anjali Singhai Jain1-4/+6
2014-01-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller7-10/+18
2014-01-08Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville20-811/+2015
2014-01-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-156/+397
2014-01-08i40e: correctly setup ARQ descriptorsMitch Williams1-0/+5
2014-01-08i40e: remove redundant AQ enableKamil Krawczyk1-6/+0
2014-01-08i40e: Enable/Disable PF switch LB on SR-IOV configure changesGreg Rose1-2/+74
2014-01-08i40e: whitespace paren and comment tweaksShannon Nelson3-6/+7
2014-01-08i40e: rework shadow ram read functionsShannon Nelson1-51/+16
2014-01-08i40e: check MAC type before any REG accessShannon Nelson1-8/+8
2014-01-08i40e: move PF ID init from PF reset to SC initShannon Nelson1-7/+7
2014-01-08i40e: Reduce range of interrupt reg in reg testShannon Nelson1-3/+3
2014-01-08i40e: update firmware api to 1.1Shannon Nelson4-44/+99
2014-01-08i40e: Add code to wait for FW to complete in reset pathShannon Nelson2-0/+42
2014-01-08i40e: Bump versionCatherine Sullivan1-1/+1
2014-01-08i40e: Allow VF to set already assigned MAC addressGreg Rose1-1/+4
2014-01-08i40e: Stop accepting any VLAN tag on VLAN 0 filter setGreg Rose1-11/+0
2014-01-08i40e: Do not enable broadcast promiscuous by defaultGreg Rose2-17/+18
2014-01-08i40e: Expose AQ debugfs hooksAnjali Singhai Jain1-0/+114
2014-01-08net: xfrm: xfrm_policy: silence compiler warningYing Xue1-0/+2
2014-01-08Merge branch 'tipc'David S. Miller8-64/+73
2014-01-08tipc: make link start event synchronousJon Paul Maloy3-13/+7
2014-01-08tipc: introduce new spinlock to protect struct link_reqYing Xue1-2/+9
2014-01-08tipc: remove 'has_redundant_link' flag from STATE link protocol messagesJon Paul Maloy2-11/+1
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy5-38/+56
2014-01-08net: skbuff: const-ify casts in skb_queue_* functionsDaniel Borkmann1-3/+3
2014-01-08net: xfrm: xfrm_policy: fix inline not at beginning of declarationDaniel Borkmann1-6/+6
2014-01-08netfilter: nft_ct: load both IPv4 and IPv6 conntrack modules for NFPROTO_INETPatrick McHardy1-3/+36
2014-01-08netfilter: nft_meta: add l4proto supportPatrick McHardy5-1/+10
2014-01-08netfilter: nf_tables: add nfproto support to meta expressionPatrick McHardy2-0/+6
2014-01-08netfilter: nf_tables: add "inet" table for IPv4/IPv6Patrick McHardy9-2/+116
2014-01-08netfilter: nf_tables: add support for multi family tablesPatrick McHardy7-25/+45