aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan4-3/+4
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan1-0/+1
2010-01-18netfilter: netns: #ifdef ->iptable_security, ->ip6table_securityAlexey Dobriyan2-0/+4
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan2-4/+6
2010-01-05IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE1-11/+5
2010-01-03can/netlink: add CAN_CTRLMODE_ONE_SHOTMarc Kleine-Budde1-0/+1
2009-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller4-64/+175
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+0
2009-12-28mac80211: annotate sleeping driver opsKalle Valo1-12/+31
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-42/+15
2009-12-28mac80211/cfg80211: add station eventsJohannes Berg1-0/+12
2009-12-28cfg80211: add remain-on-channel commandJouni Malinen2-0/+83
2009-12-28mac80211: split up and insert custom IEs correctlyJohannes Berg1-9/+30
2009-12-28mac80211: introduce flush operationJohannes Berg1-0/+5
2009-12-28wireless: remove remaining qual codeJohannes Berg1-2/+0
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville8-36/+31
2009-12-26llc: convert llc_sap_list to RCUOctavian Purdila1-1/+1
2009-12-26llc: replace the socket list with a local address based hashOctavian Purdila1-1/+20
2009-12-26llc: use a device based hash table to speed up multicast deliveryOctavian Purdila2-0/+12
2009-12-26llc: convert the socket list to RCU lockingOctavian Purdila1-4/+3
2009-12-26llc: add support for LLC_OPT_PKTINFOOctavian Purdila2-0/+8
2009-12-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller3-4/+109
2009-12-23net: Add rtnetlink init_rcvwnd to set the TCP initial receive windowlaurent chavey3-3/+4
2009-12-23tcp: Remove check in __tcp_push_pending_framesKrishna Kumar1-7/+9
2009-12-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-1/+7
2009-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-10/+11
2009-12-23Merge 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/jack/linux-fs-2.6Linus Torvalds4-4/+11
2009-12-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-2/+3
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-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-4/+3
2009-12-22Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-0/+27
2009-12-22kfifo: add record handling functionsStefani Seibold1-0/+330
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-0/+47
2009-12-22kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold1-2/+92
2009-12-22kfifo: fix warn_unused_resultStefani Seibold1-2/+2
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-10/+29
2009-12-22kfifo: cleanup namespaceStefani Seibold1-25/+7
2009-12-22kfifo: move out spinlockStefani Seibold1-45/+35
2009-12-22kfifo: move struct kfifo in placeStefani Seibold4-8/+10