aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-28can: flexcan: move rx_offload_add() from flexcan_probe() to flexcan_open()Pankaj Bansal1-33/+36
2018-11-28can: flexcan: flexcan_chip_start(): enable loopback mode in flexcanPankaj Bansal1-3/+19
2018-11-28can: flexcan: add self wakeup supportAisheng Dong1-9/+164
2018-11-28dt-bindings: can: flexcan: add stop mode property to device treeAisheng Dong1-0/+8
2018-11-28can: flexcan: flexcan_chip_start(): adjust comment to match the codeMarc Kleine-Budde1-1/+6
2018-11-28can: flexcan: FLEXCAN_IFLAG_MB: add () around macro argumentMarc Kleine-Budde1-1/+1
2018-11-28can: flexcan: flexcan_irq(): fix indentionMarc Kleine-Budde1-1/+1
2018-11-28can: flexcan: flexcan_start_xmit(): fix indentionMarc Kleine-Budde1-2/+2
2018-11-28can: flexcan: enable flexcan for all architecturesPankaj Bansal1-1/+1
2018-11-28can: rcar: add SPDX identifiers to Kconfig and MakefileKuninori Morimoto2-0/+2
2018-11-28can: rcar: use SPDX identifier for Renesas driversWolfram Sang2-10/+2
2018-11-28can: sja1000: plx_pci: add support for ASEM CAN raw deviceFlavio Suligoi2-1/+65
2018-11-28can: xilinx: add can 2.0 supportShubhrajyoti Datta1-1/+33
2018-11-28dt-bindings: can: xilinx_can: add Xilinx CAN FD 2.0 bindingsShubhrajyoti Datta1-0/+1
2018-11-28can: xilinx: fix return type of ndo_start_xmit functionYueHaibing1-1/+1
2018-11-28can: ucan: fix spelling mistake: "resumbmitting" -> "resubmitting"Colin Ian King1-1/+1
2018-11-28netfilter: nf_tables: deactivate expressions in rule replecement routineTaehee Yoo1-11/+4
2018-11-27net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabledDavid Ahern1-1/+1
2018-11-27Merge branch 'bnx2x-Popoulate-firmware-versions-in-driver-info-query'David S. Miller2-1/+34
2018-11-27bnx2x: Add storm FW version to ethtool driver query output.Sudarsana Reddy Kalluru1-0/+6
2018-11-27bnx2x: Add MBI version to ethtool driver query output.Sudarsana Reddy Kalluru2-1/+28
2018-11-27tcp: remove hdrlen argument from tcp_queue_rcv()Eric Dumazet1-7/+6
2018-11-27net/ncsi: Add NCSI Mellanox OEM commandVijay Khemka4-2/+81
2018-11-27r8169: remove unneeded mmiowb barriersHeiner Kallweit1-7/+1
2018-11-27net: hns3: Config NIC port speed same as that of optical modulePeng Li3-60/+49
2018-11-27lan743x: Enable driver to work with LAN7431Bryan Whitehead2-0/+2
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-11-27lan743x: fix return value for lan743x_tx_napi_pollBryan Whitehead1-5/+5
2018-11-27net: via: via-velocity: fix spelling mistake "alignement" -> "alignment"Colin Ian King1-1/+1
2018-11-27qed: fix spelling mistake "attnetion" -> "attention"Colin Ian King1-1/+1
2018-11-27Merge branch 'net-nsid-interpretation'David S. Miller2-26/+135
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel2-6/+27
2018-11-27netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2-11/+76
2018-11-27netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-11-27net: thunderx: fix NULL pointer dereference in nic_removeLorenzo Bianconi1-0/+3
2018-11-27Merge branch 'qed-enhancements-series'David S. Miller7-51/+71
2018-11-27qed: Add support for MBI upgrade over MFW.Sudarsana Reddy Kalluru4-34/+40
2018-11-27qede: Update link status only when interface is ready.Sudarsana Reddy Kalluru2-2/+7
2018-11-27qede: Simplify the usage of qede-flags.Sudarsana Reddy Kalluru3-8/+11
2018-11-27qed: Display port_id in the UFP debug messages.Sudarsana Reddy Kalluru1-7/+13
2018-11-27Merge branch 'aquantia-usb'David S. Miller5-0/+1728
2018-11-27net: usb: aqc111: Extend cdc_ether blacklistDmitry Bezrukov1-0/+26
2018-11-27net: usb: aqc111: Add ASIX's HW idsDmitry Bezrukov1-0/+40
2018-11-27net: usb: aqc111: Add support for wake on LAN by MAGIC packetDmitry Bezrukov2-0/+192
2018-11-27net: usb: aqc111: Implement get/set_link_ksettings callbacksDmitry Bezrukov1-0/+124
2018-11-27net: usb: aqc111: Initialize ethtool_ops structureDmitry Bezrukov1-0/+28
2018-11-27net: usb: aqc111: Add RX VLAN filtering supportDmitry Bezrukov2-1/+90
2018-11-27net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offloadDmitry Bezrukov2-1/+28