summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig51-234/+218
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig3-5/+6
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2-4/+6
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 Hellwig2-8/+10
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig1-143/+166
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2-9/+11
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 Hellwig2-35/+15
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2-8/+9
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig3-8/+9
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig9-64/+64
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig4-21/+19
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 Hellwig3-5/+7
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig3-17/+18
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 Hellwig3-7/+9
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-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich1-0/+16
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich1-0/+17
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2-17/+0
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
2020-07-23l2tp: cleanup unnecessary braces in if statementsTom Parkin2-17/+12
2020-07-23l2tp: cleanup comparisons to NULLTom Parkin6-48/+47
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-23subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni1-0/+7
2020-07-23subflow: use rsk_ops->send_reset()Paolo Abeni1-1/+1
2020-07-23subflow: explicitly check for plain tcp rskPaolo Abeni1-1/+1
2020-07-23mptcp: cleanup subflow_finish_connect()Paolo Abeni1-31/+25
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni4-9/+31
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni1-2/+9
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni1-1/+6
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni2-1/+1
2020-07-22l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin1-1/+1
2020-07-22l2tp: line-break long function prototypesTom Parkin1-2/+4
2020-07-22l2tp: prefer seq_puts for unformatted outputTom Parkin1-2/+2
2020-07-22l2tp: prefer using BIT macroTom Parkin1-2/+2
2020-07-22l2tp: add identifier name in function pointer prototypeTom Parkin1-1/+1
2020-07-22l2tp: cleanup suspect code indentTom Parkin1-2/+2
2020-07-22l2tp: cleanup wonky alignment of line-broken function callsTom Parkin3-8/+8
2020-07-22l2tp: cleanup difficult-to-read line breaksTom Parkin2-44/+31