summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | netfilter: add nf_ipv6_ops hook to fix xt_addrtype with IPv6Florian Westphal2013-05-232-1/+17
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2013-06-031-0/+4
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kernel: Fix s390 absolute memory access for /dev/memMichael Holzheu2013-05-221-0/+4
| * | | | | | | | | Merge branch 'for-3.10-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-06-031-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | cgroup: fix a subtle bug in descendant pre-order walkTejun Heo2013-05-241-1/+1
| | | |_|_|_|/ / / / | | |/| | | | | | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-06-012-2/+3
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | target: Propigate up ->cmd_kref put return via transport_generic_free_cmdNicholas Bellinger2013-05-311-1/+1
| | * | | | | | | | | target: Re-instate sess_wait_list for target_wait_for_sess_cmdsNicholas Bellinger2013-05-301-0/+1
| | * | | | | | | | | target: Remove unused wait_for_tasks bit in target_wait_for_sess_cmdsJoern Engel2013-05-211-1/+1
| * | | | | | | | | | Merge tag 'fbdev-for-3.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-06-011-0/+1
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'fbdev-3.10-fixes' of git://gitorious.org/linux-omap-dss2/linux ...Jean-Christophe PLAGNIOL-VILLARD2013-05-291-0/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | | * | | | | | | | | OMAPDSS: Fix crash with DT bootTomi Valkeinen2013-05-231-0/+1
| * | | | | | | | | | | Merge tag 'please-pull-aertracefix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-05-311-2/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | aerdrv: Move cper_print_aer() call out of interrupt contextLance Ortiz2013-05-301-2/+3
| | |/ / / / / / / / / /
| * | | | | | | | | | | Merge tag 'stable/for-linus-3.10-rc3-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-05-301-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | xenbus: delay xenbus frontend resume if xenstored is not runningAurelien Chartier2013-05-291-0/+1
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'pm+acpi-3.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-05-261-35/+5
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI / PM: Allow device power states to be used for CONFIG_PM unsetRafael J. Wysocki2013-05-221-35/+5
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-05-262-0/+9
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ACPI / LPSS: register clock device for Lynxpoint DMA properlyRafael J. Wysocki2013-05-141-0/+5
| | * | | | | | | | | | dma: acpi-dma: parse CSRT to extract additional resourcesAndy Shevchenko2013-05-141-0/+4
| | | |/ / / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2013-05-254-8/+32
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | linux/kernel.h: fix kernel-doc warningRandy Dunlap2013-05-251-2/+3
| | * | | | | | | | | | wait: fix false timeouts when using wait_event_timeout()Imre Deak2013-05-251-5/+11
| | * | | | | | | | | | rapidio: add enumeration/discovery start from user spaceAlexandre Bounine2013-05-251-2/+7
| | * | | | | | | | | | rapidio: make enumeration/discovery configurableAlexandre Bounine2013-05-252-1/+13
| | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-05-251-2/+0
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge tag 'omap-fixes-a-for-3.10-rc' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2013-05-221-2/+0
| | |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / | | |/| | | | | | | |
| | | * | | | | | | | SERIAL: OMAP: Remove the slave idle handling from the driverSantosh Shilimkar2013-05-201-2/+0
| | | |/ / / / / / /
* | | | | | | | | | transp_v6.h: style neateningJoe Perches2013-06-051-52/+37
* | | | | | | | | | net: do not manually initialize enumeratorsJean Sacren2013-06-051-3/+3
* | | | | | | | | | net: ipv6: Implement /proc/net/icmp6.Lorenzo Colitti2013-06-041-0/+8
* | | | | | | | | | net: ipv4: make the ping /proc code AF-independentLorenzo Colitti2013-06-041-0/+8
* | | | | | | | | | net: ipv6: Unify {raw,udp}6_sock_seq_show.Lorenzo Colitti2013-06-041-0/+13
* | | | | | | | | | Clean up indentation in net/ipv6/transp_v6.hLorenzo Colitti2013-06-041-35/+35
* | | | | | | | | | ipv4: use separate genid for next hop exceptionsTimo Teräs2013-06-032-0/+12
* | | | | | | | | | phy: add reverse MII PHY connection typeFlorian Fainelli2013-06-011-0/+1
* | | | | | | | | | iptunnel: specify protocol outside IP headerNicolas Dichtel2013-06-011-1/+1
* | | | | | | | | | net: clean up skb headers codeCong Wang2013-06-011-2/+2
* | | | | | | | | | phy: Add Marvell 88E1510 phy IDMichal Simek2013-05-311-0/+1
* | | | | | | | | | phy: Add Marvell 88E1116R phy IDMichal Simek2013-05-311-0/+1
* | | | | | | | | | net: mv643xx_eth: add phy_node to platform_data structSebastian Hesselbarth2013-05-311-0/+2
* | | | | | | | | | net, ipv4, ipv6: Correct assignment of skb->network_header to skb->tailSimon Horman2013-05-291-0/+9
* | | | | | | | | | net: Correct comparisons and calculations using skb->tail and skb-transport_h...Simon Horman2013-05-291-2/+4
* | | | | | | | | | net: always pass struct netdev_notifier_info to netdevice notifiersCong Wang2013-05-291-0/+6
* | | | | | | | | | net: pass changed flags along with NETDEV_CHANGE eventJiri Pirko2013-05-281-0/+5
* | | | | | | | | | net: pass info struct via netdevice notifierJiri Pirko2013-05-281-0/+13
* | | | | | | | | | netpoll: remove return value from netpoll_rx_disable()dingtianhong2013-05-281-2/+2
* | | | | | | | | | MPLS: Add limited GSO supportSimon Horman2013-05-283-1/+9
* | | | | | | | | | net: Use 16bits for *_headers fields of struct skbuffSimon Horman2013-05-281-113/+6