Optimize packet socket support to eliminate a packet copy.
authorSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 13:26:08 +0000 (13:26 +0000)
committerSapan Bhatia <sapanb@cs.princeton.edu>
Mon, 28 Jul 2008 13:26:08 +0000 (13:26 +0000)
Tagging module linux-2.6 - linux-2.6-22-17

kernel-2.6.spec

index 7b92464..cabb1ef 100644 (file)
@@ -24,7 +24,7 @@ Summary: The Linux kernel (the core of the Linux operating system)
 # for module-tag.py - sublevel is used for the version (middle) part of tag names
 %define name linux-2.6
 %define module_version_varname sublevel
-%define taglevel 16
+%define taglevel 17
 
 #
 # Polite request for people who spin their own kernel rpms:
@@ -847,6 +847,9 @@ rm -f /lib/modules/%{KVERREL}uml/modules.*
 %endif
 
 %changelog
+* Mon Jul 28 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-17
+- Optimize packet socket support to eliminate a packet copy.
+
 * Sun Jul 27 2008 Sapan Bhatia <sapanb@cs.princeton.edu> - linux-2.6-22-16
 - Missed this header file, which broke the compile.
 - I'll be doing another tag to include an optimization I left out of this version. This version is for Build only.