summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-19net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig
2020-07-19net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig
2020-07-19net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig
2020-07-19net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig
2020-07-19netfilter: split nf_sockoptChristoph Hellwig
2020-07-19netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig
2020-07-19netfilter: remove the compat_{get,set} methodsChristoph Hellwig
2020-07-19netfilter/ebtables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-07-19netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-07-19netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig
2020-07-19netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig
2020-07-19net: remove compat_sys_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-19net: simplify cBPF setsockopt compat handlingChristoph Hellwig
2020-07-19net: streamline __sys_getsockoptChristoph Hellwig
2020-07-19net: streamline __sys_setsockoptChristoph Hellwig
2020-07-19net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig
2020-07-19net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap
2020-07-19net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap
2020-07-19net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel
2020-07-19Merge branch 'net-enetc-remove-bootloader-dependency'David S. Miller
2020-07-19net: enetc: Use DT protocol information to set up the portsAlex Marginean
2020-07-19net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle
2020-07-19net: dsa: felix: (re)use already existing constantsMichael Walle
2020-07-19net: phy: add USXGMII link partner ability constantsMichael Walle
2020-07-17ne2k-pci: Use netif_msg_init to initialize msg_enable bitsArmin Wolf
2020-07-17Merge branch 'net-atlantic-add-support-for-FW-4-x'David S. Miller
2020-07-17net: atlantic: add support for FW 4.xDmitry Bogdanov
2020-07-17net: atlantic: align return value of ver_match function with function nameMark Starovoytov
2020-07-17net: ethernet: et131x: Remove redundant register readMark Einon
2020-07-17net: ethernet: et131x: Remove unused variable 'pm_csr'Zhang Changzhong
2020-07-17net: bna: Remove unused variable 't'Zhang Changzhong
2020-07-17net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski
2020-07-17Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2020-07-17net: alteon: Avoid some useless memsetChristophe JAILLET
2020-07-17net: alteon: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay
2020-07-17Merge branch 'tcp-dsack-multi-seg'David S. Miller
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti
2020-07-17Merge branch 'usbnet-multicast-filter-support-for-cdc-ncm-devices'David S. Miller
2020-07-17net: cdc_ncm: hook into set_rx_mode to admit multicast trafficMiguel Rodríguez Pérez
2020-07-17net: cdc_ncm: add .ndo_set_rx_mode to cdc_ncm_netdev_opsMiguel Rodríguez Pérez
2020-07-17net: usbnet: export usbnet_set_rx_mode()Bjørn Mork
2020-07-17net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez
2020-07-17net: cdc_ether: use dev->intf to get interface informationMiguel Rodríguez Pérez
2020-07-17net: openvswitch: reorder masks array based on usageEelco Chaudron