summaryrefslogtreecommitdiffstats
path: root/net
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-243-5/+6
* net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-242-4/+6
* 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-242-8/+10
* net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-241-143/+166
* net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-242-9/+11
* 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-242-35/+15
* net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-242-8/+9
* bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-243-8/+9
* netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-249-64/+64
* netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-244-21/+19
* 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-243-5/+7
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-243-17/+18
* 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-243-7/+9
* 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
* net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-241-0/+16
* net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+17
* net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-232-17/+0
* 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
* 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
* l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin2020-07-221-1/+1
* l2tp: line-break long function prototypesTom Parkin2020-07-221-2/+4
* l2tp: prefer seq_puts for unformatted outputTom Parkin2020-07-221-2/+2
* l2tp: prefer using BIT macroTom Parkin2020-07-221-2/+2
* l2tp: add identifier name in function pointer prototypeTom Parkin2020-07-221-1/+1
* l2tp: cleanup suspect code indentTom Parkin2020-07-221-2/+2
* l2tp: cleanup wonky alignment of line-broken function callsTom Parkin2020-07-223-8/+8
* l2tp: cleanup difficult-to-read line breaksTom Parkin2020-07-222-44/+31
* l2tp: cleanup commentsTom Parkin2020-07-228-68/+47