summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: decnet: Fixed multiple coding style issuesSai Kalyaan Palla2021-03-201-8/+13
* net: add CONFIG_PCPU_DEV_REFCNTEric Dumazet2021-03-192-0/+18
* taprio: Handle short intervals and large packetsKurt Kanzenbach2021-03-191-10/+54
* ethernet: avoid retpoline overhead on TEB (GENEVE, NvGRE, VxLAN) GROAlexander Lobakin2021-03-181-3/+8
* vlan/8021q: avoid retpoline overhead on GROAlexander Lobakin2021-03-181-2/+8
* /net/core/: fix misspellings using codespell toolXiong Zhenwu2021-03-181-1/+1
* /net/hsr: fix misspellings using codespell toolXiong Zhenwu2021-03-181-1/+1
* net: dsa: Add helper to resolve bridge port from DSA portTobias Waldekranz2021-03-181-13/+1
* net: NULL the old xps map entries when freeing themAntoine Tenart2021-03-181-0/+1
* net: fix use after free in xpsAntoine Tenart2021-03-181-5/+12
* net-sysfs: move the xps cpus/rxqs retrieval in a common functionAntoine Tenart2021-03-181-77/+48
* net-sysfs: move the rtnl unlock up in the xps show helpersAntoine Tenart2021-03-181-14/+11
* net: improve queue removal readability in __netif_set_xps_queueAntoine Tenart2021-03-181-6/+9
* net: add an helper to copy xps maps to the new dev_mapsAntoine Tenart2021-03-181-20/+25
* net: move the xps maps to an arrayAntoine Tenart2021-03-182-45/+34
* net: remove the xps possible_maskAntoine Tenart2021-03-182-29/+15
* net: embed nr_ids in the xps mapsAntoine Tenart2021-03-182-40/+43
* net: embed num_tc in the xps mapsAntoine Tenart2021-03-182-50/+58
* net-sysfs: make xps_cpus_show and xps_rxqs_show consistentAntoine Tenart2021-03-181-15/+18
* net-sysfs: store the return of get_netdev_queue_index in an unsigned intAntoine Tenart2021-03-181-4/+7
* net-sysfs: convert xps_cpus_show to bitmap_zallocAntoine Tenart2021-03-181-6/+6
* net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas2021-03-172-3/+111
* tipc: remove some unnecessary warningsJon Maloy2021-03-172-21/+16
* tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy2021-03-173-40/+37
* tipc: simplify api between binding table and topology serverJon Maloy2021-03-173-48/+43
* tipc: simplify signature of tipc_find_service()Jon Maloy2021-03-173-27/+39
* tipc: simplify signature of tipc_service_find_range()Jon Maloy2021-03-171-6/+8
* tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy2021-03-173-36/+27
* tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy2021-03-173-16/+14
* tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy2021-03-173-19/+18
* tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-174-95/+91
* tipc: rename binding table lookup functionsJon Maloy2021-03-174-37/+56
* tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy2021-03-175-68/+70
* tipc: simplify call signatures for publication creationJon Maloy2021-03-173-40/+34
* tipc: simplify signature of tipc_namtbl_publish()Jon Maloy2021-03-175-58/+68
* tipc: introduce new unified address type for internal useJon Maloy2021-03-172-1/+46
* tipc: move creation of publication item one level up in call chainJon Maloy2021-03-171-33/+32
* tipc: re-organize members of struct publicationJon Maloy2021-03-174-97/+92
* ethtool: Add common function for filling out stringsAlexander Duyck2021-03-171-0/+12
* openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner2021-03-161-3/+5
* net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur2021-03-161-2/+0
* net: ocelot: Extend MRPHoratiu Vultur2021-03-161-6/+0
* net: ipv4: route.c: simplify procfs codeYejune Deng2021-03-161-30/+4
* net: bridge: mcast: factor out common allow/block EHT handlingNikolay Aleksandrov2021-03-161-71/+27
* net: bridge: mcast: remove unreachable EHT codeNikolay Aleksandrov2021-03-161-42/+15
* net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang2021-03-161-13/+1
* net: export dev_set_threaded symbolLorenzo Bianconi2021-03-151-0/+1
* psample: Add additional metadata attributesIdo Schimmel2021-03-141-1/+38
* psample: Encapsulate packet metadata in a structIdo Schimmel2021-03-142-12/+10
* ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin2021-03-141-1/+1