summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-241-1/+3
* l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-241-2/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-3/+4
* l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-241-1/+5
* l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-241-3/+7
* l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-241-2/+0
* l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-241-1/+0
* l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-241-1/+4
* l2tp: avoid multiple assignmentsTom Parkin2020-07-243-9/+15
* icmp6: support rfc 4884Willem de Bruijn2020-07-243-0/+29
* icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-242-14/+17
* icmp: revise rfc4884 testsWillem de Bruijn2020-07-241-6/+2
* sctp: remove redundant initialization of variable statusColin Ian King2020-07-241-6/+6
* net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-242-14/+13
* sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-241-21/+29
* net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-242-7/+13
* net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-2451-234/+218
* 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