summaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)Author
2010-01-19net: Unexport napi_gro_flush().David S. Miller
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-01-15vhost_net: a kernel-level virtio serverMichael S. Tsirkin
2010-01-15tun: export underlying socketMichael S. Tsirkin
2010-01-15can: Proper ctrlmode handling for CAN devicesChristian Pellegrin
2010-01-14proc_fops: convert drivers/isdn/ to seq_fileAlexey Dobriyan
2010-01-13netpoll: allow execution of multiple rx_hooks per interfaceDaniel Borkmann
2010-01-12ieee80211: add struct ieee80211_hdr_qosKalle Valo
2010-01-12mac80211: add U-APSD client supportKalle Valo
2010-01-12cfg80211: Store IEs from both Beacon and Probe Response framesJouni Malinen
2010-01-12mac80211: add functions to create PS Poll and Nullfunc templatesKalle Valo
2010-01-12nl80211: New command for setting TX rate mask for rate controlJouni Malinen
2010-01-12nl80211: Add new WIPHY attribute COVERAGE_CLASSLukáš Turek
2010-01-12can: Unify droping of invalid tx skbs and netdev statsOliver Hartkopp
2010-01-11tcp: Generalized TTL Security MechanismStephen Hemminger
2010-01-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-01-07stmmac: add the new Header file for stmmac platform dataGiuseppe CAVALLARO
2010-01-07net: RFC3069, private VLAN proxy arp supportJesper Dangaard Brouer
2010-01-03can/netlink: add CAN_CTRLMODE_ONE_SHOTMarc Kleine-Budde
2009-12-30phylib: Properly reinitialize PHYs after hibernationAnton Vorontsov
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila
2009-12-25net: restore ip source validationJamal Hadi Salim
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds
2009-12-23Staging: dst: remove from the treeGreg Kroah-Hartman
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody
2009-12-23kfifo: fix Error/broken kernel-doc notationRandy Dunlap
2009-12-23Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for resizingEric Sandeen
2009-12-23ext3: Replace lock/unlock_super() with an explicit lock for the orphan listEric Sandeen
2009-12-23quota: decouple fs reserved space from quota reservationDmitry Monakhov
2009-12-23Add unlocked version of inode_add_bytes() functionDmitry Monakhov
2009-12-23ext3: quota macros cleanup [V2]Dmitry Monakhov
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds
2009-12-22kfifo: add record handling functionsStefani Seibold
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold
2009-12-22kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold
2009-12-22kfifo: fix warn_unused_resultStefani Seibold
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold