summaryrefslogtreecommitdiff
path: root/include/linux/sockios.h
AgeCommit message (Collapse)Author
2006-12-02[NET]: The scheduled removal of the frame diverter.Adrian Bunk
This patch contains the scheduled removal of the frame diverter. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: David S. Miller <davem@davemloft.net>
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl
Ross moved. Remove the bad email address so people will find the correct one in ./CREDITS. Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2004-05-21[BRIDGE]: New ioctl interface for 32/64 compatability.Stephen Hemminger
Add four new ioctl's for the operations that can't be done through sysfs. The existing bridge ioctl's are multiplexed, and most go through SIOCDEVPRIVATE so they won't work in a mixed 32/64bit environment. The new release of bridge-utils will use these if possible, and fall back to the old interface.
2002-03-06WAN drivers update 2/5:François Romieu
s/SIOCDEVICE/SIOCWANDEV/
2002-03-06WAN drivers update 1/5:François Romieu
Add new HDLC interface, split up huge hdlc.c driver into multiple files based on hardware type. Convert WAN drivers to new interface.
2002-02-04v2.4.14 -> v2.4.14.1Linus Torvalds
- me: fix page flags race condition Andrea found - David Miller: sparc and network updates - various: fix loop driver that thought it was part of the VM system - me: teach DRM about VM_RESERVED - Alan Cox: more merging
2002-02-04v2.4.13.5 -> v2.4.13.6Linus Torvalds
- me: remember to bump the version number ;) - Hugh Dickins: export "free_lru_page()" for modules - Jeff Garzik: don't change nopage arguments, just make the last a dummy one - David Miller: sparc and net updates (netfilter, VLAN etc) - Nikita Danilov: reiserfs cleanups - Jan Kara: quota initialization race - Tigran Aivazian: make the x86 microcode update driver happy about hyperthreaded P4's - me: shrink dcache/icache more aggressively - me: fix up oom-killer so that it actually works
2002-02-04v2.4.7.3 -> v2.4.7.4Linus Torvalds
- David Mosberger: IA64 update - Geert Uytterhoeven: cleanup, new atyfb - Marcelo Tosatti: zone aging fixes - me, others: limit IO requests sanely
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds
- Jeff Garzik: net driver updates, PCI PM induced cleanups - Me: do ACPI first, so that it doesn't mess up existing device driver configurations. Notably it used to completely destroy PCMCIA on some Sony VAIOs. - Paul Mackerras: powermac drivers and MAINTAINERS update - NIIBE Yutaka: SuperH update - Johannes Erdfelt: USB driver updates - Russell King: ARM update - Alan Cox: merging, merging, merging
2002-02-04Import changesetLinus Torvalds