summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-0723-115/+293
|\
| * cxgb4: Fix error path in cxgb4_init_moduleYueHaibing2019-05-071-3/+12
| * dt-bindings: net: Fix a typo in the phy-mode list for ethernet bindingsMaxime Chevallier2019-05-071-1/+1
| * net: macb: Change interrupt and napi enable order in openHarini Katakam2019-05-071-3/+3
| * vrf: sit mtu should not be updated when vrf netdev is the linkStephen Suryaputra2019-05-071-1/+1
| * net: dsa: Fix error cleanup path in dsa_init_moduleYueHaibing2019-05-071-2/+9
| * l2tp: Fix possible NULL pointer dereferenceYueHaibing2019-05-071-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-05-072-64/+191
| |\
| | * bpf, x32: Fix bug for BPF_ALU64 | BPF_NEGWang YanQing2019-05-011-13/+6
| | * bpf, x32: Fix bug for BPF_JMP | {BPF_JSGT, BPF_JSLE, BPF_JSLT, BPF_JSGE}Wang YanQing2019-05-012-51/+185
| * | ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabledDavid Ahern2019-05-051-0/+8
| * | ip6: fix skb leak in ip6frag_expire_frag_queue()Eric Dumazet2019-05-051-1/+0
| * | net: ucc_geth - fix Oops when changing number of buffers in the ringChristophe Leroy2019-05-051-5/+3
| * | dpaa_eth: fix SG frame cleanupLaurentiu Tudor2019-05-051-1/+1
| * | net: rds: fix spelling mistake "syctl" -> "sysctl"Colin Ian King2019-05-051-1/+1
| * | cls_cgroup: avoid panic when receiving a packet before filter setMatteo Croce2019-05-051-0/+2
| * | isdn: bas_gigaset: use usb_fill_int_urb() properlyPaul Bolle2019-05-051-4/+5
| * | net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
| * | ipmr_base: Do not reset index in mr_table_dumpDavid Ahern2019-05-041-2/+1
| * | cls_matchall: avoid panic when receiving a packet before filter setMatteo Croce2019-05-041-0/+3
| * | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmitDavid Ahern2019-05-041-1/+8
| * | neighbor: Reset gc_entries counter if new entry is released before insertDavid Ahern2019-05-041-0/+2
| * | Merge branch 'ena-fixes'David S. Miller2019-05-043-16/+27
| |\ \
| | * | net: ena: gcc 8: fix compilation warningSameeh Jubran2019-05-041-1/+1
| | * | net: ena: fix ena_com_fill_hash_function() implementationSameeh Jubran2019-05-041-0/+1
| | * | net: ena: improve latency by disabling adaptive interrupt moderation by defaultSameeh Jubran2019-05-041-1/+5
| | * | net: ena: fix return value of ena_com_config_llq_info()Sameeh Jubran2019-05-041-1/+1
| | * | net: ena: fix incorrect test of supported hash functionSameeh Jubran2019-05-041-1/+1
| | * | net: ena: fix: Free napi resources when ena_up() failsSameeh Jubran2019-05-041-0/+1
| | * | net: ena: fix: set freed objects to NULL to avoid failing future allocationsSameeh Jubran2019-05-041-10/+15
| | * | net: ena: fix swapped parameters when calling ena_com_indirect_table_fill_entrySameeh Jubran2019-05-041-2/+2
| |/ /
| * | hv_netvsc: fix race that may miss tx queue wakeupHaiyang Zhang2019-05-031-6/+9
* | | net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-071-1/+27
* | | net: ll_temac: Improve error message on error IRQEsben Haabendal2019-05-071-2/+8
* | | net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-078-36/+25
* | | Merge branch 'of_get_mac_address-ERR_PTR-fixes'David S. Miller2019-05-0749-49/+49
|\ \ \
| * | | net: ethernet: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-0745-45/+45
| * | | net: usb: smsc: fix warning reported by kbuild test robotPetr Štetiar2019-05-072-2/+2
| * | | staging: octeon-ethernet: Fix of_get_mac_address ERR_PTR checkPetr Štetiar2019-05-071-1/+1
| * | | net: dsa: support of_get_mac_address new ERR_PTR errorPetr Štetiar2019-05-071-1/+1
|/ / /
* | | net: dsa: sja1105: Fix status initialization in sja1105_get_ethtool_statsNathan Chancellor2019-05-071-1/+3
* | | taprio: add null check on sched_nest to avoid potential null pointer dereferenceColin Ian King2019-05-071-0/+2
* | | net: mvpp2: cls: fix less than zero check on a u32 variableColin Ian King2019-05-071-2/+4
* | | Merge branch 'fc-quic-pacing'David S. Miller2019-05-071-14/+96
|\ \ \
| * | | net_sched: sch_fq: handle non connected flowsEric Dumazet2019-05-071-2/+13
| * | | net_sched: sch_fq: do not assume EDT packets are orderedEric Dumazet2019-05-071-12/+83
|/ / /
* | | Merge branch 'hns3-next'David S. Miller2019-05-073-288/+230
|\ \ \
| * | | net: hns3: use devm_kcalloc when allocating desc_cbYunsheng Lin2019-05-071-4/+4
| * | | net: hns3: some cleanup for struct hns3_enet_ringYunsheng Lin2019-05-072-9/+2
| * | | net: hns3: unify the page reusing for page size 4K and 64KYunsheng Lin2019-05-071-32/+13