summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-17net: dsa: tag_brcm: add support for legacy tagsÁlvaro Fernández Rojas
2021-03-17tipc: remove some unnecessary warningsJon Maloy
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy
2021-03-17tipc: rename binding table lookup functionsJon Maloy
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy
2021-03-17tipc: simplify call signatures for publication creationJon Maloy
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy
2021-03-17tipc: introduce new unified address type for internal useJon Maloy
2021-03-17tipc: move creation of publication item one level up in call chainJon Maloy
2021-03-17tipc: re-organize members of struct publicationJon Maloy
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck
2021-03-16openvswitch: Warn over-mtu packets only if iface is UP.Flavio Leitner
2021-03-16net: ocelot: Remove ocelot_xfh_get_cpuqHoratiu Vultur
2021-03-16net: ocelot: Extend MRPHoratiu Vultur
2021-03-16net: ipv4: route.c: simplify procfs codeYejune Deng
2021-03-16net: bridge: mcast: factor out common allow/block EHT handlingNikolay Aleksandrov
2021-03-16net: bridge: mcast: remove unreachable EHT codeNikolay Aleksandrov
2021-03-16net: dsa: mt7530: support MDB and bridge flag operationsDENG Qingfang
2021-03-15net: export dev_set_threaded symbolLorenzo Bianconi
2021-03-14psample: Add additional metadata attributesIdo Schimmel
2021-03-14psample: Encapsulate packet metadata in a structIdo Schimmel
2021-03-14ethernet: constify eth_get_headlen()'s data argumentAlexander Lobakin
2021-03-14flow_dissector: constify raw input data argumentAlexander Lobakin
2021-03-14gro: give 'hash' variable in dev_gro_receive() a less confusing nameAlexander Lobakin
2021-03-14gro: consistentify napi->gro_hash[x] access in dev_gro_receive()Alexander Lobakin
2021-03-14gro: simplify gro_list_prepare()Alexander Lobakin
2021-03-13Merge tag 'batadv-next-pullrequest-20210312' of git://git.open-mesh.org/linux...David S. Miller
2021-03-13net/sched: act_police: add support for packet-per-second policingBaowen Zheng
2021-03-13flow_offload: add support for packet-per-second policingXingfeng Hu