summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-25flow_offload: Move rhashtable inclusion to the source fileHerbert Xu2-1/+1
2020-07-25SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever2-2/+1
2020-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-31/+22
2020-07-24net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2-17/+0
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng2-10/+14
2020-07-23AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter1-1/+4
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-23l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin1-1/+1
2020-07-23l2tp: line-break long function prototypesTom Parkin1-2/+4
2020-07-23l2tp: prefer seq_puts for unformatted outputTom Parkin1-2/+2
2020-07-23l2tp: prefer using BIT macroTom Parkin1-2/+2
2020-07-23l2tp: add identifier name in function pointer prototypeTom Parkin1-1/+1
2020-07-23l2tp: cleanup suspect code indentTom Parkin1-2/+2
2020-07-23l2tp: cleanup wonky alignment of line-broken function callsTom Parkin3-8/+8
2020-07-23l2tp: cleanup difficult-to-read line breaksTom Parkin2-44/+31
2020-07-23l2tp: cleanup commentsTom Parkin8-68/+47
2020-07-23l2tp: cleanup whitespace useTom Parkin7-48/+48
2020-07-23AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye1-1/+2
2020-07-23devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit1-94/+70
2020-07-23sctp: shrink stream outq when fails to do addstream reconfXin Long1-2/+4
2020-07-23sctp: shrink stream outq only when new outcnt < old outcntXin Long1-7/+14
2020-07-23mptcp: zero token hash at creation time.Paolo Abeni1-1/+1
2020-07-23AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye1-1/+3
2020-07-23net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer1-0/+9
2020-07-23net: 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-22af_key: pfkey_dump needs parameter validationMark Salyzyn1-0/+7
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra84-425/+573
2020-07-22mptcp: move helper to where its usedFlorian Westphal2-11/+12
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing1-4/+8
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva17-36/+34
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim3-27/+81
2020-07-22devlink: Constify devlink instance pointerParav Pandit1-1/+1
2020-07-22devlink: Avoid duplicate check for reload enabled flagParav Pandit1-1/+1
2020-07-22devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit1-1/+1