aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-10Merge branch 'master' of /repos/git/net-next-2.6Patrick McHardy60-221/+750
2010-02-04packet: Add GSO/csum offload support.Sridhar Samudrala1-0/+1
2010-02-04libphy: add phy_find_first functionJiri Pirko1-0/+1
2010-02-04net: use helpers to access mc list V2Jiri Pirko1-0/+6
2010-02-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-0/+2
2010-02-03net: CONFIG_COMPAT reduxAlexey Dobriyan1-0/+4
2010-02-03net: macvtap driverArnd Bergmann1-0/+1
2010-02-03macvlan: allow multiple driver backendsArnd Bergmann1-0/+70
2010-02-03net: maintain namespace isolation between vlan and real deviceArnd Bergmann1-0/+9
2010-02-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-32/+0
2010-02-03netfilter: xtables: add CT targetPatrick McHardy2-0/+18
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy1-0/+4
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy1-0/+18
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy1-0/+2
2010-02-02connector: Delete buggy notification code.Evgeniy Polyakov1-32/+0
2010-02-02virtio: Add ability to detach unused buffers from vringsShirley Ma1-0/+4
2010-02-02igmp: fix ip_mc_sf_allow race [v5]Flavio Leitner1-0/+2
2010-02-02netfilter: xtables: CONFIG_COMPAT reduxAlexey Dobriyan2-7/+14
2010-01-25net: use helpers to access uc list V2Jiri Pirko1-0/+5
2010-01-23netdev: remove certain HAVE_ macrosAlexey Dobriyan1-10/+0
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller40-172/+320
2010-01-22Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller199-5019/+5075
2010-01-22mac80211: Account HT Control field in Data frame hdrlen according to 802.11n-2009Andriy Tkachuk1-0/+2
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+8
2010-01-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-0/+1
2010-01-21Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds5-33/+12
2010-01-21perf: Change the is_software_event() definitionPeter Zijlstra1-3/+8
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-01-20USB: Fix duplicate sysfs problem after device reset.Sarah Sharp1-0/+1
2010-01-20Merge branch 'misc' into releaseLen Brown1-3/+3
2010-01-19net: Unexport napi_gro_flush().David S. Miller1-1/+0
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-1/+94
2010-01-19phylib: Move workqueue initialization to a proper placeAnton Vorontsov1-0/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton1-0/+39
2010-01-18mfd: Correct WM835x ISINK ramp time definesMark Brown1-14/+14
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-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-1/+1
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+4
2010-01-16nommu: fix shared mmap after truncate shrinkage problemsDavid Howells1-0/+1
2010-01-16nommu: don't need get_unmapped_area() for NOMMUDavid Howells2-2/+7
2010-01-16nommu: struct vm_region's vm_usage count need not be atomicDavid Howells1-1/+1
2010-01-16kernel.h: add BUILD_BUG_ON_NOT_POWER_OF_2()Roland Dreier1-0/+4
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen1-2/+2
2010-01-16kfifo: add kfifo_initializedAndi Kleen1-0/+10
2010-01-16kfifo: add kfifo_out_peekAndi Kleen1-0/+3
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen1-4/+4
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen1-5/+5
2010-01-16tty.h: make tty_port_get() static inlineRandy Dunlap1-2/+2