summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 '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-08mlx4_en: Select PTP_1588_CLOCKShawn Bohrer1-0/+1
2014-01-08net-gre-gro: Add GRE support to the GRO stackJerry Chu6-7/+216
2014-01-08net: Do not enable tx-nocache-copy by defaultBenjamin Poirier1-5/+0
2014-01-08ipv4: loopback device: ignore value changes after device is uppedJiri Pirko1-0/+2
2014-01-08IPv6: add the option to use anycast addresses as source addresses in echo replyFX Le Bail5-1/+26
2014-01-08net/mlx4_en: fix error return code in mlx4_en_get_qp()Wei Yongjun1-2/+3
2014-01-07r8152: correct some messagesHayes Wang1-10/+13
2014-01-07bna: Fix build due to missing use of dma_unmap_len_set()David S. Miller1-2/+2
2014-01-07gre_offload: statically build GRE offloading supportEric Dumazet4-16/+7
2014-01-07bgmac: fix typosHauke Mehrtens1-2/+2
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller17-213/+483
2014-01-07ovs: make functions localStephen Hemminger4-6/+7
2014-01-07openvswitch: Compute checksum in skb_gso_segment() if neededThomas Graf1-1/+1
2014-01-07openvswitch: Use skb_zerocopy() for upcallThomas Graf1-8/+29
2014-01-07openvswitch: Pass datapath into userspace queue functionsThomas Graf1-20/+14
2014-01-07openvswitch: Drop user features if old user space attempted to create datapathThomas Graf2-1/+30
2014-01-07openvswitch: Allow user space to announce ability to accept unaligned Netlink...Thomas Graf3-0/+20
2014-01-07net: Export skb_zerocopy() to zerocopy from one skb to anotherThomas Graf3-55/+92
2014-01-07openvswitch: remove duplicated include from flow_table.cWei Yongjun1-2/+0
2014-01-07net: ovs: use kfree_rcu instead of rcu_free_{sw_flow_mask_cb,acts_callback}Daniel Borkmann2-17/+2
2014-01-07openvswitch: Per cpu flow stats.Pravin B Shelar7-55/+210
2014-01-07openvswitch: Enable memory mapped Netlink i/oThomas Graf1-27/+29