aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: return correct value for *notify* functionsZhike Wang2019-03-132-13/+34
* lan743x: Fix TX Stall IssueBryan Whitehead2019-03-131-8/+1
* Merge branch 'mlx4-fixes'David S. Miller2019-03-122-3/+12
|\
| * net/mlx4_core: Fix qp mtt size calculationJack Morgenstein2019-03-121-3/+3
| * net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein2019-03-121-0/+8
| * net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein2019-03-121-0/+1
|/
* Merge branch 'mlxsw-Various-fixes'David S. Miller2019-03-122-10/+29
|\
| * mlxsw: minimal: Initialize base_macJiri Pirko2019-03-121-0/+18
| * mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak2019-03-121-10/+11
|/
* net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+4
* net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu2019-03-121-1/+5
* net: 8390: fix potential NULL pointer dereferencesKangjie Lu2019-03-121-0/+10
* net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+5
* net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+6
* isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu2019-03-121-0/+9
* Merge tag 'mlx5-fixes-2019-03-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-03-118-101/+128
|\
| * net/mlx5: Avoid panic when setting vport rateTonghao Zhang2019-03-111-4/+9
| * net/mlx5: Avoid panic when setting vport mac, getting vport configTonghao Zhang2019-03-111-2/+2
| * net/mlx5e: Fix access to non-existing receive queueTariq Toukan2019-03-111-0/+3
| * net/mlx5e: IPoIB, Fix RX checksum statistics updateFeras Daoud2019-03-111-3/+8
| * net/mlx5: Remove redundant lag function to get pf numRoi Dayan2019-03-112-23/+0
| * net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
| * net/mlx5: Consolidate update FTE for all removal changesEli Britstein2019-03-111-6/+25
| * net/mlx5: Add a locked flag to node removal functionsEli Britstein2019-03-111-42/+44
| * net/mlx5: Add modify FTE helper functionEli Britstein2019-03-112-21/+30
| * net/mlx5: Fix multiple updates of steering rules in parallelEli Britstein2019-03-111-0/+6
* | Documentation: devicetree: add a new optional property for port mac addressxiaofeis2019-03-111-0/+5
* | net: rocker: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* | net: qlge: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-03-116-40/+100
|\ \
| * | netfilter: nf_tables: return immediately on empty commitFlorian Westphal2019-03-111-0/+5
| * | netfilter: nf_tables: use-after-free in dynamic operationsPablo Neira Ayuso2019-03-111-1/+3
| * | netfilter: nf_tables: bogus EBUSY when deleting set after flushPablo Neira Ayuso2019-03-115-13/+60
| * | netfilter: nf_tables: fix set double-free in abort pathPablo Neira Ayuso2019-03-082-10/+13
| * | netfilter: nat: don't register device notifier twiceFlorian Westphal2019-03-081-16/+19
* | | net/x25: reset state in x25_connect()Eric Dumazet2019-03-111-0/+1
* | | tcp: Don't access TCP_SKB_CB before initializing itChristoph Paasch2019-03-111-8/+1
* | | net: thunder: fix a potential NULL pointer dereferenceKangjie Lu2019-03-111-0/+6
* | | net: lio_core: fix two NULL pointer dereferencesKangjie Lu2019-03-111-0/+10
* | | lan743x: Fix RX Kernel PanicBryan Whitehead2019-03-111-14/+32
* | | net: liquidio: fix a NULL pointer dereferenceKangjie Lu2019-03-111-0/+5
* | | y2038: fix socket.h header inclusionArnd Bergmann2019-03-115-5/+5
| |/ |/|
* | net: sit: fix UBSAN Undefined behaviour in check_6rdMiaohe Lin2019-03-111-2/+3
* | gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
* | vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet2019-03-101-0/+11
* | net/x25: fix use-after-free in x25_device_event()Eric Dumazet2019-03-101-1/+5
* | isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu2019-03-101-1/+4
* | net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose2019-03-093-3/+11
* | ip: fix ip_mc_may_pull() return valueEric Dumazet2019-03-091-1/+1
* | net: keep refcount warning in reqsk_free()Guillaume Nault2019-03-091-1/+0