summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig4-6/+7
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig3-5/+7
2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig1-33/+33
2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig1-75/+75
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig3-9/+11
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig1-143/+166
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig3-13/+15
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig1-35/+33
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig3-38/+17
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig3-10/+12
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig4-11/+12
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig10-66/+68
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig5-23/+21
2020-07-24netfilter: remove the unused user argument to do_update_countersChristoph Hellwig1-5/+4
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig4-8/+12
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig4-18/+20
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-6/+9
2020-07-24net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig1-4/+3
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig4-8/+11
2020-07-24net: add a new sockptr_t typeChristoph Hellwig1-0/+104
2020-07-24bpfilter: reject kernel addressesChristoph Hellwig1-0/+4
2020-07-24net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig1-24/+27
2020-07-24bpfilter: fix up a sparse annotationChristoph Hellwig1-1/+1
2020-07-24Merge branch 'TC-datapath-hash-api'David S. Miller5-0/+49
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2-0/+19
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich3-0/+30
2020-07-24net: hyperv: dump TX indirection table to ethtool regsChi Song1-0/+19
2020-07-23vrf: Handle CONFIG_SYSCTL not setDavid Ahern2-61/+83
2020-07-23ice: add 1G SGMII PHY typePaul M Stillwell Jr2-3/+15
2020-07-23ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-23ice: add AQC get link topology handle supportPaul Greenwalt2-1/+118
2020-07-23ice: Rename low_power_ctrlLev Faerman2-11/+11
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-23ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-23ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean3-40/+0
2020-07-23ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-23ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
2020-07-23ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-23ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-23ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni3-1/+166
2020-07-23Merge branch 'l2tp-further-checkpatch-pl-cleanups'David S. Miller6-150/+169
2020-07-23l2tp: cleanup kzalloc callsTom Parkin1-2/+2
2020-07-23l2tp: cleanup netlink tunnel create address handlingTom Parkin1-24/+33
2020-07-23l2tp: cleanup netlink send of tunnel address informationTom Parkin1-56/+70
2020-07-23l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin1-3/+5