summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean
2020-07-23tcp: allow at most one TLP probe per flightYuchung Cheng
2020-07-23AX.25: Prevent integer overflows in connect and sendmsgDan Carpenter
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
2020-07-23subflow: introduce and use mptcp_can_accept_new_subflow()Paolo Abeni
2020-07-23subflow: use rsk_ops->send_reset()Paolo Abeni
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-21mptcp: move helper to where its usedFlorian Westphal
2020-07-22ipvs: fix the connection sync failed in some casesguodeqing
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