summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He
2021-03-22net: dsa: don't assign an error value to tag_opsGeorge McCollister
2021-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2021-03-22net: set initial device refcount to 1Eric Dumazet
2021-03-22net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean
2021-03-22net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury
2021-03-22net: ipconfig: ic_dev can be NULL in ic_close_devsVladimir Oltean
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla
2021-03-20can: isotp: tx-path: zero initialize outgoing CAN framesOliver Hartkopp
2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin
2021-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart
2021-03-18net: fix use after free in xpsAntoine Tenart
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart
2021-03-18net: move the xps maps to an arrayAntoine Tenart
2021-03-18net: remove the xps possible_maskAntoine Tenart
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart
2021-03-18net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart
2021-03-18net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart
2021-03-18net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart
2021-03-18net: check all name nodes in __dev_alloc_nameJiri Bohac
2021-03-18ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-17bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso
2021-03-18netfilter: nftables: skip hook overlap logic if flowtable is stalePablo Neira Ayuso
2021-03-18netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso
2021-03-18netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso
2021-03-18netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso