Skip to content

Commit

Permalink
updated papers
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-keller committed Jun 11, 2024
1 parent 11b88bd commit b1218e8
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gen/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def main():
lines = [x.strip('\n') for x in lines]

allentries = {}
years_covered = ["2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2004", "2003", "2002", "2001", "2000"]
years_covered = ["2024", "2023", "2022", "2021", "2020", "2019", "2018", "2017", "2016", "2015", "2014", "2013", "2012", "2011", "2010", "2009", "2008", "2004", "2003", "2002", "2001", "2000"]
for yr in years_covered:
allentries[yr] = []

Expand Down
40 changes: 40 additions & 0 deletions gen/papers.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
2024
LinuxFP: Transparently Accelerating Linux Networking
M. Abranches, E. Hunhoff, R. Eswara, O. Michel, and E. Keller.
In IEEE International Conference on Distributed Computing Systems (ICDCS), 2024
papers/2024/linuxfp_icdcs24.pdf
-
-

2023
Doomed to Repeat with IPv6? Characterization of NAT-centric Security in SOHO Routers
Karl Olson, Jack Wampler, Eric Keller
ACM Computing Surveys, Volume 55, Issue 14s, July 2023
papers/2023/ipv6-NAT-csur2023.pdf
-
-

2023
Doomed to Repeat with IPv6? CAn Operating System for Disaggregation with Coherence
Erika Hunhoff, Gerd Zellweger, Eric Keller
(poster)USENIX Symposium on Operating Systems Design and Implementation (OSDI), June 2023
-
papers/2023/dinos-osdi2023_poster.pdf
-

2023
Doomed to Repeat with IPv6? CEnabling Security Research Through Efficient Partial Deployment Topology Configuration and Validation
Bashayer Alharbi, Karl Olson, Eric Keller
IEEE International Workshop on Computer and Networking Experimental Research using Testbeds (CNERT), May 2023
papers/2023/rpki-sim-cnert2023.pdf
-
-

2023
Doomed to Repeat with IPv6? CCapturing and Predicting User Frustration to Support a Smart Operating System
Sepideh Goodarzy, Eric Keller, Maziyar Nazari, Eric Rozner, Richard Han, Mark Dras, Young Choon Lee, Deborah Richards
Companion Proceedings of the 28th ACM International Conference on Intelligent User Interfaces (IUI), March 2023.
papers/2023/user-frustration-iui2023.pdf
-
-

2022
Getting back what was lost in the era of high-speed software packet processing
Marcelo Abranches, Oliver Michel, Eric Keller
Expand Down
Binary file added papers/2023/dinos-osdi2023_poster.pdf
Binary file not shown.
Binary file added papers/2023/ipv6-NAT-csur2023.pdf
Binary file not shown.
Binary file added papers/2023/rpki-sim-cnert2023.pdf
Binary file not shown.
Binary file added papers/2023/user-frustration-iui2023.pdf
Binary file not shown.
Binary file added papers/2024/linuxfp_icdcs24.pdf
Binary file not shown.
Binary file modified publications.html
Binary file not shown.

0 comments on commit b1218e8

Please sign in to comment.