summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | vxlan: tun_id is 64bit, not 32bitJiri Benc2016-02-181-2/+3
|/
* net: phy: Add SGMII support for Marvell 88E1510/1512/1514/1518Stefan Roese2016-02-181-0/+41
* i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.Catherine Sullivan2016-02-182-2/+2
* i40e: When in promisc mode apply promisc mode to Tx Traffic as wellAnjali Singhai Jain2016-02-183-3/+12
* i40e: clean event descriptor before useShannon Nelson2016-02-182-10/+15
* i40evf: set adapter state on reset failureMitch Williams2016-02-181-0/+1
* i40e: better error reporting for nvmupdateShannon Nelson2016-02-182-20/+24
* i40e: expand commentMitch Williams2016-02-181-1/+5
* i40e: Do not disable queues in the Legacy/MSI Interrupt handlerAnjali Singhai Jain2016-02-182-23/+6Star
* i40e/i40evf: avoid atomicsMitch Williams2016-02-182-16/+26
* i40e: Removal of code which relies on BASE VEB SEIDKiran Patil2016-02-183-17/+4Star
* i40e: Fix PROMISC mode for Multi-function per port (MFP) devicesAnjali Singhai Jain2016-02-181-1/+3
* i40e: Add a SW workaround for lost interruptsAnjali Singhai Jain2016-02-187-20/+40
* i40e: trivial: cleanup use of pf->hwJesse Brandeburg2016-02-181-4/+4
* i40evf: support packet split receiveMitch Williams2016-02-184-31/+110
* i40e: drop unused debugfs file "dump"Jesse Brandeburg2016-02-181-250/+0Star
* i40e: get rid of magic numberMitch Williams2016-02-181-1/+1
* vxlan: treat vni in metadata based tunnels consistentlyJiri Benc2016-02-181-4/+4
* vxlan: clean up rx error pathJiri Benc2016-02-181-21/+14Star
* vxlan: clean up extension handling on rxJiri Benc2016-02-181-30/+32
* vxlan: move GBP header parsing to a separate functionJiri Benc2016-02-181-14/+19
* vxlan: simplify vxlan_remcsumJiri Benc2016-02-181-14/+8Star
* vxlan: keep flags and vni in network byte orderJiri Benc2016-02-181-58/+57Star
* vxlan: introduce vxlan_hdrJiri Benc2016-02-181-10/+7Star
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2016-02-1812-223/+445
|\
| * i40e/i40evf: Bump versionJesse Brandeburg2016-02-182-2/+2
| * i40e: properly show packet split status in debugfsMitch Williams2016-02-183-5/+3Star
| * i40e/i40evf: use logical operators, not bitwiseMitch Williams2016-02-182-4/+6
| * i40e/i40evf: use pages correctly in RxMitch Williams2016-02-185-86/+159
| * i40e/i40evf: use __GFP_NOWARNJesse Brandeburg2016-02-182-8/+16
| * i40e: dump descriptor indexes in hexJesse Brandeburg2016-02-181-7/+7
| * i40e/i40evf: try again after failureJesse Brandeburg2016-02-174-23/+89
| * i40e/i40evf: don't lose interruptsJesse Brandeburg2016-02-175-12/+20
| * i40evf: Change vf driver string to reflect all products i40evf supportsCatherine Sullivan2016-02-171-2/+2
| * i40e: Refactor force_wb and WB_ON_ITR functionality codeAnjali Singhai Jain2016-02-173-51/+72
| * i40e: use new add_veb calling with VEB stats controlShannon Nelson2016-02-172-5/+10
| * i40e: add VEB stat control and remove L2 cloud filterShannon Nelson2016-02-173-9/+10
| * i40e: set shared bit for multicast filtersShannon Nelson2016-02-171-2/+8
| * i40e: Make the DCB firmware checks for X710/XL710 onlyNeerav Parikh2016-02-172-7/+36
| * i40e: move sync_vsi_filters up in service_taskJesse Brandeburg2016-02-171-1/+6
* | rocker: return -EOPNOTSUPP for undefined world opsJiri Pirko2016-02-181-16/+17
* | rocker: move OF-DPA stuff into separate fileJiri Pirko2016-02-183-2877/+2946
* | rocker: call rocker_cmd_exec function with "nowait" boolean instead of flagsJiri Pirko2016-02-181-15/+23
* | rocker: remove trans parameter to rocker_cmd_exec functionJiri Pirko2016-02-181-30/+35
* | rocker: pre-allocate wait structures during cmd ring initJiri Pirko2016-02-181-21/+66
* | rocker: pass "learning" value as a parameter to rocker_port_set_learningJiri Pirko2016-02-181-5/+9
* | rocker: introduce worlds infrastructureJiri Pirko2016-02-184-3/+545
* | rocker: move rocker and rocker_port structs into headerJiri Pirko2016-02-182-73/+75
* | rocker: implement get settings mode commandJiri Pirko2016-02-181-0/+32
* | rocker: push tlv processing into separate filesJiri Pirko2016-02-185-221/+284