summaryrefslogtreecommitdiffstats
path: root/.gitattributes (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-27virtio_ring: extract split ring handling from ring creationTiwei Bie1-99/+121
2018-11-27virtio_ring: allocate desc state for split ring separatelyTiwei Bie1-18/+27
2018-11-27virtio_ring: introduce helper for indirect featureTiwei Bie1-3/+13
2018-11-27virtio_ring: introduce debug helpersTiwei Bie1-22/+27
2018-11-27virtio_ring: put split ring fields in a sub structTiwei Bie1-65/+91
2018-11-27virtio_ring: put split ring functions togetherTiwei Bie1-254/+271
2018-11-27virtio_ring: add _split suffix for split ring functionsTiwei Bie1-96/+155
2018-11-27virtio: add packed ring types and macrosTiwei Bie2-0/+55
2018-11-26bpf: align map type names formatting.David Calavera1-23/+23
2018-11-26bpf: btf: fix spelling mistake "Memmber" -> "Member"Colin Ian King1-1/+1
2018-11-26bpf, tags: Fix DEFINE_PER_CPU expansionRustam Kovhaev1-2/+1
2018-11-25net: remove unsafe skb_insert()Eric Dumazet3-26/+2
2018-11-25net: bridge: remove redundant checks for null p->dev and p->brColin Ian King1-3/+0
2018-11-25r8169: make use of xmit_more and __netdev_sent_queueHeiner Kallweit1-10/+9
2018-11-25net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queueHeiner Kallweit1-0/+8
2018-11-25selftests/net: add txring_overwriteWillem de Bruijn4-1/+191
2018-11-25net: qualcomm: rmnet: move null check on dev before dereferecing itColin Ian King1-1/+4
2018-11-25cxgb4: remove set but not used variables 'multitrc, speed'YueHaibing1-4/+1
2018-11-25net: fixup type in netdev_start_xmit()Alexey Dobriyan1-1/+1
2018-11-24net: gemini: Fix copy/paste errorAndreas Fiedler1-1/+1
2018-11-24net: phy: mscc: fix deadlock in vsc85xx_default_configQuentin Schulz1-9/+5
2018-11-24dt-bindings: dsa: Fix typo in "probed"Fabio Estevam1-1/+1
2018-11-24net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queueLorenzo Bianconi1-1/+3
2018-11-24ptp: Fix pass zero to ERR_PTR() in ptp_clock_registerYueHaibing1-1/+4
2018-11-24rocker, dsa, ethsw: Don't filter VLAN events on bridge itselfPetr Machata3-9/+0
2018-11-24switchdev: Replace port obj add/del SDO with a notificationPetr Machata7-61/+25
2018-11-24ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata3-0/+32
2018-11-24mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-1/+44
2018-11-24switchdev: Add helpers to aid traversal through lower devicesPetr Machata2-0/+133
2018-11-24staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-24staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check()Petr Machata1-1/+6
2018-11-24net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+56
2018-11-24rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DELPetr Machata1-0/+55
2018-11-24switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DELPetr Machata1-0/+10
2018-11-24switchdev: Add a blocking notifier chainPetr Machata2-0/+53
2018-11-24switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): SanitizePetr Machata1-4/+4
2018-11-24r8169: replace macro TX_FRAGS_READY_FOR with a functionHeiner Kallweit1-11/+13
2018-11-24r8169: use napi_consume_skb where possibleHeiner Kallweit1-3/+4
2018-11-24r8169: simplify detecting chip versions with same XIDHeiner Kallweit1-12/+7
2018-11-24r8169: remove default chip versionsHeiner Kallweit1-10/+5
2018-11-24r8169: remove ancient GCC bug workaround in a second placeHeiner Kallweit1-11/+14
2018-11-24net: hns3: Add "qos buffer" config info query functionliuzhongzhu2-0/+116
2018-11-24net: hns3: Add "qos prio map" info query functionliuzhongzhu3-0/+55
2018-11-24net: hns3: Add "qos pause" config info query functionliuzhongzhu2-0/+26
2018-11-24net: hns3: Add "tm config" info query functionliuzhongzhu2-0/+200
2018-11-24net: hns3: Add "tc config" info query functionliuzhongzhu4-0/+48
2018-11-24net: hns3: Add "FD flow table" info query functionliuzhongzhu6-1/+83
2018-11-24net: hns3: Add "queue info" query functionliuzhongzhu1-0/+122
2018-11-24net: hns3: Add debugfs framework registrationliuzhongzhu5-3/+157
2018-11-24net: cavium: clean up return value check in cavium_ptp_probeYueHaibing1-4/+0