summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2020-07-24net/flow_dissector: add packet hash dissectionAriel Levkovich
2020-07-23net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean
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-22devlink: Always use user_ptr[0] for devlink and simplify post_doitParav Pandit
2020-07-22mptcp: zero token hash at creation time.Paolo Abeni
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-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-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-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-20sched: sch_api: add missing rcu read lock to silence the warningJiri Pirko
2020-07-20net: dsa: Setup dsa_netdev_opsFlorian Fainelli
2020-07-20net: Call into DSA netdevice_ops wrappersFlorian Fainelli
2020-07-20net: Wrap ndo_do_ioctl() to prepare for DSA stacked opsFlorian Fainelli
2020-07-19icmp: support rfc 4884Willem de Bruijn
2020-07-19sctp: remove the out_nounlock label in sctp_setsockoptChristoph Hellwig
2020-07-19sctp: pass a kernel pointer to sctp_setsockopt_pf_exposeChristoph Hellwig
2020-07-19sctp: pass a kernel pointer to sctp_setsockopt_ecn_supportedChristoph Hellwig