summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-23subflow: explicitly check for plain tcp rskPaolo Abeni
2020-07-23mptcp: cleanup subflow_finish_connect()Paolo Abeni
2020-07-23mptcp: explicitly track the fully established statusPaolo Abeni
2020-07-23mptcp: mark as fallback even early onesPaolo Abeni
2020-07-23mptcp: avoid data corruption on reinsertPaolo Abeni
2020-07-23subflow: always init 'rel_write_seq'Paolo Abeni
2020-07-22l2tp: avoid precidence issues in L2TP_SKB_CB macroTom Parkin
2020-07-22l2tp: line-break long function prototypesTom Parkin
2020-07-22l2tp: prefer seq_puts for unformatted outputTom Parkin
2020-07-22l2tp: prefer using BIT macroTom Parkin
2020-07-22l2tp: add identifier name in function pointer prototypeTom Parkin
2020-07-22l2tp: cleanup suspect code indentTom Parkin
2020-07-22l2tp: cleanup wonky alignment of line-broken function callsTom Parkin
2020-07-22l2tp: cleanup difficult-to-read line breaksTom Parkin
2020-07-22l2tp: cleanup commentsTom Parkin
2020-07-22l2tp: cleanup whitespace useTom Parkin
2020-07-22AX.25: Prevent out-of-bounds read in ax25_sendmsg()Peilin Ye
2020-07-22devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit
2020-07-22sctp: shrink stream outq when fails to do addstream reconfXin Long
2020-07-22sctp: shrink stream outq only when new outcnt < old outcntXin Long
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni
2020-07-22AX.25: Fix out-of-bounds read in ax25_connect()Peilin Ye
2020-07-22net: dccp: Add SIOCOUTQ IOCTL support (send buffer fill)Richard Sailer
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach
2020-07-22net: explicitly include <linux/compat.h> in net/core/sock.cChristoph Hellwig
2020-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-07-22af_key: pfkey_dump needs parameter validationMark Salyzyn
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra
2020-07-21mptcp: move helper to where its usedFlorian Westphal
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing
2020-07-22netfilter: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-22ipvs: queue delayed work to expire no destination connections if expire_nodes...Andrew Sy Kim
2020-07-21devlink: Constify devlink instance pointerParav Pandit
2020-07-21devlink: Avoid duplicate check for reload enabled flagParav Pandit
2020-07-21devlink: Do not hold devlink mutex when initializing devlink fieldsParav Pandit
2020-07-21net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-07-21net-sysfs: add a newline when printing 'tx_timeout' by sysfsXiongfeng Wang
2020-07-21udp: Improve load balancing for SO_REUSEPORT.Kuniyuki Iwashima
2020-07-21udp: Copy has_conns in reuseport_grow().Kuniyuki Iwashima
2020-07-21bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song
2020-07-21bpf: Make btf_sock_ids globalYonghong Song
2020-07-21bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano
2020-07-21xfrm: Make the policy hold queue work with VTI.Steffen Klassert
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-20net/sched: act_ct: fix restore the qdisc_skb_cb after defragwenxu
2020-07-20net: dsa: use the ETH_MIN_MTU and ETH_DATA_LEN default valuesVladimir Oltean
2020-07-20net: hsr: remove redundant null checkWang Hai
2020-07-20net: hsr: check for return value of skb_put_padto()Murali Karicheri
2020-07-20net/smc: fix dmb buffer shortageKarsten Graul