summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin3-0/+132
2010-01-15tun: export underlying socketMichael S. Tsirkin1-0/+14
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin1-0/+1
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan1-2/+1
2010-01-14netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann1-3/+8
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp1-0/+15
2010-01-12tcp: Generalized TTL Security MechanismStephen Hemminger1-0/+2
2010-01-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller3-1/+4
2010-01-08stmmac: add the new Header file for stmmac platform dataGiuseppe CAVALLARO1-0/+53
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer2-0/+2
2010-01-04can/netlink: add CAN_CTRLMODE_ONE_SHOTMarc Kleine-Budde1-0/+1
2009-12-31phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov1-0/+1
2009-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-9/+66
2009-12-29cfg80211: add remain-on-channel commandJouni Malinen1-0/+36
2009-12-29mac80211: split up and insert custom IEs correctlyJohannes Berg1-9/+30
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville3-10/+16
2009-12-27llc: add support for LLC_OPT_PKTINFOOctavian Purdila1-0/+7
2009-12-26net: restore ip source validationJamal Hadi Salim2-0/+2
2009-12-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-2/+28
2009-12-24net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey1-0/+2
2009-12-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2009-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-10/+11
2009-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-587/+0
2009-12-23Staging: dst: remove from the treeGreg Kroah-Hartman1-587/+0
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody2-7/+8
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody1-2/+2
2009-12-23kfifo: fix Error/broken kernel-doc notationRandy Dunlap1-16/+15
2009-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds4-4/+11
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold1-1/+2
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen1-0/+1
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen1-0/+1
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov1-2/+3
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov1-0/+1
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov1-2/+5
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+3
2009-12-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-0/+27
2009-12-23kfifo: add record handling functionsStefani Seibold1-0/+330
2009-12-23kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-0/+47
2009-12-23kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold1-2/+92
2009-12-23kfifo: fix warn_unused_resultStefani Seibold1-2/+2
2009-12-23kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-10/+29
2009-12-23kfifo: cleanup namespaceStefani Seibold1-25/+7
2009-12-23kfifo: move out spinlockStefani Seibold1-45/+35
2009-12-23kfifo: move struct kfifo in placeStefani Seibold1-5/+6
2009-12-22mac80211: only bother printing highest data rate on debugfs if its setLuis R. Rodriguez1-1/+4
2009-12-22mac80211: enable spatial multiplexing powersaveJohannes Berg1-1/+24
2009-12-22Remove obsolete comment in fs.hAndreas Gruenbacher1-2/+0
2009-12-22Sanitize f_flags helpersAl Viro1-0/+3
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro1-2/+0