summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig26-73/+11
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig21-390/+51
2020-07-20net/ipv6: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-50/+53
2020-07-20net/ipv6: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+83
2020-07-20net/ipv6: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig1-65/+74
2020-07-20net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig10-229/+61
2020-07-20net/ipv4: factor out mcast join/leave setsockopt helpersChristoph Hellwig1-53/+56
2020-07-20net/ipv4: factor out MCAST_MSFILTER setsockopt helpersChristoph Hellwig1-76/+86
2020-07-20net/ipv4: factor out MCAST_MSFILTER getsockopt helpersChristoph Hellwig1-61/+70
2020-07-20netfilter: split nf_sockoptChristoph Hellwig1-17/+13
2020-07-20netfilter: remove the compat argument to xt_copy_counters_from_userChristoph Hellwig5-12/+8
2020-07-20netfilter: remove the compat_{get,set} methodsChristoph Hellwig4-62/+4
2020-07-20netfilter/ebtables: clean up compat {get, set}sockopt handlingChristoph Hellwig1-116/+98
2020-07-20netfilter/ip6_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig1-66/+21
2020-07-20netfilter/ip_tables: clean up compat {get,set}sockopt handlingChristoph Hellwig1-65/+21
2020-07-20netfilter/arp_tables: clean up compat {get, set}sockopt handlingChristoph Hellwig1-64/+21
2020-07-20net: remove compat_sys_{get,set}sockoptChristoph Hellwig20-125/+62
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig16-96/+8
2020-07-20net: simplify cBPF setsockopt compat handlingChristoph Hellwig6-96/+40
2020-07-20net: streamline __sys_getsockoptChristoph Hellwig1-17/+14
2020-07-20net: streamline __sys_setsockoptChristoph Hellwig1-30/+27
2020-07-20net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig10-143/+2
2020-07-20net: rds: rdma_transport.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-20net: atm: lec_arpc.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-20net: phy: at803x: add mdix configuration support for AR9331 and AR8035Oleksij Rempel1-0/+78
2020-07-20Merge branch 'net-enetc-remove-bootloader-dependency'David S. Miller5-57/+210
2020-07-20net: enetc: Use DT protocol information to set up the portsAlex Marginean2-26/+34
2020-07-20net: enetc: Initialize SerDes for SGMII and USXGMII protocolsMichael Walle3-0/+140
2020-07-20net: dsa: felix: (re)use already existing constantsMichael Walle1-33/+12
2020-07-20net: phy: add USXGMII link partner ability constantsMichael Walle1-0/+26
2020-07-18ne2k-pci: Use netif_msg_init to initialize msg_enable bitsArmin Wolf1-3/+6
2020-07-18Merge branch 'net-atlantic-add-support-for-FW-4-x'David S. Miller6-31/+70
2020-07-18net: atlantic: add support for FW 4.xDmitry Bogdanov4-15/+58
2020-07-18net: atlantic: align return value of ver_match function with function nameMark Starovoytov3-19/+15
2020-07-18net: ethernet: et131x: Remove redundant register readMark Einon1-3/+0
2020-07-18net: ethernet: et131x: Remove unused variable 'pm_csr'Zhang Changzhong1-7/+3
2020-07-18net: bna: Remove unused variable 't'Zhang Changzhong1-2/+1
2020-07-18net: bnxt: don't complain if TC flower can't be supportedJakub Kicinski2-6/+6
2020-07-17Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller40-211/+1473
2020-07-17net: alteon: Avoid some useless memsetChristophe JAILLET1-4/+1
2020-07-17net: alteon: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-58/+56
2020-07-17net: sungem: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-26/+27
2020-07-17net: decnet: af_decnet: Simplify goto loop.Suraj Upadhyay1-8/+5
2020-07-17Merge branch 'tcp-dsack-multi-seg'David S. Miller3-36/+47
2020-07-17tcp: add SNMP counter for no. of duplicate segments reported by DSACKPriyaranjan Jha3-0/+3
2020-07-17tcp: fix segment accounting when DSACK range covers multiple segmentsPriyaranjan Jha1-36/+44
2020-07-17net: sun: cassini: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-50/+54
2020-07-17mptcp: silence warning in subflow_data_ready()Davide Caratti1-2/+3
2020-07-17Merge branch 'usbnet-multicast-filter-support-for-cdc-ncm-devices'David S. Miller4-5/+11
2020-07-17net: cdc_ncm: hook into set_rx_mode to admit multicast trafficMiguel Rodríguez Pérez1-0/+3