summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2020-07-22l2tp: cleanup commentsTom Parkin8-68/+47
2020-07-22l2tp: cleanup whitespace useTom Parkin7-48/+48
2020-07-22devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit1-94/+70
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni1-1/+1
2020-07-22net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer1-0/+9
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach1-2/+6
2020-07-22net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig1-0/+1
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-103/+472
2020-07-21mptcp: move helper to where its usedFlorian Westphal2-11/+12
2020-07-21devlink: Constify devlink instance pointerParav Pandit1-1/+1
2020-07-21devlink: Avoid duplicate check for reload enabled flagParav Pandit1-1/+1
2020-07-21devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit1-1/+1
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song4-4/+18
2020-07-21bpf: Make btf_sock_ids globalYonghong Song1-28/+2