aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-18cxgb4vf: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai4-61/+171
2016-02-18cxgb4: Use __dev_uc_sync/__dev_mc_sync to sync MAC addressHariprasad Shenai3-73/+184
2016-02-18vxlan: tun_id is 64bit, not 32bitJiri Benc1-2/+3
2016-02-18net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese1-0/+41
2016-02-18isdn: divamnt: use y2038-safe ktime_get_ts64() for trace data timestampsAlison Schofield2-28/+6
2016-02-17i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.Catherine Sullivan2-2/+2
2016-02-17i40e: When in promisc mode apply promisc mode to Tx Traffic as wellAnjali Singhai Jain3-3/+12
2016-02-17i40e: clean event descriptor before useShannon Nelson2-10/+15
2016-02-17i40evf: set adapter state on reset failureMitch Williams1-0/+1
2016-02-17i40e: better error reporting for nvmupdateShannon Nelson2-20/+24
2016-02-17i40e: expand commentMitch Williams1-1/+5
2016-02-17i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain2-23/+6
2016-02-17i40e/i40evf: avoid atomicsMitch Williams2-16/+26
2016-02-17i40e: Removal of code which relies on BASE VEB SEIDKiran Patil3-17/+4
2016-02-17i40e: Fix PROMISC mode for Multi-function per port (MFP) devicesAnjali Singhai Jain1-1/+3
2016-02-17i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain7-20/+40
2016-02-17i40e: trivial: cleanup use of pf->hwJesse Brandeburg1-4/+4
2016-02-17i40evf: support packet split receiveMitch Williams4-31/+110
2016-02-17i40e: drop unused debugfs file "dump"Jesse Brandeburg1-250/+0
2016-02-17i40e: get rid of magic numberMitch Williams1-1/+1
2016-02-17vxlan: treat vni in metadata based tunnels consistentlyJiri Benc1-4/+4
2016-02-17vxlan: clean up rx error pathJiri Benc1-21/+14
2016-02-17vxlan: clean up extension handling on rxJiri Benc1-30/+32
2016-02-17vxlan: move GBP header parsing to a separate functionJiri Benc1-14/+19
2016-02-17vxlan: simplify vxlan_remcsumJiri Benc1-14/+8
2016-02-17vxlan: keep flags and vni in network byte orderJiri Benc1-58/+57
2016-02-17vxlan: introduce vxlan_hdrJiri Benc1-10/+7
2016-02-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller12-223/+445
2016-02-17rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko1-16/+17
2016-02-17rocker: move OF-DPA stuff into separate fileJiri Pirko3-2877/+2946
2016-02-17rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko1-15/+23
2016-02-17rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko1-30/+35
2016-02-17rocker: pre-allocate wait structures during cmd ring initJiri Pirko1-21/+66
2016-02-17rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko1-5/+9
2016-02-17rocker: introduce worlds infrastructureJiri Pirko4-3/+545
2016-02-17rocker: move rocker and rocker_port structs into headerJiri Pirko2-73/+75
2016-02-17rocker: implement get settings mode commandJiri Pirko1-0/+32
2016-02-17rocker: push tlv processing into separate filesJiri Pirko5-221/+284
2016-02-17rocker: rename rocker.c to rocker_main.cJiri Pirko2-7/+9
2016-02-17rocker: rename rocker.h to rocker_hw.hJiri Pirko2-5/+5
2016-02-17rocker: remove unused rocker_port param from alloc funcs and shorten their namesJiri Pirko1-45/+42
2016-02-17drivers: net: xgene: Add support for multiple queuesIyappan Subramanian6-194/+320
2016-02-17drivers: net: xgene: Add support for RSSIyappan Subramanian2-5/+422
2016-02-17drivers: net: xgene: Add support for Classifier engineIyappan Subramanian6-9/+649
2016-02-17ixgbe: fix dates on header of ixgbe_model.hJohn Fastabend1-1/+1
2016-02-17ixgbe: use u32 instead of __u32 in model headerJohn Fastabend1-9/+9
2016-02-17i40e/i40evf: Bump versionJesse Brandeburg2-2/+2
2016-02-17i40e: properly show packet split status in debugfsMitch Williams3-5/+3
2016-02-17i40e/i40evf: use logical operators, not bitwiseMitch Williams2-4/+6
2016-02-17i40e/i40evf: use pages correctly in RxMitch Williams5-86/+159