summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin
2020-07-24l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin
2020-07-24l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin
2020-07-24l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin
2020-07-24l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin
2020-07-24l2tp: avoid multiple assignmentsTom Parkin
2020-07-24icmp6: support rfc 4884Willem de Bruijn
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn
2020-07-24icmp: revise rfc4884 testsWillem de Bruijn
2020-07-24sctp: remove redundant initialization of variable statusColin Ian King
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron
2020-07-24sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig
2020-07-24net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig
2020-07-24net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig
2020-07-24net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig
2020-07-24net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig
2020-07-24net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig
2020-07-24net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig
2020-07-24bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig
2020-07-24netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig
2020-07-24netfilter: remove the unused user argument to do_update_countersChristoph Hellwig
2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-24net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig
2020-07-24net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig
2020-07-24bpfilter: reject kernel addressesChristoph Hellwig
2020-07-24net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig
2020-07-24bpfilter: fix up a sparse annotationChristoph Hellwig
2020-07-24net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean
2020-07-23l2tp: cleanup kzalloc callsTom Parkin
2020-07-23l2tp: cleanup netlink tunnel create address handlingTom Parkin
2020-07-23l2tp: cleanup netlink send of tunnel address informationTom Parkin
2020-07-23l2tp: check socket address type in l2tp_dfs_seq_tunnel_showTom Parkin
2020-07-23l2tp: cleanup unnecessary braces in if statementsTom Parkin
2020-07-23l2tp: cleanup comparisons to NULLTom Parkin
2020-07-23net/ncsi: use eth_zero_addr() to clear mac addressMiaohe Lin