summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* net: Add Open vSwitch kernel components.Jesse Gross2011-12-031-0/+452
* ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+1
* vlan: Move vlan_set_encap_proto() to vlan header filePravin B Shelar2011-12-031-0/+34
* genetlink: Add rcu_dereference_genl and genl_dereference.Jesse Gross2011-12-031-0/+21
* genetlink: Add lockdep_genl_is_held().Pravin B Shelar2011-12-031-0/+3
* genetlink: Add genl_notify()Pravin B Shelar2011-12-031-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-0225-146/+199
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-0210-30/+30
| |\
| | * sch_red: fix red_calc_qavg_from_idle_timeEric Dumazet2011-12-011-9/+6Star
| | * Merge branch 'nf' of git://1984.lsi.us.es/netDavid S. Miller2011-11-292-9/+12
| | |\
| | | * netfilter: nf_conntrack: make event callback registration per-netnsPablo Neira Ayuso2011-11-222-9/+12
| | * | net: Fix corruption in /proc/*/net/dev_mcastAnton Blanchard2011-11-291-0/+2
| | * | inet: add a redirect generation id in inetpeerEric Dumazet2011-11-271-0/+1
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2011-12-011-7/+0Star
| |\ \ \
| | * \ \ Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux...Arnd Bergmann2011-11-2928-47/+65
| | |\ \ \
| | * \ \ \ Merge branch 'hwmod_dss_fixes_3.2rc' of git://git.pwsan.com/linux-2.6 into fi...Tony Lindgren2011-11-231-7/+0Star
| | |\ \ \ \
| | | * | | | ARM: OMAP: HWMOD: Unify DSS resets for OMAPsTomi Valkeinen2011-11-081-7/+0Star
| * | | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2011-11-291-95/+134
| |\ \ \ \ \ \
| | * | | | | | PM: Update comments describing device power management callbacksRafael J. Wysocki2011-11-281-95/+134
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/aeg...Linus Torvalds2011-11-281-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | pstore: pass allocated memory region back to callerKees Cook2011-11-171-1/+3
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-281-5/+4Star
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'exynos-drm' of git://git.infradead.org/users/kmpark/linux-samsu...Dave Airlie2011-11-281-5/+4Star
| | |\ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | | * | | | | | drm/exynos: use gem create function genericallyInki Dae2011-11-151-5/+4Star
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2011-11-281-1/+2
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | clocksource: Avoid selecting mult values that might overflow when adjustedJohn Stultz2011-11-101-1/+2
| * | | | | | | | Merge git://github.com/rustyrussell/linuxLinus Torvalds2011-11-242-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | virtio-pci: make reset operation saferMichael S. Tsirkin2011-11-241-0/+2
| | * | | | | | | | virtio-mmio: Correct the name of the guest features selectorSasha Levin2011-11-241-1/+1
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2011-11-232-4/+4
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| | * | | | | | | | PCI: Fix compile errors with PCI_ATS and !PCI_IOVJoerg Roedel2011-10-312-4/+4
| * | | | | | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-11-231-3/+0Star
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | i2c: Delete ANY_I2C_BUSJean Delvare2011-11-231-3/+0Star
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2011-11-231-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | regulator: TPS65910: Fix VDD1/2 voltage selector countAfzal Mohammed2011-11-231-1/+2
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2011-11-232-0/+6
| |\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | |
| | * | | | | | | | drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang2011-11-231-0/+2
| | * | | | | | | | drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák2011-11-201-0/+4
| * | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2011-11-222-0/+4
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-042-0/+4
| * | | | | | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-222-2/+0Star
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | writeback: remove vm_dirties and task->dirtiesWu Fengguang2011-11-172-2/+0Star
| * | | | | | | | | | | Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2011-11-221-6/+8
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | RS485: fix inconsistencies in the meaning of some variablesClaudio Scordino2011-11-151-6/+8
| | | |_|_|_|_|_|_|/ / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'driver-core-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-11-221-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | device.h: Fix struct member documentationMarcos Paulo de Souza2011-11-151-1/+1
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2011-11-211-1/+7
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| | * | | | | | | | | | libceph: Allocate larger oid buffer in request msgsStratos Psomadakis2011-11-111-1/+7
* | | | | | | | | | | | net: Make ndo_neigh_destroy return void.David S. Miller2011-12-011-1/+1
* | | | | | | | | | | | ipv4: use a 64bit load/store in output pathEric Dumazet2011-12-011-1/+4