summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-3/+15
2011-07-18ipv6: Get rid of rt6i_nexthop macro.David S. Miller1-1/+0
2011-07-18neigh: Pass neighbour entry to output ops.David S. Miller1-9/+10
2011-07-18SUNRPC: Replace xprt->resend and xprt->sending with a priority queueTrond Myklebust1-1/+0
2011-07-18SUNRPC: Allow caller of rpc_sleep_on() to select priority levelsTrond Myklebust1-0/+4
2011-07-18SUNRPC: Support dynamic slot allocation for TCP connectionsTrond Myklebust1-2/+7
2011-07-18SUNRPC: Clean up the slot table allocationTrond Myklebust1-2/+0
2011-07-18SUNRPC: Ensure that we grab the XPRT_LOCK before calling xprt_alloc_slotTrond Myklebust1-3/+3
2011-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-6/+0
2011-07-17Merge branches 'omap/prcm' and 'omap/mfd' of git+ssh://master.kernel.org/pub/...Arnd Bergmann4-14/+282
2011-07-17Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds3-1/+22
2011-07-17net: vlan, qlcnic: make vlan_find_dev privateDavid Lamparter1-11/+0
2011-07-17net: add 802.1ad / 802.1ah / QinQ ethertypesDavid Lamparter1-0/+5
2011-07-17ptrace: dont send SIGSTOP on auto-attach if PT_SEIZEDOleg Nesterov1-1/+5
2011-07-17ptrace: mv send-SIGSTOP from do_fork() to ptrace_init_task()Oleg Nesterov1-0/+3
2011-07-17ptrace_init_task: initialize child->jobctl explicitlyOleg Nesterov1-6/+7
2011-07-17neigh: Kill ndisc_ops->queue_xmitDavid S. Miller1-1/+0
2011-07-17neigh: Kill hh_cache->hh_outputDavid S. Miller2-3/+2
2011-07-17neigh: Kill neigh_ops->hh_outputDavid S. Miller1-1/+0
2011-07-17net: Create and use new helper, neigh_output().David S. Miller1-0/+9
2011-07-17ACPI: constify ops structsVasiliy Kulikov2-2/+2
2011-07-16firewire: cdev: ABI documentation enhancementsStefan Richter1-41/+34
2011-07-16firewire: cdev: prevent race between first get_info ioctl and bus reset event...Stefan Richter1-0/+3
2011-07-16Merge commit 'v3.0-rc7' into devicetree/nextGrant Likely31-144/+177
2011-07-16nfsd: Remove deprecated nfsctl system call and related code.NeilBrown3-20/+0
2011-07-16Merge branch 'pm-runtime' into for-linusRafael J. Wysocki1-0/+6
2011-07-16Merge branch 'pm-domains' into for-linusRafael J. Wysocki4-20/+134
2011-07-16PM / Suspend: Add .suspend_again() callback to suspend_opsMyungJoo Ham1-0/+8
2011-07-16PM / OPP: Introduce function to free cpufreq tableNishanth Menon1-0/+8
2011-07-15mcp23s08: get rid of setup/teardown callbacksPeter Korsgaard1-9/+0
2011-07-15mac80211: let key iteration get keys in install orderJohannes Berg1-0/+4
2011-07-15mac80211: allow driver access to TKIP RX P1KJohannes Berg1-0/+14
2011-07-15nl80211/cfg80211: add max_sched_scan_ie_len in the hw descriptionLuciano Coelho2-0/+6
2011-07-15nl80211/cfg80211: add max_sched_scan_ssids in the hw descriptionLuciano Coelho2-0/+7
2011-07-15nl80211: advertise GTK rekey support, new triggersJohannes Berg2-6/+37
2011-07-15drm/radeon/kms: add new NI pci idsAlex Deucher1-0/+2
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-39/+223
2011-07-15SUNRPC: sunrpc should not explicitly depend on NFS config optionsTrond Myklebust3-13/+13
2011-07-15NFS: Move the pnfs write code into pnfs.cTrond Myklebust1-3/+0
2011-07-15NFS: Move the pnfs read code into pnfs.cTrond Myklebust1-1/+0
2011-07-15NFS: Allow the nfs_pageio_descriptor to signal that a re-coalesce is neededTrond Myklebust1-1/+2
2011-07-15NFS: Cache rpc_ops in struct nfs_pageio_descriptorTrond Myklebust1-0/+1
2011-07-15ia64: Replace clocksource.fsys_mmio with generic arch dataAndy Lutomirski1-7/+0
2011-07-15net: remove NETIF_F_ALL_TX_OFFLOADSMichał Mirosław1-6/+0
2011-07-15net: remove SK_ROUTE_CAPS from meta ematchMichał Mirosław1-1/+1
2011-07-15net: unexport netdev_fix_features()Michał Mirosław1-1/+0
2011-07-15tracing: Have dynamic size event stack tracesSteven Rostedt1-0/+1
2011-07-14ARM / shmobile: Use genpd_queue_power_off_work()Rafael J. Wysocki1-0/+2
2011-07-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller14-18/+68
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller3-24/+11