summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-196-96/+40
* net: streamline __sys_getsockoptChristoph Hellwig2020-07-191-17/+14
* net: streamline __sys_setsockoptChristoph Hellwig2020-07-191-30/+27
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-1910-143/+2
* net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap2020-07-191-1/+1
* net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap2020-07-191-1/+1
* net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel2020-07-191-0/+78
* Merge branch 'net-enetc-remove-bootloader-dependency'David S. Miller2020-07-195-57/+210
|\
| * net: enetc: Use DT protocol information to set up the portsAlex Marginean2020-07-192-26/+34
| * net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle2020-07-193-0/+140
| * net: dsa: felix: (re)use already existing constantsMichael Walle2020-07-191-33/+12
| * net: phy: add USXGMII link partner ability constantsMichael Walle2020-07-191-0/+26
|/
* ne2k-pci: Use netif_msg_init to initialize msg_enable bitsArmin Wolf2020-07-171-3/+6
* Merge branch 'net-atlantic-add-support-for-FW-4-x'David S. Miller2020-07-176-31/+70
|\
| * net: atlantic: add support for FW 4.xDmitry Bogdanov2020-07-174-15/+58
| * net: atlantic: align return value of ver_match function with function nameMark Starovoytov2020-07-173-19/+15
|/
* net: ethernet: et131x: Remove redundant register readMark Einon2020-07-171-3/+0
* net: ethernet: et131x: Remove unused variable 'pm_csr'Zhang Changzhong2020-07-171-7/+3
* net: bna: Remove unused variable 't'Zhang Changzhong2020-07-171-2/+1
* net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski2020-07-172-6/+6
* Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-07-1740-211/+1473
|\
| * net/mlx5e: CT: Map 128 bits labels to 32 bit map IDEli Britstein2020-07-163-23/+42
| * net/mlx5e: Do not request completion on every single UMR WQETariq Toukan2020-07-161-1/+0
| * net/mlx5e: RX, Avoid indirect call in representor CQE handlingTariq Toukan2020-07-161-1/+4
| * net/mlx5e: XDP, Avoid indirect call in TX flowTariq Toukan2020-07-163-14/+37
| * net/mlx5e: IPsec: Add Connect-X IPsec ESN update offload supportRaed Salem2020-07-161-0/+88
| * net/mlx5e: IPsec: Add Connect-X IPsec Rx data path offloadRaed Salem2020-07-164-4/+88
| * net/mlx5e: IPsec: Add IPsec steering in local NIC RXHuy Nguyen2020-07-169-5/+630
| * net/mlx5: Add IPsec related Flow steering entry's fieldsHuy Nguyen2020-07-162-3/+14
| * net/mlx5: IPsec: Add HW crypto offload supportRaed Salem2020-07-1610-9/+372
| * net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2020-07-168-104/+154
| * net/mlx5: E-switch, Reduce dependency on num_vfs during mode setParav Pandit2020-07-162-14/+13
| * net/mlx5: E-switch, Avoid function change handler for non ECPFParav Pandit2020-07-161-9/+2
| * net/mlx5: Make MLX5_EN_TLS non-promptTariq Toukan2020-07-161-6/+7
| * net/mlx5e: Fix build break when CONFIG_XPS is not setSaeed Mahameed2020-07-162-11/+11
| * net/mlx5e: Fix missing switch_id for representorsParav Pandit2020-07-161-8/+12
* | net: alteon: Avoid some useless memsetChristophe JAILLET2020-07-171-4/+1
* | net: alteon: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-58/+56
* | net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-26/+27
* | net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay2020-07-171-8/+5
* | Merge branch 'tcp-dsack-multi-seg'David S. Miller2020-07-173-36/+47
|\ \
| * | tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha2020-07-173-0/+3
| * | tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha2020-07-171-36/+44
|/ /
* | net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-07-171-50/+54
* | mptcp: silence warning in subflow_data_ready()Davide Caratti2020-07-171-2/+3
* | Merge branch 'usbnet-multicast-filter-support-for-cdc-ncm-devices'David S. Miller2020-07-174-5/+11
|\ \
| * | net: cdc_ncm: hook into set_rx_mode to admit multicast trafficMiguel Rodríguez Pérez2020-07-171-0/+3
| * | net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_opsMiguel Rodríguez Pérez2020-07-171-0/+1
| * | net: usbnet: export usbnet_set_rx_mode()Bjørn Mork2020-07-172-1/+3
| * | net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez2020-07-172-1/+3