summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-10-25fsl/fman: remove unused struct memberMadalin Bucur1-3/+0
2019-10-25dpaa_eth: change DMA deviceMadalin Bucur2-51/+62
2019-10-25fsl/fman: add API to get the device behind a fman portLaurentiu Tudor2-0/+16
2019-10-25dpaa_eth: remove redundant codeMadalin Bucur1-4/+0
2019-10-25dpaa_eth: defer probing after qbmanLaurentiu Tudor1-0/+31
2019-10-25fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor1-1/+5
2019-10-24Merge branch 'net-aquantia-PTP-support-for-AQC-devices'David S. Miller24-134/+2881
2019-10-24net: aquantia: adding atlantic ptp maintainerIgor Russkikh1-0/+7
2019-10-24net: aquantia: add support for PIN funcsDmitry Bezrukov6-1/+422
2019-10-24net: aquantia: add support for Phy accessDmitry Bezrukov8-0/+399
2019-10-24net: aquantia: implement get_ts_info ethtoolEgor Pomozov1-1/+34
2019-10-24net: aquantia: add support for ptp ioctlsEgor Pomozov3-0/+151
2019-10-24net: aquantia: rx filters for ptpDmitry Bezrukov6-54/+131
2019-10-24net: aquantia: implement data PTP datapathEgor Pomozov11-12/+738
2019-10-24net: aquantia: styling fixes on ptp related functionsDmitry Bezrukov2-5/+8
2019-10-24net: aquantia: add PTP rings infrastructureEgor Pomozov11-12/+365
2019-10-24net: aquantia: add basic ptp_clock callbacksEgor Pomozov10-30/+403
2019-10-24net: aquantia: unify styling of bit enumsDmitry Bezrukov2-17/+26
2019-10-24net: aquantia: PTP skeleton declarations and callbacksEgor Pomozov6-6/+201
2019-10-24net: lan78xx: remove set but not used variable 'event'YueHaibing1-3/+0
2019-10-24Merge branch 'mlxsw-Update-main-pool-computation-and-pool-size-limits'David S. Miller3-18/+42
2019-10-24mlxsw: spectrum_buffers: Calculate the size of the main poolPetr Machata1-12/+34
2019-10-24mlxsw: spectrum: Use guaranteed buffer size as pool size limitPetr Machata3-10/+12
2019-10-24r8169: never set PCI_EXP_DEVCTL_NOSNOOP_ENHeiner Kallweit1-13/+0
2019-10-24Merge branch 'net-phy-support-1000Base-X-auto-negotiation-for-BCM54616S'David S. Miller4-7/+205
2019-10-24net: phy: broadcom: add 1000Base-X support for BCM54616STao Ren2-6/+61
2019-10-24net: phy: add support for clause 37 auto-negotiationHeiner Kallweit2-0/+143
2019-10-24net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren1-1/+1
2019-10-23libbpf: Fix strncat bounds error in libbpf_prog_type_by_nameKP Singh1-1/+1
2019-10-23xsk: Improve documentation for AF_XDPMagnus Karlsson1-28/+231
2019-10-23selftests/bpf: Fix LDLIBS orderAndrii Nakryiko1-4/+4
2019-10-23selftests/bpf: Move test_section_names into test_progs and fix itAndrii Nakryiko2-61/+31
2019-10-23libbpf: Use implicit XSKMAP lookup from AF_XDP XDP programBjörn Töpel1-10/+32
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso5-98/+293
2019-10-23netfilter: nf_tables_offload: remove rules on unregistered device onlyPablo Neira Ayuso1-13/+13
2019-10-23netfilter: nf_tables_offload: add nft_flow_cls_offload_setup()Pablo Neira Ayuso1-13/+24
2019-10-23netfilter: nf_tables_offload: Pass callback list to nft_setup_cb_call()Pablo Neira Ayuso1-4/+5
2019-10-23netfilter: nf_tables_offload: add nft_flow_block_chain()Pablo Neira Ayuso1-4/+11
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso2-2/+2
2019-10-23netfilter: nf_tables: allow netdevice to be used only once per flowtablePablo Neira Ayuso1-0/+17
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso2-103/+158
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso3-7/+6
2019-10-23fq_codel: do not include <linux/jhash.h>Eric Dumazet1-1/+0
2019-10-22xdp: Fix type of string pointer in __XDP_ACT_SYM_TABBen Dooks (Codethink)1-1/+1
2019-10-22Merge branch 'net-dsa-turn-arrays-of-ports-into-a-list'Jakub Kicinski20-257/+292
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot14-28/+49
2019-10-22net: dsa: allocate ports on touchVivien Didelot2-4/+14
2019-10-22net: dsa: sja1105: register switch before assigning port private dataVivien Didelot1-5/+10
2019-10-22net: dsa: mv88e6xxx: use ports list to map bridgeVivien Didelot1-21/+18
2019-10-22net: dsa: mv88e6xxx: use ports list to map port VLANVivien Didelot1-12/+20