summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds88-1028/+2151
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds3-63/+16
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds20-86/+430
2012-03-20Merge tag 'tty-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds11-160/+102
2012-03-20Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds12-22/+277
2012-03-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-23/+5
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-11/+65
2012-03-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-138/+425
2012-03-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2012-03-20Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-37/+156
2012-03-20netdev: driver: ethernet: Add TI CPSW driverMugunthan V N1-0/+55
2012-03-20net: update the usage of CHECKSUM_UNNECESSARYYi Zou1-0/+7
2012-03-20net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou1-1/+2
2012-03-20if_vlan: Remove VLAN_ETH_ALEN define and the 1 use of itJoe Perches1-4/+3
2012-03-20tcp: reduce out_of_order memory useEric Dumazet1-0/+1
2012-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+12
2012-03-17arp: allow arp processing to honor per interface arp_accept sysctlNeil Horman1-0/+1
2012-03-17Tools: hv: Support enumeration from all the poolsK. Y. Srinivasan1-0/+1
2012-03-17Drivers: hv: Support the newly introduced KVP messages in the driverK. Y. Srinivasan1-0/+2
2012-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville3-47/+19
2012-03-16math: Introduce div64_longSasha Levin1-0/+4
2012-03-15USB: EHCI: Add a generic platform device driverHauke Mehrtens1-0/+46
2012-03-15USB: OHCI: Add a generic platform device driverHauke Mehrtens1-0/+38
2012-03-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+12
2012-03-14Drivers: hv: Add new message types to enhance KVPK. Y. Srinivasan1-3/+27
2012-03-14USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li1-1/+1
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-2/+3
2012-03-13cfg80211: clarify timestamp in cfg80211_inform_bssJohannes Berg1-4/+3
2012-03-13Merge branch 'linus' into irq/coreThomas Gleixner35-140/+176
2012-03-13sched/x86: Fix overflow in cyc2ns_offsetSalman Qazi1-0/+13
2012-03-13Merge tag 'v3.3-rc7' into sched/coreIngo Molnar15-64/+74
2012-03-13net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck1-16/+33
2012-03-13net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck1-0/+1
2012-03-13net: ipv4: Standardize prefixes for message loggingJoe Perches1-2/+2
2012-03-12Merge branch 'perf/hw-branch-sampling' into perf/coreIngo Molnar1-5/+77
2012-03-12Merge branch 'perf/urgent' into perf/coreIngo Molnar15-64/+74
2012-03-12printk/sched: Introduce special printk_sched() for those awkward momentsPeter Zijlstra1-0/+10
2012-03-12mac80211: remove tx_syncJohannes Berg1-41/+0
2012-03-12cfg80211: Add background scan period attribute.Bala Shanmugam2-0/+13
2012-03-12xHCI: BESL calculation based on USB2.0 LPM errataAndiry Xu1-0/+5
2012-03-12Merge 3.3-rc7 into usb-nextGreg Kroah-Hartman17-85/+340
2012-03-12net: get rid of some pointless casts to sockaddrMaciej Żenczykowski2-3/+3
2012-03-10USB: serial: use module_driver() macroGreg Kroah-Hartman1-15/+2
2012-03-10driver-core: Allow additional parameters for module_driverLars-Peter Clausen1-3/+4
2012-03-10net: Use bool in netdevice.h helpers.David S. Miller1-26/+26
2012-03-10net: Use bool in skbuff.h helper functions.David S. Miller1-3/+3
2012-03-10ipv4: Make ip_call_ra_chain() return bool.David S. Miller1-1/+1
2012-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-1/+13
2012-03-10serial: introduce generic port in/out helpersPaul Gortmaker1-0/+10
2012-03-10Merge 3.3-rc6 into driver-core-nextGreg Kroah-Hartman58-141/+324