summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-1313-19/+66
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-126-9/+35
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-124-8/+11
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | mac80211: Convert WARN_ON to WARN_ON_ONCELarry Finger2012-04-091-1/+1
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-093-7/+10
| | | |\ \ \
| | | | * | | Bluetooth: Fix userspace compatibility issue with mgmt interfaceGustavo Padovan2012-04-051-1/+1
| | | | * | | Bluetooth: mgmt: Fix timeout typeAndrei Emeltchenko2012-03-281-1/+1
| | | | * | | Bluetooth: Check for minimum data length in eir_has_data_type()Johan Hedberg2012-03-281-0/+3
| | | | * | | Bluetooth: Don't increment twice in eir_has_data_type()Johan Hedberg2012-03-281-4/+3
| | | | * | | Bluetooth: hci_core: fix NULL-pointer dereference at unregisterJohan Hovold2012-03-281-0/+1
| | | | * | | Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bitHemant Gupta2012-03-281-1/+1
| | * | | | | tcp: avoid order-1 allocations on wifi and tx pathEric Dumazet2012-04-111-0/+13
| | * | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-101-1/+11
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | netfilter: ip6_tables: ip6t_ext_hdr is now static inlinePablo Neira Ayuso2012-04-091-1/+11
| * | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-04-122-2/+5
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-04-121-2/+3
| | |\ \ \ \ \ \
| | | * | | | | | drm/exynos: fixed exynos broken ioctlInki Dae2012-04-121-1/+1
| | | * | | | | | drm/exynos: fixed page align and code clean.Inki Dae2012-04-031-1/+2
| | * | | | | | | vgaarb.h: fix build warningsRandy Dunlap2012-04-111-0/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-123-8/+15
| |\ \ \ \ \ \ \
| | * | | | | | | irq_domain: Move irq_virq_count into NOMAP revmapGrant Likely2012-04-121-2/+4
| | * | | | | | | irq: Kill pointless irqd_to_hw exportGrant Likely2012-04-113-6/+11
| | |/ / / / / /
| * | | | | | | Merge tag 'sound-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-04-111-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | ALSA: hda - hide HDMI/ELD printks unless snd.debug=2Fengguang Wu2012-04-101-0/+10
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'dmaengine-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-111-0/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | netdma: adding alignment check for NETDMA opsDave Jiang2012-04-061-0/+1
* | | | | | | | Treat ND option 31 as userland (DNSSL support)Alexey I. Froloff2012-04-121-0/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | team: add user_linkup and user_linkup_enabled per-port optionJiri Pirko2012-04-111-8/+18
* | | | | | | team: add bool option typeJiri Pirko2012-04-111-0/+2
* | | | | | | team: add support for per-port optionsJiri Pirko2012-04-111-13/+17
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-10181-3551/+6203
|\| | | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-065-8/+5
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | * | | | | ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings2012-04-061-2/+1
| | * | | | | tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-061-1/+1
| | * | | | | Merge branch 'master' of git://1984.lsi.us.es/netDavid S. Miller2012-04-042-3/+3
| | |\ \ \ \ \
| | | * | | | | netfilter: ipset: avoid use of kernel-only typesJan Engelhardt2012-03-261-2/+2
| | | * | | | | netfilter: xt_LOG: don't use xchg() for simple assignmentJan Beulich2012-03-261-1/+1
| | * | | | | | net: fix /proc/net/dev regressionEric Dumazet2012-04-031-2/+0
| * | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-062-7/+8
| |\ \ \ \ \ \ \
| | * | | | | | | memcg swap: use mem_cgroup_uncharge_swap fixMichal Hocko2012-04-061-7/+7
| | * | | | | | | libfs: add simple_open()Stephen Boyd2012-04-061-0/+1
| * | | | | | | | Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2012-04-051-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | CIFS: Fix VFS lock usage for oplocked filesPavel Shilovsky2012-04-011-0/+5
| * | | | | | | | | Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-051-3/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-301-1/+2
| | * | | | | | | | | kgdb,debug_core: pass the breakpoint struct instead of address and memoryJason Wessel2012-03-301-2/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-053-6/+15
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | common: DMA-mapping: add NON-CONSISTENT attributeMarek Szyprowski2012-03-281-0/+1
| | * | | | | | | | | common: DMA-mapping: add WRITE_COMBINE attributeMarek Szyprowski2012-03-281-0/+1
| | * | | | | | | | | common: dma-mapping: introduce mmap methodMarek Szyprowski2012-03-281-0/+3