forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the time being I will be available in my private mail. Update both the MAINTAINERS file and the individual modules MODULE_AUTHOR directive with the new address. Signed-off-by: Yotam Gigi <[email protected]> Signed-off-by: Yuval Mintz <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6671,7 +6671,7 @@ F: include/net/ieee802154_netdev.h | |
F: Documentation/networking/ieee802154.txt | ||
|
||
IFE PROTOCOL | ||
M: Yotam Gigi <yotamg@mellanox.com> | ||
M: Yotam Gigi <yotam.gi@gmail.com> | ||
M: Jamal Hadi Salim <[email protected]> | ||
F: net/ife | ||
F: include/net/ife.h | ||
|
@@ -10890,7 +10890,7 @@ S: Maintained | |
F: drivers/block/ps3vram.c | ||
|
||
PSAMPLE PACKET SAMPLING SUPPORT: | ||
M: Yotam Gigi <yotamg@mellanox.com> | ||
M: Yotam Gigi <yotam.gi@gmail.com> | ||
S: Maintained | ||
F: net/psample | ||
F: include/net/psample.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,6 +137,6 @@ int ife_tlv_meta_encode(void *skbdata, u16 attrtype, u16 dlen, const void *dval) | |
EXPORT_SYMBOL_GPL(ife_tlv_meta_encode); | ||
|
||
MODULE_AUTHOR("Jamal Hadi Salim <[email protected]>"); | ||
MODULE_AUTHOR("Yotam Gigi <yotamg@mellanox.com>"); | ||
MODULE_AUTHOR("Yotam Gigi <yotam.gi@gmail.com>"); | ||
MODULE_DESCRIPTION("Inter-FE LFB action"); | ||
MODULE_LICENSE("GPL"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters