summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-241-18/+16
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-244-6/+7
* net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-243-5/+7
* net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-241-33/+33
* net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig2020-07-241-75/+75
* net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-243-9/+11
* net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-241-143/+166
* net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-243-13/+15
* net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig2020-07-241-35/+33
* net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-243-38/+17
* net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-243-10/+12
* bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-244-11/+12
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-2410-66/+68
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-245-23/+21
* netfilter: remove the unused user argument to do_update_countersChristoph Hellwig2020-07-241-5/+4
* net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-244-8/+12
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-244-18/+20
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-6/+9
* net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-241-4/+3
* net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-244-8/+11
* net: add a new sockptr_t typeChristoph Hellwig2020-07-241-0/+104
* bpfilter: reject kernel addressesChristoph Hellwig2020-07-241-0/+4
* net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig2020-07-241-24/+27
* bpfilter: fix up a sparse annotationChristoph Hellwig2020-07-241-1/+1
* Merge branch 'TC-datapath-hash-api'David S. Miller2020-07-245-0/+49
|\
| * net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-242-0/+19
| * net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-243-0/+30
|/
* net: hyperv: dump TX indirection table to ethtool regsChi Song2020-07-241-0/+19
* vrf: Handle CONFIG_SYSCTL not setDavid Ahern2020-07-232-61/+83
* net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-233-40/+0
* cxgb4: add loopback ethtool self-testVishal Kulkarni2020-07-233-1/+166
* Merge branch 'l2tp-further-checkpatch-pl-cleanups'David S. Miller2020-07-236-150/+169
|\
| * l2tp: cleanup kzalloc callsTom Parkin2020-07-231-2/+2
| * l2tp: cleanup netlink tunnel create address handlingTom Parkin2020-07-231-24/+33
| * l2tp: cleanup netlink send of tunnel address informationTom Parkin2020-07-231-56/+70
| * l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin2020-07-231-3/+5
| * l2tp: cleanup unnecessary braces in if statementsTom Parkin2020-07-232-17/+12
| * l2tp: cleanup comparisons to NULLTom Parkin2020-07-236-48/+47
|/
* net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-231-1/+1
* Merge branch 'mptcp-non-backup-subflows-pre-reqs'David S. Miller2020-07-234-46/+81
|\
| * subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni2020-07-231-0/+7
| * subflow: use rsk_ops->send_reset()Paolo Abeni2020-07-231-1/+1
| * subflow: explicitly check for plain tcp rskPaolo Abeni2020-07-231-1/+1
| * mptcp: cleanup subflow_finish_connect()Paolo Abeni2020-07-231-31/+25
| * mptcp: explicitly track the fully established statusPaolo Abeni2020-07-234-9/+31
| * mptcp: mark as fallback even early onesPaolo Abeni2020-07-231-2/+9
| * mptcp: avoid data corruption on reinsertPaolo Abeni2020-07-231-1/+6
| * subflow: always init 'rel_write_seq'Paolo Abeni2020-07-232-1/+1
|/
* sfc: convert to new udp_tunnel infrastructureJakub Kicinski2020-07-233-182/+63