summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2021-03-23net: bridge: add helper for retrieving the current bridge port STP stateVladimir Oltean1-0/+14
2021-03-23net: lapb: Make "lapb_t1timer_running" able to detect an already running timerXie He2-9/+14
2021-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller6-205/+161
2021-03-22net: set initial device refcount to 1Eric Dumazet1-3/+6
2021-03-22net: bridge: when suppression is enabled exclude RARP packetsNikolay Aleksandrov1-1/+3
2021-03-22net-sysfs: remove possible sleep from an RCU read-side critical sectionAntoine Tenart1-1/+1
2021-03-22net: l2tp: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net: move the ptype_all and ptype_base declarations to include/linux/netdevice.hVladimir Oltean1-3/+0
2021-03-22net: make xps_needed and xps_rxqs_needed staticVladimir Oltean1-4/+2
2021-03-22net: bridge: declare br_vlan_tunnel_lookup argument tunnel_id as __be64Vladimir Oltean1-1/+1
2021-03-22openvswitch: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-22net/sched: cls_flower: use nla_get_be32 for TCA_FLOWER_KEY_FLAGSVladimir Oltean1-2/+2
2021-03-22net/sched: cls_flower: use ntohs for struct flow_dissector_key_portsVladimir Oltean1-18/+18
2021-03-22dsa: simplify Kconfig symbols and dependenciesAlexander Lobakin1-7/+3
2021-03-20net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla1-8/+13
2021-03-19net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2-0/+18
2021-03-19taprio: Handle short intervals and large packetsKurt Kanzenbach1-10/+54
2021-03-18ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin1-3/+8
2021-03-18vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin1-2/+8
2021-03-18/net/core/: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-18/net/hsr: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-03-18net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz1-13/+1
2021-03-18net: NULL the old xps map entries when freeing themAntoine Tenart1-0/+1
2021-03-18net: fix use after free in xpsAntoine Tenart1-5/+12
2021-03-18net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart1-77/+48
2021-03-18net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart1-14/+11
2021-03-18net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart1-6/+9
2021-03-18net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart1-20/+25
2021-03-18net: move the xps maps to an arrayAntoine Tenart2-45/+34
2021-03-18net: remove the xps possible_maskAntoine Tenart2-29/+15
2021-03-18net: embed nr_ids in the xps mapsAntoine Tenart2-40/+43
2021-03-18net: embed num_tc in the xps mapsAntoine Tenart2-50/+58
2021-03-18net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart1-15/+18
2021-03-18net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart1-4/+7
2021-03-18net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart1-6/+6
2021-03-18netfilter: nftables: update table flags from the commit phasePablo Neira Ayuso1-15/+16
2021-03-18netfilter: flowtable: refresh timeout after dst and writable checksPablo Neira Ayuso1-4/+4
2021-03-18netfilter: flowtable: call dst_check() to fall back to classic forwardingPablo Neira Ayuso1-10/+2
2021-03-18netfilter: flowtable: fast NAT functions never failPablo Neira Ayuso2-110/+78
2021-03-18netfilter: flowtable: move FLOW_OFFLOAD_DIR_MAX away from enumerationPablo Neira Ayuso2-12/+0
2021-03-18netfilter: flowtable: move skb_try_make_writable() before NAT in IPv4Pablo Neira Ayuso1-4/+4
2021-03-18netfilter: flowtable: consolidate skb_try_make_writable() callPablo Neira Ayuso2-55/+31
2021-03-18netfilter: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2021-03-18netfilter: flowtable: separate replace, destroy and stats to different workqu...Oz Shlomo1-8/+36
2021-03-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2-3/+111
2021-03-17tipc: remove some unnecessary warningsJon Maloy2-21/+16
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy3-40/+37
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy3-48/+43
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy3-27/+39
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy1-6/+8