summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | xprtrdma: Fix double-free in rpcrdma_ep_create()Chuck Lever2020-07-131-5/+2
| |/
* | l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin2020-07-251-1/+3
* | l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin2020-07-251-2/+0
* | l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-251-3/+4
* | l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin2020-07-251-1/+5
* | l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin2020-07-251-3/+7
* | l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin2020-07-251-2/+0
* | l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin2020-07-251-1/+0
* | l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin2020-07-251-1/+4
* | l2tp: avoid multiple assignmentsTom Parkin2020-07-253-9/+15
* | icmp6: support rfc 4884Willem de Bruijn2020-07-253-0/+29
* | icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-252-14/+17
* | icmp: revise rfc4884 testsWillem de Bruijn2020-07-251-6/+2
* | sctp: remove redundant initialization of variable statusColin Ian King2020-07-251-6/+6
* | net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2020-07-252-14/+13
* | sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig2020-07-251-21/+29
* | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-252-7/+13
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-2551-234/+218
* | net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig2020-07-251-18/+16
* | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-253-5/+6
* | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-252-4/+6
* | net/ipv6: switch do_ipv6_setsockopt to sockptr_tChristoph Hellwig2020-07-251-33/+33
* | net/ipv6: factor out a ipv6_set_opt_hdr helperChristoph Hellwig2020-07-251-75/+75
* | net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-252-8/+10
* | net/ipv6: split up ipv6_flowlabel_optChristoph Hellwig2020-07-251-143/+166
* | net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-252-9/+11
* | net/ipv4: switch do_ip_setsockopt to sockptr_tChristoph Hellwig2020-07-251-35/+33
* | net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-252-35/+15
* | net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-252-8/+9
* | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-253-8/+9
* | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-259-64/+64
* | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-254-21/+19
* | netfilter: remove the unused user argument to do_update_countersChristoph Hellwig2020-07-251-5/+4
* | net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-253-5/+7
* | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-253-17/+18
* | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-251-6/+9
* | net: switch sock_setbindtodevice to sockptr_tChristoph Hellwig2020-07-251-4/+3
* | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-253-7/+9
* | bpfilter: reject kernel addressesChristoph Hellwig2020-07-251-0/+4
* | net/bpfilter: split __bpfilter_process_sockoptChristoph Hellwig2020-07-251-24/+27
* | bpfilter: fix up a sparse annotationChristoph Hellwig2020-07-251-1/+1
* | net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-251-0/+16
* | net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-251-0/+17
* | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-242-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